libkms.vcxproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{2A0FC04D-C3C0-43E2-8812-53AE901C5395}</ProjectGuid>
  23. <RootNamespace>vlmcsdmulti-Windows</RootNamespace>
  24. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  25. <ProjectName>libkms-Windows</ProjectName>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29. <ConfigurationType>DynamicLibrary</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <PlatformToolset>v140_xp</PlatformToolset>
  32. <CharacterSet>MultiByte</CharacterSet>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  35. <ConfigurationType>DynamicLibrary</ConfigurationType>
  36. <UseDebugLibraries>false</UseDebugLibraries>
  37. <PlatformToolset>v120_xp</PlatformToolset>
  38. <WholeProgramOptimization>true</WholeProgramOptimization>
  39. <CharacterSet>MultiByte</CharacterSet>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  42. <ConfigurationType>DynamicLibrary</ConfigurationType>
  43. <UseDebugLibraries>true</UseDebugLibraries>
  44. <PlatformToolset>v140_xp</PlatformToolset>
  45. <CharacterSet>MultiByte</CharacterSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  48. <ConfigurationType>DynamicLibrary</ConfigurationType>
  49. <UseDebugLibraries>false</UseDebugLibraries>
  50. <PlatformToolset>v120_xp</PlatformToolset>
  51. <WholeProgramOptimization>true</WholeProgramOptimization>
  52. <CharacterSet>MultiByte</CharacterSet>
  53. </PropertyGroup>
  54. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  55. <ImportGroup Label="ExtensionSettings">
  56. </ImportGroup>
  57. <ImportGroup Label="Shared">
  58. </ImportGroup>
  59. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. </ImportGroup>
  62. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. </ImportGroup>
  65. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. </ImportGroup>
  68. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. </ImportGroup>
  71. <PropertyGroup Label="UserMacros" />
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  73. <OutDir>$(SolutionDir)..\bin\</OutDir>
  74. <TargetName>libkms32</TargetName>
  75. <GenerateManifest>false</GenerateManifest>
  76. <TargetExt>.dll</TargetExt>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  79. <OutDir>$(SolutionDir)..\bin\</OutDir>
  80. <TargetName>libkms64</TargetName>
  81. <GenerateManifest>false</GenerateManifest>
  82. <TargetExt>.dll</TargetExt>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  85. <GenerateManifest>false</GenerateManifest>
  86. <TargetName>$(ProjectName)64</TargetName>
  87. <TargetExt>.dll</TargetExt>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  90. <GenerateManifest>false</GenerateManifest>
  91. <TargetExt>.dll</TargetExt>
  92. <TargetName>$(ProjectName)32</TargetName>
  93. </PropertyGroup>
  94. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  95. <ClCompile>
  96. <WarningLevel>Level3</WarningLevel>
  97. <Optimization>Disabled</Optimization>
  98. <SDLCheck>true</SDLCheck>
  99. <CompileAs>Default</CompileAs>
  100. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  101. <PreprocessorDefinitions>_USING_V110_SDK71_;_MBCS;%(PreprocessorDefinitions);_CRYPTO_WINDOWS;_PEDANTIC;SIMPLE_SOCKETS;NO_TIMEOUT;NO_SIGHUP;NO_CL_PIDS;NO_EXTENDED_PRODUCT_LIST;NO_BASIC_PRODUCT_LIST;NO_LOG;NO_RANDOM_EPID;NO_INI_FILE;NO_HELP;NO_CUSTOM_INTERVALS;NO_PID_FILE;NO_USER_SWITCH;NO_VERBOSE_LOG;NO_LIMIT;NO_VERSION_INFORMATION;NO_PRIVATE_IP_DETECT;IS_LIBRARY=1</PreprocessorDefinitions>
  102. <MinimalRebuild>false</MinimalRebuild>
  103. <AdditionalOptions>$(ExternalCompilerOptions) %(AdditionalOptions)</AdditionalOptions>
  104. </ClCompile>
  105. <Link>
  106. <AdditionalDependencies>shlwapi.lib;Iphlpapi.lib;Dnsapi.lib;ws2_32.lib;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)</AdditionalDependencies>
  107. <SubSystem>NotSet</SubSystem>
  108. <MinimumRequiredVersion />
  109. </Link>
  110. </ItemDefinitionGroup>
  111. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  112. <ClCompile>
  113. <WarningLevel>Level3</WarningLevel>
  114. <Optimization>Disabled</Optimization>
  115. <SDLCheck>true</SDLCheck>
  116. <PreprocessorDefinitions>_USING_V110_SDK71_;%(PreprocessorDefinitions);_CRYPTO_WINDOWS;_PEDANTIC;SIMPLE_SOCKETS;NO_TIMEOUT;NO_SIGHUP;NO_CL_PIDS;NO_EXTENDED_PRODUCT_LIST;NO_BASIC_PRODUCT_LIST;NO_LOG;NO_RANDOM_EPID;NO_INI_FILE;NO_HELP;NO_CUSTOM_INTERVALS;NO_PID_FILE;NO_USER_SWITCH;NO_VERBOSE_LOG;NO_LIMIT;NO_VERSION_INFORMATION;NO_PRIVATE_IP_DETECT;IS_LIBRARY=1</PreprocessorDefinitions>
  117. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  118. <MinimalRebuild>false</MinimalRebuild>
  119. <AdditionalOptions>$(ExternalCompilerOptions) %(AdditionalOptions)</AdditionalOptions>
  120. </ClCompile>
  121. <Link>
  122. <AdditionalDependencies>shlwapi.lib;Iphlpapi.lib;Dnsapi.lib;ws2_32.lib;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)</AdditionalDependencies>
  123. <SubSystem>NotSet</SubSystem>
  124. <MinimumRequiredVersion />
  125. </Link>
  126. </ItemDefinitionGroup>
  127. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  128. <ClCompile>
  129. <WarningLevel>Level3</WarningLevel>
  130. <Optimization>MinSpace</Optimization>
  131. <FunctionLevelLinking>true</FunctionLevelLinking>
  132. <IntrinsicFunctions>true</IntrinsicFunctions>
  133. <SDLCheck>
  134. </SDLCheck>
  135. <CallingConvention>Cdecl</CallingConvention>
  136. <DebugInformationFormat>None</DebugInformationFormat>
  137. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  138. <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
  139. <OmitFramePointers>true</OmitFramePointers>
  140. <StringPooling>true</StringPooling>
  141. <ExceptionHandling>false</ExceptionHandling>
  142. <BufferSecurityCheck>false</BufferSecurityCheck>
  143. <FloatingPointModel>Fast</FloatingPointModel>
  144. <FloatingPointExceptions>false</FloatingPointExceptions>
  145. <CreateHotpatchableImage>false</CreateHotpatchableImage>
  146. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  147. <OpenMPSupport>false</OpenMPSupport>
  148. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  149. <PreprocessorDefinitions>_X86_=1;i386=1;STD_CALL;%(PreprocessorDefinitions);_CRYPTO_WINDOWS;SIMPLE_SOCKETS;NO_TIMEOUT;NO_SIGHUP;NO_CL_PIDS;NO_EXTENDED_PRODUCT_LIST;NO_BASIC_PRODUCT_LIST;NO_LOG;NO_RANDOM_EPID;NO_INI_FILE;NO_HELP;NO_CUSTOM_INTERVALS;NO_PID_FILE;NO_USER_SWITCH;NO_VERBOSE_LOG;NO_LIMIT;NO_VERSION_INFORMATION;NO_PRIVATE_IP_DETECT;IS_LIBRARY=1</PreprocessorDefinitions>
  150. <AdditionalOptions>$(ExternalCompilerOptions) %(AdditionalOptions)</AdditionalOptions>
  151. </ClCompile>
  152. <Link>
  153. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  154. <OptimizeReferences>true</OptimizeReferences>
  155. <AdditionalDependencies>$(SolutionDir)\msvcrt.lib;Shlwapi.lib;Iphlpapi.lib;Dnsapi.lib;ws2_32.lib;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)</AdditionalDependencies>
  156. <GenerateDebugInformation>false</GenerateDebugInformation>
  157. <SubSystem>NotSet</SubSystem>
  158. <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
  159. <LargeAddressAware>true</LargeAddressAware>
  160. <TerminalServerAware>
  161. </TerminalServerAware>
  162. <SwapRunFromCD>true</SwapRunFromCD>
  163. <SwapRunFromNET>true</SwapRunFromNET>
  164. <MinimumRequiredVersion />
  165. <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
  166. </Link>
  167. </ItemDefinitionGroup>
  168. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  169. <ClCompile>
  170. <WarningLevel>Level3</WarningLevel>
  171. <Optimization>MinSpace</Optimization>
  172. <FunctionLevelLinking>true</FunctionLevelLinking>
  173. <IntrinsicFunctions>true</IntrinsicFunctions>
  174. <SDLCheck>
  175. </SDLCheck>
  176. <PreprocessorDefinitions>_USING_V110_SDK71_;%(PreprocessorDefinitions);_CRYPTO_WINDOWS;SIMPLE_SOCKETS;NO_TIMEOUT;NO_SIGHUP;NO_CL_PIDS;NO_EXTENDED_PRODUCT_LIST;NO_BASIC_PRODUCT_LIST;NO_LOG;NO_RANDOM_EPID;NO_INI_FILE;NO_HELP;NO_CUSTOM_INTERVALS;NO_PID_FILE;NO_USER_SWITCH;NO_VERBOSE_LOG;NO_LIMIT;NO_VERSION_INFORMATION;NO_PRIVATE_IP_DETECT;IS_LIBRARY=1</PreprocessorDefinitions>
  177. <DebugInformationFormat>None</DebugInformationFormat>
  178. <TreatWarningAsError>false</TreatWarningAsError>
  179. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  180. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  181. <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
  182. <StringPooling>true</StringPooling>
  183. <ExceptionHandling>false</ExceptionHandling>
  184. <BufferSecurityCheck>false</BufferSecurityCheck>
  185. <FloatingPointModel>Fast</FloatingPointModel>
  186. <FloatingPointExceptions>false</FloatingPointExceptions>
  187. <CreateHotpatchableImage>false</CreateHotpatchableImage>
  188. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  189. <OpenMPSupport>false</OpenMPSupport>
  190. <AdditionalOptions>$(ExternalCompilerOptions) %(AdditionalOptions)</AdditionalOptions>
  191. </ClCompile>
  192. <Link>
  193. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  194. <OptimizeReferences>true</OptimizeReferences>
  195. <AdditionalDependencies>$(SolutionDir)\msvcrt64.lib;Shlwapi.lib;Iphlpapi.lib;Dnsapi.lib;ws2_32.lib;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)</AdditionalDependencies>
  196. <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
  197. <GenerateDebugInformation>false</GenerateDebugInformation>
  198. <SubSystem>NotSet</SubSystem>
  199. <LargeAddressAware>true</LargeAddressAware>
  200. <TerminalServerAware>
  201. </TerminalServerAware>
  202. <SwapRunFromCD>true</SwapRunFromCD>
  203. <SwapRunFromNET>true</SwapRunFromNET>
  204. <MinimumRequiredVersion />
  205. <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
  206. </Link>
  207. </ItemDefinitionGroup>
  208. <ItemGroup>
  209. <ClCompile Include="..\..\src\crypto.c" />
  210. <ClCompile Include="..\..\src\crypto_windows.c" />
  211. <ClCompile Include="..\..\src\endian.c" />
  212. <ClCompile Include="..\..\src\helpers.c" />
  213. <ClCompile Include="..\..\src\kms.c" />
  214. <ClCompile Include="..\..\src\libkms.c" />
  215. <ClCompile Include="..\..\src\network.c" />
  216. <ClCompile Include="..\..\src\output.c" />
  217. <ClCompile Include="..\..\src\rpc.c" />
  218. <ClCompile Include="..\..\src\shared_globals.c" />
  219. <ClCompile Include="..\..\src\vlmcs.c" />
  220. </ItemGroup>
  221. <ItemGroup>
  222. <ClInclude Include="..\..\src\config.h" />
  223. <ClInclude Include="..\..\src\crypto.h" />
  224. <ClInclude Include="..\..\src\crypto_windows.h" />
  225. <ClInclude Include="..\..\src\endian.h" />
  226. <ClInclude Include="..\..\src\helpers.h" />
  227. <ClInclude Include="..\..\src\kms.h" />
  228. <ClInclude Include="..\..\src\libkms.h" />
  229. <ClInclude Include="..\..\src\network.h" />
  230. <ClInclude Include="..\..\src\output.h" />
  231. <ClInclude Include="..\..\src\rpc.h" />
  232. <ClInclude Include="..\..\src\shared_globals.h" />
  233. <ClInclude Include="..\..\src\types.h" />
  234. <ClInclude Include="..\..\src\vlmcs.h" />
  235. </ItemGroup>
  236. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  237. <ImportGroup Label="ExtensionTargets">
  238. </ImportGroup>
  239. </Project>