APlatformDcs.vcxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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>{D8DC8C00-4C6C-405E-9518-BBFCCF854CBC}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>APlatformDcs</RootNamespace>
  25. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  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>v142</PlatformToolset>
  32. <CharacterSet>MultiByte</CharacterSet>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  35. <ConfigurationType>DynamicLibrary</ConfigurationType>
  36. <UseDebugLibraries>true</UseDebugLibraries>
  37. <PlatformToolset>v142</PlatformToolset>
  38. <CharacterSet>MultiByte</CharacterSet>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  41. <ConfigurationType>DynamicLibrary</ConfigurationType>
  42. <UseDebugLibraries>false</UseDebugLibraries>
  43. <PlatformToolset>v142</PlatformToolset>
  44. <WholeProgramOptimization>true</WholeProgramOptimization>
  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>v142</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="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  58. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  59. </ImportGroup>
  60. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. </ImportGroup>
  66. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <PropertyGroup Label="UserMacros" />
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  71. <LinkIncremental>true</LinkIncremental>
  72. <TargetName>$(ProjectName)D</TargetName>
  73. <TargetExt>.dcs.dll</TargetExt>
  74. <IncludePath>..\..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  75. <LibraryPath>..\..\..\deliver\lib\$(Configuration);$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  78. <LinkIncremental>true</LinkIncremental>
  79. <TargetName>$(ProjectName)X64D</TargetName>
  80. <TargetExt>.dcs.dll</TargetExt>
  81. <IncludePath>..\..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  82. <LibraryPath>..\..\..\deliver\lib\$(Configuration)X64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);</LibraryPath>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  85. <LinkIncremental>false</LinkIncremental>
  86. <TargetExt>.dcs.dll</TargetExt>
  87. <IncludePath>..\..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  88. <LibraryPath>..\..\..\deliver\lib\$(Configuration);$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
  89. <TargetName>$(ProjectName)</TargetName>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  92. <LinkIncremental>false</LinkIncremental>
  93. <TargetName>$(ProjectName)X64</TargetName>
  94. <TargetExt>.dcs.dll</TargetExt>
  95. <IncludePath>..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  96. <LibraryPath>..\..\deliver\lib\$(Configuration)X64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);</LibraryPath>
  97. </PropertyGroup>
  98. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  99. <ClCompile>
  100. <PrecompiledHeader>Use</PrecompiledHeader>
  101. <WarningLevel>Level3</WarningLevel>
  102. <Optimization>Disabled</Optimization>
  103. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;APLATFORMDCS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  104. <SDLCheck>true</SDLCheck>
  105. </ClCompile>
  106. <Link>
  107. <SubSystem>Windows</SubSystem>
  108. <GenerateDebugInformation>true</GenerateDebugInformation>
  109. </Link>
  110. <PostBuildEvent>
  111. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  112. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  113. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  114. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  115. </Command>
  116. </PostBuildEvent>
  117. </ItemDefinitionGroup>
  118. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  119. <ClCompile>
  120. <PrecompiledHeader>Use</PrecompiledHeader>
  121. <WarningLevel>Level3</WarningLevel>
  122. <Optimization>Disabled</Optimization>
  123. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;APLATFORMDCS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  124. <SDLCheck>true</SDLCheck>
  125. </ClCompile>
  126. <Link>
  127. <SubSystem>Windows</SubSystem>
  128. <GenerateDebugInformation>true</GenerateDebugInformation>
  129. </Link>
  130. <PostBuildEvent>
  131. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)X64"
  132. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)X64\"
  133. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)X64\"
  134. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  135. </Command>
  136. </PostBuildEvent>
  137. </ItemDefinitionGroup>
  138. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  139. <ClCompile>
  140. <WarningLevel>Level3</WarningLevel>
  141. <PrecompiledHeader>Use</PrecompiledHeader>
  142. <Optimization>MaxSpeed</Optimization>
  143. <FunctionLevelLinking>true</FunctionLevelLinking>
  144. <IntrinsicFunctions>true</IntrinsicFunctions>
  145. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;APLATFORMDCS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  146. <SDLCheck>true</SDLCheck>
  147. </ClCompile>
  148. <Link>
  149. <SubSystem>Windows</SubSystem>
  150. <GenerateDebugInformation>true</GenerateDebugInformation>
  151. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  152. <OptimizeReferences>true</OptimizeReferences>
  153. </Link>
  154. <PostBuildEvent>
  155. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  156. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  157. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  158. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  159. </Command>
  160. </PostBuildEvent>
  161. </ItemDefinitionGroup>
  162. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  163. <ClCompile>
  164. <WarningLevel>Level3</WarningLevel>
  165. <PrecompiledHeader>Use</PrecompiledHeader>
  166. <Optimization>MaxSpeed</Optimization>
  167. <FunctionLevelLinking>true</FunctionLevelLinking>
  168. <IntrinsicFunctions>true</IntrinsicFunctions>
  169. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;APLATFORMDCS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  170. <SDLCheck>true</SDLCheck>
  171. </ClCompile>
  172. <Link>
  173. <SubSystem>Windows</SubSystem>
  174. <GenerateDebugInformation>true</GenerateDebugInformation>
  175. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  176. <OptimizeReferences>true</OptimizeReferences>
  177. </Link>
  178. <PostBuildEvent>
  179. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)X64"
  180. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)X64\"
  181. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)X64\"
  182. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  183. </Command>
  184. </PostBuildEvent>
  185. </ItemDefinitionGroup>
  186. <ItemGroup>
  187. <Text Include="ReadMe.txt" />
  188. </ItemGroup>
  189. <ItemGroup>
  190. <ClInclude Include="APlatformDcs.h" />
  191. <ClInclude Include="resource.h" />
  192. <ClInclude Include="stdafx.h" />
  193. <ClInclude Include="targetver.h" />
  194. </ItemGroup>
  195. <ItemGroup>
  196. <ClCompile Include="APlatformDcs.cpp" />
  197. <ClCompile Include="dllmain.cpp">
  198. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  199. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
  200. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  201. </PrecompiledHeader>
  202. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  203. </PrecompiledHeader>
  204. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  205. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
  206. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  207. </PrecompiledHeader>
  208. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  209. </PrecompiledHeader>
  210. </ClCompile>
  211. <ClCompile Include="stdafx.cpp">
  212. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  213. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  214. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  215. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  216. </ClCompile>
  217. </ItemGroup>
  218. <ItemGroup>
  219. <ResourceCompile Include="APlatformDcs.rc" />
  220. </ItemGroup>
  221. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  222. <ImportGroup Label="ExtensionTargets">
  223. </ImportGroup>
  224. </Project>