DPC.vcxproj 17 KB

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