Added version information to DLL
This commit is contained in:
		
							parent
							
								
									72ab309d5e
								
							
						
					
					
						commit
						c0f962d2be
					
				
							
								
								
									
										100
									
								
								OSC2AHK/OSC2AHK.rc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										100
									
								
								OSC2AHK/OSC2AHK.rc
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,100 @@ | ||||
| // Microsoft Visual C++ generated resource script. | ||||
| // | ||||
| #include "resource.h" | ||||
| 
 | ||||
| #define APSTUDIO_READONLY_SYMBOLS | ||||
| ///////////////////////////////////////////////////////////////////////////// | ||||
| // | ||||
| // Generated from the TEXTINCLUDE 2 resource. | ||||
| // | ||||
| #include "winres.h" | ||||
| 
 | ||||
| ///////////////////////////////////////////////////////////////////////////// | ||||
| #undef APSTUDIO_READONLY_SYMBOLS | ||||
| 
 | ||||
| ///////////////////////////////////////////////////////////////////////////// | ||||
| // German (Germany) resources | ||||
| 
 | ||||
| #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU) | ||||
| LANGUAGE LANG_GERMAN, SUBLANG_GERMAN | ||||
| #pragma code_page(1252) | ||||
| 
 | ||||
| #ifdef APSTUDIO_INVOKED | ||||
| ///////////////////////////////////////////////////////////////////////////// | ||||
| // | ||||
| // TEXTINCLUDE | ||||
| // | ||||
| 
 | ||||
| 1 TEXTINCLUDE  | ||||
| BEGIN | ||||
|     "resource.h\0" | ||||
| END | ||||
| 
 | ||||
| 2 TEXTINCLUDE  | ||||
| BEGIN | ||||
|     "#include ""winres.h""\r\n" | ||||
|     "\0" | ||||
| END | ||||
| 
 | ||||
| 3 TEXTINCLUDE  | ||||
| BEGIN | ||||
|     "\r\n" | ||||
|     "\0" | ||||
| END | ||||
| 
 | ||||
| #endif    // APSTUDIO_INVOKED | ||||
| 
 | ||||
| 
 | ||||
| ///////////////////////////////////////////////////////////////////////////// | ||||
| // | ||||
| // Version | ||||
| // | ||||
| 
 | ||||
| VS_VERSION_INFO VERSIONINFO | ||||
|  FILEVERSION 0,3,0,0 | ||||
|  PRODUCTVERSION 0,3,0,0 | ||||
|  FILEFLAGSMASK 0x3fL | ||||
| #ifdef _DEBUG | ||||
|  FILEFLAGS 0x1L | ||||
| #else | ||||
|  FILEFLAGS 0x0L | ||||
| #endif | ||||
|  FILEOS 0x40004L | ||||
|  FILETYPE 0x2L | ||||
|  FILESUBTYPE 0x0L | ||||
| BEGIN | ||||
|     BLOCK "StringFileInfo" | ||||
|     BEGIN | ||||
|         BLOCK "000904b0" | ||||
|         BEGIN | ||||
|             VALUE "CompanyName", "Eleton Audio" | ||||
|             VALUE "FileDescription", "AutoHotkey OSC integration" | ||||
|             VALUE "FileVersion", "0.3.0.0" | ||||
|             VALUE "InternalName", "OSC2AHK.dll" | ||||
|             VALUE "LegalCopyright", "Copyright (C) 2021" | ||||
|             VALUE "OriginalFilename", "OSC2AHK.dll" | ||||
|             VALUE "ProductName", "OSC2AHK" | ||||
|             VALUE "ProductVersion", "0.3.0.0" | ||||
|         END | ||||
|     END | ||||
|     BLOCK "VarFileInfo" | ||||
|     BEGIN | ||||
|         VALUE "Translation", 0x9, 1200 | ||||
|     END | ||||
| END | ||||
| 
 | ||||
| #endif    // German (Germany) resources | ||||
| ///////////////////////////////////////////////////////////////////////////// | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #ifndef APSTUDIO_INVOKED | ||||
| ///////////////////////////////////////////////////////////////////////////// | ||||
| // | ||||
| // Generated from the TEXTINCLUDE 3 resource. | ||||
| // | ||||
| 
 | ||||
| 
 | ||||
| ///////////////////////////////////////////////////////////////////////////// | ||||
| #endif    // not APSTUDIO_INVOKED | ||||
| 
 | ||||
| @ -152,12 +152,15 @@ | ||||
|       <GenerateDebugInformation>true</GenerateDebugInformation> | ||||
|       <EnableUAC>false</EnableUAC> | ||||
|       <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies);winmm.lib;Ws2_32.lib;</AdditionalDependencies> | ||||
|       <Version> | ||||
|       </Version> | ||||
|     </Link> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="dllmain.h" /> | ||||
|     <ClInclude Include="framework.h" /> | ||||
|     <ClInclude Include="pch.h" /> | ||||
|     <ClInclude Include="resource.h" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="dllmain.cpp" /> | ||||
| @ -173,6 +176,9 @@ | ||||
|       <Project>{e8c1fcbc-132a-47bb-a02b-4468ddb55e6c}</Project> | ||||
|     </ProjectReference> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ResourceCompile Include="OSC2AHK.rc" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
|  | ||||
| @ -24,6 +24,9 @@ | ||||
|     <ClInclude Include="dllmain.h"> | ||||
|       <Filter>Header Files</Filter> | ||||
|     </ClInclude> | ||||
|     <ClInclude Include="resource.h"> | ||||
|       <Filter>Header Files</Filter> | ||||
|     </ClInclude> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="dllmain.cpp"> | ||||
| @ -33,4 +36,9 @@ | ||||
|       <Filter>Source Files</Filter> | ||||
|     </ClCompile> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ResourceCompile Include="OSC2AHK.rc"> | ||||
|       <Filter>Resource Files</Filter> | ||||
|     </ResourceCompile> | ||||
|   </ItemGroup> | ||||
| </Project> | ||||
							
								
								
									
										14
									
								
								OSC2AHK/resource.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								OSC2AHK/resource.h
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,14 @@ | ||||
| //{{NO_DEPENDENCIES}}
 | ||||
| // Microsoft Visual C++ generated include file.
 | ||||
| // Used by OSC2AHK.rc
 | ||||
| 
 | ||||
| // Next default values for new objects
 | ||||
| // 
 | ||||
| #ifdef APSTUDIO_INVOKED | ||||
| #ifndef APSTUDIO_READONLY_SYMBOLS | ||||
| #define _APS_NEXT_RESOURCE_VALUE        101 | ||||
| #define _APS_NEXT_COMMAND_VALUE         40001 | ||||
| #define _APS_NEXT_CONTROL_VALUE         1001 | ||||
| #define _APS_NEXT_SYMED_VALUE           101 | ||||
| #endif | ||||
| #endif | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user