CcosLock.vcxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  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="DM|Win32">
  13. <Configuration>DM</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="DM|x64">
  17. <Configuration>DM</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|Win32">
  21. <Configuration>Release</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|x64">
  25. <Configuration>Release</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <ProjectGuid>{7E7BB1C0-8B3B-4661-8E7B-4C881D1B4DA0}</ProjectGuid>
  31. <Keyword>Win32Proj</Keyword>
  32. <RootNamespace>CcosLock</RootNamespace>
  33. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  34. <ProjectName>CcosLock</ProjectName>
  35. </PropertyGroup>
  36. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  38. <ConfigurationType>DynamicLibrary</ConfigurationType>
  39. <UseDebugLibraries>true</UseDebugLibraries>
  40. <PlatformToolset>v142</PlatformToolset>
  41. <CharacterSet>MultiByte</CharacterSet>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  44. <ConfigurationType>DynamicLibrary</ConfigurationType>
  45. <UseDebugLibraries>true</UseDebugLibraries>
  46. <PlatformToolset>v142</PlatformToolset>
  47. <CharacterSet>MultiByte</CharacterSet>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  50. <ConfigurationType>DynamicLibrary</ConfigurationType>
  51. <UseDebugLibraries>false</UseDebugLibraries>
  52. <PlatformToolset>v142</PlatformToolset>
  53. <WholeProgramOptimization>true</WholeProgramOptimization>
  54. <CharacterSet>MultiByte</CharacterSet>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'" Label="Configuration">
  57. <ConfigurationType>DynamicLibrary</ConfigurationType>
  58. <UseDebugLibraries>false</UseDebugLibraries>
  59. <PlatformToolset>v142</PlatformToolset>
  60. <WholeProgramOptimization>true</WholeProgramOptimization>
  61. <CharacterSet>MultiByte</CharacterSet>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  64. <ConfigurationType>DynamicLibrary</ConfigurationType>
  65. <UseDebugLibraries>false</UseDebugLibraries>
  66. <PlatformToolset>v143</PlatformToolset>
  67. <WholeProgramOptimization>true</WholeProgramOptimization>
  68. <CharacterSet>MultiByte</CharacterSet>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'" Label="Configuration">
  71. <ConfigurationType>DynamicLibrary</ConfigurationType>
  72. <UseDebugLibraries>false</UseDebugLibraries>
  73. <PlatformToolset>v142</PlatformToolset>
  74. <WholeProgramOptimization>true</WholeProgramOptimization>
  75. <CharacterSet>MultiByte</CharacterSet>
  76. </PropertyGroup>
  77. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  78. <ImportGroup Label="ExtensionSettings">
  79. </ImportGroup>
  80. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  81. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  82. </ImportGroup>
  83. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  84. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  85. </ImportGroup>
  86. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  87. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  88. </ImportGroup>
  89. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'" Label="PropertySheets">
  90. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  91. </ImportGroup>
  92. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  93. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  94. </ImportGroup>
  95. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'" Label="PropertySheets">
  96. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  97. </ImportGroup>
  98. <PropertyGroup Label="UserMacros" />
  99. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  100. <LinkIncremental>true</LinkIncremental>
  101. <IncludePath>..\..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  102. <LibraryPath>..\..\..\deliver\lib\$(Configuration);$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
  103. <TargetName>$(ProjectName)D</TargetName>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  106. <LinkIncremental>true</LinkIncremental>
  107. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  108. <LibraryPath>..\..\..\deliver\lib\$(Configuration)X64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);</LibraryPath>
  109. <TargetName>$(ProjectName)X64D</TargetName>
  110. </PropertyGroup>
  111. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  112. <LinkIncremental>false</LinkIncremental>
  113. <IncludePath>..\..\..\deliver\lib\$(Configuration);$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  114. <LibraryPath>..\..\..\deliver\lib\$(Configuration);$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
  115. </PropertyGroup>
  116. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">
  117. <LinkIncremental>false</LinkIncremental>
  118. <IncludePath>..\..\..\deliver\lib\$(Configuration);$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  119. <LibraryPath>..\..\..\deliver\lib\$(Configuration);$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
  120. </PropertyGroup>
  121. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  122. <LinkIncremental>false</LinkIncremental>
  123. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  124. <LibraryPath>..\..\..\deliver\lib\$(Configuration)X64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);</LibraryPath>
  125. <TargetName>$(ProjectName)X64</TargetName>
  126. <OutDir>..\..\..\1.V1.0.0.0\DeviceV3\PlatformModule\</OutDir>
  127. </PropertyGroup>
  128. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'">
  129. <LinkIncremental>false</LinkIncremental>
  130. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  131. <LibraryPath>..\..\..\deliver\lib\$(Configuration)X64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);</LibraryPath>
  132. <TargetName>$(ProjectName)X64</TargetName>
  133. <OutDir>..\..\..\1.V1.0.0.0.dm\DeviceV3\</OutDir>
  134. </PropertyGroup>
  135. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  136. <ClCompile>
  137. <PrecompiledHeader>Use</PrecompiledHeader>
  138. <WarningLevel>Level3</WarningLevel>
  139. <Optimization>Disabled</Optimization>
  140. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CCOSLOCK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  141. <SDLCheck>true</SDLCheck>
  142. </ClCompile>
  143. <Link>
  144. <SubSystem>Windows</SubSystem>
  145. <GenerateDebugInformation>true</GenerateDebugInformation>
  146. </Link>
  147. <PostBuildEvent>
  148. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  149. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  150. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  151. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  152. </Command>
  153. </PostBuildEvent>
  154. </ItemDefinitionGroup>
  155. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  156. <ClCompile>
  157. <PrecompiledHeader>Use</PrecompiledHeader>
  158. <WarningLevel>Level3</WarningLevel>
  159. <Optimization>Disabled</Optimization>
  160. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CCOSLOCK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  161. <SDLCheck>true</SDLCheck>
  162. </ClCompile>
  163. <Link>
  164. <SubSystem>Windows</SubSystem>
  165. <GenerateDebugInformation>true</GenerateDebugInformation>
  166. </Link>
  167. <PostBuildEvent>
  168. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)X64"
  169. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)X64\"
  170. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)X64\"
  171. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  172. </Command>
  173. </PostBuildEvent>
  174. </ItemDefinitionGroup>
  175. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  176. <ClCompile>
  177. <WarningLevel>Level3</WarningLevel>
  178. <PrecompiledHeader>Use</PrecompiledHeader>
  179. <Optimization>MaxSpeed</Optimization>
  180. <FunctionLevelLinking>true</FunctionLevelLinking>
  181. <IntrinsicFunctions>true</IntrinsicFunctions>
  182. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CCOSLOCK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  183. <SDLCheck>true</SDLCheck>
  184. </ClCompile>
  185. <Link>
  186. <SubSystem>Windows</SubSystem>
  187. <GenerateDebugInformation>true</GenerateDebugInformation>
  188. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  189. <OptimizeReferences>true</OptimizeReferences>
  190. </Link>
  191. <PostBuildEvent>
  192. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  193. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  194. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  195. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  196. </Command>
  197. </PostBuildEvent>
  198. </ItemDefinitionGroup>
  199. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">
  200. <ClCompile>
  201. <WarningLevel>Level3</WarningLevel>
  202. <PrecompiledHeader>Use</PrecompiledHeader>
  203. <Optimization>MaxSpeed</Optimization>
  204. <FunctionLevelLinking>true</FunctionLevelLinking>
  205. <IntrinsicFunctions>true</IntrinsicFunctions>
  206. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CCOSLOCK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  207. <SDLCheck>true</SDLCheck>
  208. </ClCompile>
  209. <Link>
  210. <SubSystem>Windows</SubSystem>
  211. <GenerateDebugInformation>true</GenerateDebugInformation>
  212. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  213. <OptimizeReferences>true</OptimizeReferences>
  214. </Link>
  215. <PostBuildEvent>
  216. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  217. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  218. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  219. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  220. </Command>
  221. </PostBuildEvent>
  222. </ItemDefinitionGroup>
  223. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  224. <ClCompile>
  225. <WarningLevel>Level3</WarningLevel>
  226. <PrecompiledHeader>Use</PrecompiledHeader>
  227. <Optimization>MaxSpeed</Optimization>
  228. <FunctionLevelLinking>true</FunctionLevelLinking>
  229. <IntrinsicFunctions>true</IntrinsicFunctions>
  230. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CCOSLOCK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  231. <SDLCheck>true</SDLCheck>
  232. </ClCompile>
  233. <Link>
  234. <SubSystem>Windows</SubSystem>
  235. <GenerateDebugInformation>true</GenerateDebugInformation>
  236. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  237. <OptimizeReferences>true</OptimizeReferences>
  238. </Link>
  239. <PostBuildEvent>
  240. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\deliver\bin\Trunk\PlatformModule\"
  241. copy "$(OutDir)$(TargetName).lib" "..\..\deliver\lib\$(Configuration)X64\"
  242. copy "$(OutDir)$(TargetName).pdb" "..\..\deliver\bin\Trunk\PlatformModule\"
  243. copy "$(ProjectName).h" "..\..\deliver\Include"
  244. </Command>
  245. </PostBuildEvent>
  246. </ItemDefinitionGroup>
  247. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'">
  248. <ClCompile>
  249. <WarningLevel>Level3</WarningLevel>
  250. <PrecompiledHeader>Use</PrecompiledHeader>
  251. <Optimization>MaxSpeed</Optimization>
  252. <FunctionLevelLinking>true</FunctionLevelLinking>
  253. <IntrinsicFunctions>true</IntrinsicFunctions>
  254. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CCOSLOCK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  255. <SDLCheck>true</SDLCheck>
  256. </ClCompile>
  257. <Link>
  258. <SubSystem>Windows</SubSystem>
  259. <GenerateDebugInformation>true</GenerateDebugInformation>
  260. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  261. <OptimizeReferences>true</OptimizeReferences>
  262. </Link>
  263. <PostBuildEvent>
  264. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\deliver\bin\ReleaseX64"
  265. copy "$(OutDir)$(TargetName).lib" "..\..\deliver\lib\ReleaseX64\"
  266. copy "$(OutDir)$(TargetName).pdb" "..\..\deliver\bin\ReleaseX64\"
  267. copy "$(ProjectName).h" "..\..\deliver\Include"
  268. </Command>
  269. </PostBuildEvent>
  270. </ItemDefinitionGroup>
  271. <ItemGroup>
  272. <Text Include="ReadMe.txt" />
  273. </ItemGroup>
  274. <ItemGroup>
  275. <ClInclude Include="CcosLock.h" />
  276. <ClInclude Include="resource.h" />
  277. <ClInclude Include="stdafx.h" />
  278. <ClInclude Include="targetver.h" />
  279. </ItemGroup>
  280. <ItemGroup>
  281. <ClCompile Include="CcosLock.cpp" />
  282. <ClCompile Include="dllmain.cpp">
  283. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  284. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
  285. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  286. </PrecompiledHeader>
  287. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  288. </PrecompiledHeader>
  289. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  290. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">false</CompileAsManaged>
  291. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
  292. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='DM|x64'">false</CompileAsManaged>
  293. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  294. </PrecompiledHeader>
  295. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">
  296. </PrecompiledHeader>
  297. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  298. </PrecompiledHeader>
  299. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|x64'">
  300. </PrecompiledHeader>
  301. </ClCompile>
  302. <ClCompile Include="stdafx.cpp">
  303. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  304. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  305. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  306. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">Create</PrecompiledHeader>
  307. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  308. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|x64'">Create</PrecompiledHeader>
  309. </ClCompile>
  310. </ItemGroup>
  311. <ItemGroup>
  312. <ResourceCompile Include="CcosLock.rc" />
  313. </ItemGroup>
  314. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  315. <ImportGroup Label="ExtensionTargets">
  316. </ImportGroup>
  317. </Project>