libkms.vcxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  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</RootNamespace>
  24. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  28. <ConfigurationType>DynamicLibrary</ConfigurationType>
  29. <UseDebugLibraries>true</UseDebugLibraries>
  30. <PlatformToolset>v140_xp</PlatformToolset>
  31. <CharacterSet>MultiByte</CharacterSet>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  34. <ConfigurationType>DynamicLibrary</ConfigurationType>
  35. <UseDebugLibraries>false</UseDebugLibraries>
  36. <PlatformToolset>v120_xp</PlatformToolset>
  37. <WholeProgramOptimization>true</WholeProgramOptimization>
  38. <CharacterSet>MultiByte</CharacterSet>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  41. <ConfigurationType>DynamicLibrary</ConfigurationType>
  42. <UseDebugLibraries>true</UseDebugLibraries>
  43. <PlatformToolset>v140_xp</PlatformToolset>
  44. <CharacterSet>MultiByte</CharacterSet>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  47. <ConfigurationType>DynamicLibrary</ConfigurationType>
  48. <UseDebugLibraries>false</UseDebugLibraries>
  49. <PlatformToolset>v120_xp</PlatformToolset>
  50. <WholeProgramOptimization>true</WholeProgramOptimization>
  51. <CharacterSet>MultiByte</CharacterSet>
  52. </PropertyGroup>
  53. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  54. <ImportGroup Label="ExtensionSettings">
  55. </ImportGroup>
  56. <ImportGroup Label="Shared">
  57. </ImportGroup>
  58. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  59. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  60. </ImportGroup>
  61. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. </ImportGroup>
  64. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. </ImportGroup>
  67. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. </ImportGroup>
  70. <PropertyGroup Label="UserMacros" />
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  72. <OutDir>$(SolutionDir)..\</OutDir>
  73. <TargetName>libkms32</TargetName>
  74. <GenerateManifest>false</GenerateManifest>
  75. <TargetExt>.dll</TargetExt>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  78. <OutDir>$(SolutionDir)..\</OutDir>
  79. <TargetName>libkms64</TargetName>
  80. <GenerateManifest>false</GenerateManifest>
  81. <TargetExt>.dll</TargetExt>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  84. <GenerateManifest>false</GenerateManifest>
  85. <TargetName>$(ProjectName)64</TargetName>
  86. <TargetExt>.dll</TargetExt>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  89. <GenerateManifest>false</GenerateManifest>
  90. <TargetExt>.dll</TargetExt>
  91. <TargetName>$(ProjectName)32</TargetName>
  92. </PropertyGroup>
  93. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  94. <ClCompile>
  95. <WarningLevel>Level3</WarningLevel>
  96. <Optimization>Disabled</Optimization>
  97. <SDLCheck>true</SDLCheck>
  98. <CompileAs>Default</CompileAs>
  99. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  100. <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>
  101. <MinimalRebuild>false</MinimalRebuild>
  102. <AdditionalOptions>$(ExternalCompilerOptions) %(AdditionalOptions)</AdditionalOptions>
  103. </ClCompile>
  104. <Link>
  105. <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>
  106. <SubSystem>NotSet</SubSystem>
  107. <MinimumRequiredVersion />
  108. </Link>
  109. </ItemDefinitionGroup>
  110. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  111. <ClCompile>
  112. <WarningLevel>Level3</WarningLevel>
  113. <Optimization>Disabled</Optimization>
  114. <SDLCheck>true</SDLCheck>
  115. <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>
  116. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  117. <MinimalRebuild>false</MinimalRebuild>
  118. <AdditionalOptions>$(ExternalCompilerOptions) %(AdditionalOptions)</AdditionalOptions>
  119. </ClCompile>
  120. <Link>
  121. <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>
  122. <SubSystem>NotSet</SubSystem>
  123. <MinimumRequiredVersion />
  124. </Link>
  125. </ItemDefinitionGroup>
  126. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  127. <ClCompile>
  128. <WarningLevel>Level3</WarningLevel>
  129. <Optimization>MinSpace</Optimization>
  130. <FunctionLevelLinking>true</FunctionLevelLinking>
  131. <IntrinsicFunctions>true</IntrinsicFunctions>
  132. <SDLCheck>
  133. </SDLCheck>
  134. <CallingConvention>Cdecl</CallingConvention>
  135. <DebugInformationFormat>None</DebugInformationFormat>
  136. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  137. <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
  138. <OmitFramePointers>true</OmitFramePointers>
  139. <StringPooling>true</StringPooling>
  140. <ExceptionHandling>false</ExceptionHandling>
  141. <BufferSecurityCheck>false</BufferSecurityCheck>
  142. <FloatingPointModel>Fast</FloatingPointModel>
  143. <FloatingPointExceptions>false</FloatingPointExceptions>
  144. <CreateHotpatchableImage>false</CreateHotpatchableImage>
  145. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  146. <OpenMPSupport>false</OpenMPSupport>
  147. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  148. <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>
  149. <AdditionalOptions>$(ExternalCompilerOptions) %(AdditionalOptions)</AdditionalOptions>
  150. </ClCompile>
  151. <Link>
  152. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  153. <OptimizeReferences>true</OptimizeReferences>
  154. <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>
  155. <GenerateDebugInformation>false</GenerateDebugInformation>
  156. <SubSystem>NotSet</SubSystem>
  157. <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
  158. <LargeAddressAware>true</LargeAddressAware>
  159. <TerminalServerAware>
  160. </TerminalServerAware>
  161. <SwapRunFromCD>true</SwapRunFromCD>
  162. <SwapRunFromNET>true</SwapRunFromNET>
  163. <MinimumRequiredVersion />
  164. </Link>
  165. </ItemDefinitionGroup>
  166. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  167. <ClCompile>
  168. <WarningLevel>Level3</WarningLevel>
  169. <Optimization>MinSpace</Optimization>
  170. <FunctionLevelLinking>true</FunctionLevelLinking>
  171. <IntrinsicFunctions>true</IntrinsicFunctions>
  172. <SDLCheck>
  173. </SDLCheck>
  174. <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>
  175. <DebugInformationFormat>None</DebugInformationFormat>
  176. <TreatWarningAsError>false</TreatWarningAsError>
  177. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  178. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  179. <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
  180. <StringPooling>true</StringPooling>
  181. <ExceptionHandling>false</ExceptionHandling>
  182. <BufferSecurityCheck>false</BufferSecurityCheck>
  183. <FloatingPointModel>Fast</FloatingPointModel>
  184. <FloatingPointExceptions>false</FloatingPointExceptions>
  185. <CreateHotpatchableImage>false</CreateHotpatchableImage>
  186. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  187. <OpenMPSupport>false</OpenMPSupport>
  188. <AdditionalOptions>$(ExternalCompilerOptions) %(AdditionalOptions)</AdditionalOptions>
  189. </ClCompile>
  190. <Link>
  191. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  192. <OptimizeReferences>true</OptimizeReferences>
  193. <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>
  194. <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
  195. <GenerateDebugInformation>false</GenerateDebugInformation>
  196. <SubSystem>NotSet</SubSystem>
  197. <LargeAddressAware>true</LargeAddressAware>
  198. <TerminalServerAware>
  199. </TerminalServerAware>
  200. <SwapRunFromCD>true</SwapRunFromCD>
  201. <SwapRunFromNET>true</SwapRunFromNET>
  202. <MinimumRequiredVersion />
  203. </Link>
  204. </ItemDefinitionGroup>
  205. <ItemGroup>
  206. <ClCompile Include="..\..\crypto.c" />
  207. <ClCompile Include="..\..\crypto_windows.c" />
  208. <ClCompile Include="..\..\endian.c" />
  209. <ClCompile Include="..\..\helpers.c" />
  210. <ClCompile Include="..\..\kms.c" />
  211. <ClCompile Include="..\..\libkms.c" />
  212. <ClCompile Include="..\..\network.c" />
  213. <ClCompile Include="..\..\output.c" />
  214. <ClCompile Include="..\..\rpc.c" />
  215. <ClCompile Include="..\..\shared_globals.c" />
  216. <ClCompile Include="..\..\vlmcs.c" />
  217. </ItemGroup>
  218. <ItemGroup>
  219. <ClInclude Include="..\..\config.h" />
  220. <ClInclude Include="..\..\crypto.h" />
  221. <ClInclude Include="..\..\crypto_windows.h" />
  222. <ClInclude Include="..\..\endian.h" />
  223. <ClInclude Include="..\..\helpers.h" />
  224. <ClInclude Include="..\..\kms.h" />
  225. <ClInclude Include="..\..\libkms.h" />
  226. <ClInclude Include="..\..\network.h" />
  227. <ClInclude Include="..\..\output.h" />
  228. <ClInclude Include="..\..\rpc.h" />
  229. <ClInclude Include="..\..\shared_globals.h" />
  230. <ClInclude Include="..\..\types.h" />
  231. <ClInclude Include="..\..\vlmcs.h" />
  232. </ItemGroup>
  233. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  234. <ImportGroup Label="ExtensionTargets">
  235. </ImportGroup>
  236. </Project>