vlmcsd.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  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="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</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>{918B4F5B-6356-451E-998C-5FCB29988170}</ProjectGuid>
  23. <RootNamespace>vlmcsd</RootNamespace>
  24. <WindowsTargetPlatformVersion>
  25. </WindowsTargetPlatformVersion>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29. <ConfigurationType>Application</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <PlatformToolset>v140_xp</PlatformToolset>
  32. <CharacterSet>MultiByte</CharacterSet>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  35. <ConfigurationType>Application</ConfigurationType>
  36. <UseDebugLibraries>true</UseDebugLibraries>
  37. <PlatformToolset>v140_xp</PlatformToolset>
  38. <CharacterSet>MultiByte</CharacterSet>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  41. <ConfigurationType>Application</ConfigurationType>
  42. <UseDebugLibraries>false</UseDebugLibraries>
  43. <PlatformToolset>v120_xp</PlatformToolset>
  44. <WholeProgramOptimization>true</WholeProgramOptimization>
  45. <CharacterSet>MultiByte</CharacterSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  48. <ConfigurationType>Application</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 Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  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)'=='Release|Win32'">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. </ImportGroup>
  68. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  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|x64'">
  73. <GenerateManifest>false</GenerateManifest>
  74. <OutDir>$(SolutionDir)..\</OutDir>
  75. <TargetName>vlmcsd-Windows-x64</TargetName>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  78. <LinkIncremental>false</LinkIncremental>
  79. <GenerateManifest>false</GenerateManifest>
  80. <TargetName>vlmcsd-Windows-x86</TargetName>
  81. <OutDir>$(SolutionDir)..\</OutDir>
  82. </PropertyGroup>
  83. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  84. <ClCompile>
  85. <WarningLevel>Level3</WarningLevel>
  86. <Optimization>Disabled</Optimization>
  87. <SDLCheck>true</SDLCheck>
  88. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  89. <PreprocessorDefinitions>_USING_V110_SDK71_;%(PreprocessorDefinitions);_CRYPTO_WINDOWS;_PEDANTIC</PreprocessorDefinitions>
  90. <MinimalRebuild>false</MinimalRebuild>
  91. <AdditionalOptions>$(ExternalCompilerOptions) %(AdditionalOptions)</AdditionalOptions>
  92. </ClCompile>
  93. <Link>
  94. <SubSystem>Console</SubSystem>
  95. <AdditionalDependencies>Iphlpapi.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>
  96. </Link>
  97. </ItemDefinitionGroup>
  98. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  99. <ClCompile>
  100. <WarningLevel>Level3</WarningLevel>
  101. <Optimization>Disabled</Optimization>
  102. <SDLCheck>true</SDLCheck>
  103. <PreprocessorDefinitions>_USING_V110_SDK71_;%(PreprocessorDefinitions);_CRYPTO_WINDOWS;_PEDANTIC</PreprocessorDefinitions>
  104. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  105. <MinimalRebuild>false</MinimalRebuild>
  106. <AdditionalOptions>$(ExternalCompilerOptions) %(AdditionalOptions)</AdditionalOptions>
  107. </ClCompile>
  108. <Link>
  109. <SubSystem>Console</SubSystem>
  110. <AdditionalDependencies>Iphlpapi.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>
  111. </Link>
  112. </ItemDefinitionGroup>
  113. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  114. <ClCompile>
  115. <WarningLevel>Level3</WarningLevel>
  116. <Optimization>MinSpace</Optimization>
  117. <FunctionLevelLinking>true</FunctionLevelLinking>
  118. <IntrinsicFunctions>true</IntrinsicFunctions>
  119. <SDLCheck>
  120. </SDLCheck>
  121. <StringPooling>true</StringPooling>
  122. <ExceptionHandling>false</ExceptionHandling>
  123. <BufferSecurityCheck>false</BufferSecurityCheck>
  124. <ControlFlowGuard>false</ControlFlowGuard>
  125. <CreateHotpatchableImage>false</CreateHotpatchableImage>
  126. <CallingConvention>Cdecl</CallingConvention>
  127. <CompileAs>Default</CompileAs>
  128. <DebugInformationFormat>None</DebugInformationFormat>
  129. <CompileAsManaged>false</CompileAsManaged>
  130. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  131. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  132. <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
  133. <OmitFramePointers>true</OmitFramePointers>
  134. <FloatingPointModel>Fast</FloatingPointModel>
  135. <FloatingPointExceptions>false</FloatingPointExceptions>
  136. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  137. <OpenMPSupport>false</OpenMPSupport>
  138. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  139. <TreatWarningAsError>false</TreatWarningAsError>
  140. <PreprocessorDefinitions>_X86_=1;i386=1;STD_CALL;%(PreprocessorDefinitions);_CRYPTO_WINDOWS</PreprocessorDefinitions>
  141. <AdditionalOptions>$(ExternalCompilerOptions) %(AdditionalOptions)</AdditionalOptions>
  142. <CompileAsWinRT>false</CompileAsWinRT>
  143. </ClCompile>
  144. <Link>
  145. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  146. <OptimizeReferences>true</OptimizeReferences>
  147. <SubSystem>Console</SubSystem>
  148. <AdditionalDependencies>$(SolutionDir)\msvcrt.lib;Iphlpapi.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>
  149. <GenerateDebugInformation>false</GenerateDebugInformation>
  150. <ProgramDatabaseFile />
  151. <LargeAddressAware>true</LargeAddressAware>
  152. <TerminalServerAware>true</TerminalServerAware>
  153. <SwapRunFromCD>true</SwapRunFromCD>
  154. <SwapRunFromNET>true</SwapRunFromNET>
  155. <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
  156. <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
  157. </Link>
  158. </ItemDefinitionGroup>
  159. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  160. <ClCompile>
  161. <WarningLevel>Level3</WarningLevel>
  162. <Optimization>MinSpace</Optimization>
  163. <FunctionLevelLinking>true</FunctionLevelLinking>
  164. <IntrinsicFunctions>true</IntrinsicFunctions>
  165. <SDLCheck>
  166. </SDLCheck>
  167. <DebugInformationFormat>None</DebugInformationFormat>
  168. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  169. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  170. <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
  171. <OmitFramePointers>true</OmitFramePointers>
  172. <StringPooling>true</StringPooling>
  173. <ExceptionHandling>false</ExceptionHandling>
  174. <BufferSecurityCheck>false</BufferSecurityCheck>
  175. <ControlFlowGuard>false</ControlFlowGuard>
  176. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  177. <OpenMPSupport>false</OpenMPSupport>
  178. <PreprocessorDefinitions>_USING_V110_SDK71_;%(PreprocessorDefinitions);_CRYPTO_WINDOWS</PreprocessorDefinitions>
  179. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  180. <CompileAsManaged>false</CompileAsManaged>
  181. <TreatWarningAsError>false</TreatWarningAsError>
  182. <AdditionalOptions>$(ExternalCompilerOptions) %(AdditionalOptions)</AdditionalOptions>
  183. </ClCompile>
  184. <Link>
  185. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  186. <OptimizeReferences>true</OptimizeReferences>
  187. <SubSystem>Console</SubSystem>
  188. <AdditionalDependencies>$(SolutionDir)\msvcrt64.lib;Iphlpapi.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>
  189. <GenerateDebugInformation>false</GenerateDebugInformation>
  190. <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
  191. <ProgramDatabaseFile />
  192. <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
  193. </Link>
  194. </ItemDefinitionGroup>
  195. <ItemGroup>
  196. <ClInclude Include="..\config.h" />
  197. <ClInclude Include="..\crypto.h" />
  198. <ClInclude Include="..\crypto_internal.h" />
  199. <ClInclude Include="..\crypto_windows.h" />
  200. <ClInclude Include="..\endian.h" />
  201. <ClInclude Include="..\helpers.h" />
  202. <ClInclude Include="..\kms.h" />
  203. <ClInclude Include="..\network.h" />
  204. <ClInclude Include="..\ntservice.h" />
  205. <ClInclude Include="..\output.h" />
  206. <ClInclude Include="..\rpc.h" />
  207. <ClInclude Include="..\shared_globals.h" />
  208. <ClInclude Include="..\types.h" />
  209. <ClInclude Include="..\vlmcsd.h" />
  210. <ClInclude Include="..\wingetopt.h" />
  211. </ItemGroup>
  212. <ItemGroup>
  213. <ClCompile Include="..\crypto.c" />
  214. <ClCompile Include="..\crypto_windows.c" />
  215. <ClCompile Include="..\endian.c" />
  216. <ClCompile Include="..\helpers.c" />
  217. <ClCompile Include="..\kms.c" />
  218. <ClCompile Include="..\network.c" />
  219. <ClCompile Include="..\ntservice.c" />
  220. <ClCompile Include="..\output.c" />
  221. <ClCompile Include="..\rpc.c" />
  222. <ClCompile Include="..\shared_globals.c" />
  223. <ClCompile Include="..\vlmcsd.c" />
  224. <ClCompile Include="..\wingetopt.c" />
  225. </ItemGroup>
  226. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  227. <ImportGroup Label="ExtensionTargets">
  228. </ImportGroup>
  229. </Project>