DevTree.vcxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  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>{07E19D13-8DF8-4372-85AA-38D77B9B8D3F}</ProjectGuid>
  31. <Keyword>Win32Proj</Keyword>
  32. <RootNamespace>DevTree</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>MultiByte</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. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  103. <LinkIncremental>true</LinkIncremental>
  104. <TargetName>$(ProjectName)X64D</TargetName>
  105. </PropertyGroup>
  106. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  107. <LinkIncremental>false</LinkIncremental>
  108. </PropertyGroup>
  109. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">
  110. <LinkIncremental>false</LinkIncremental>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  113. <LinkIncremental>false</LinkIncremental>
  114. <TargetName>$(ProjectName)X64</TargetName>
  115. <OutDir>..\..\..\1.V1.0.0.0\DeviceV3\PlatformModule\</OutDir>
  116. </PropertyGroup>
  117. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'">
  118. <LinkIncremental>false</LinkIncremental>
  119. <TargetName>$(ProjectName)X64</TargetName>
  120. <OutDir>..\..\..\1.V1.0.0.0.dm\DeviceV3\</OutDir>
  121. </PropertyGroup>
  122. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  123. <ClCompile>
  124. <PrecompiledHeader>Use</PrecompiledHeader>
  125. <WarningLevel>Level3</WarningLevel>
  126. <Optimization>Disabled</Optimization>
  127. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DEVTREE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  128. <SDLCheck>true</SDLCheck>
  129. </ClCompile>
  130. <Link>
  131. <SubSystem>Windows</SubSystem>
  132. <GenerateDebugInformation>true</GenerateDebugInformation>
  133. </Link>
  134. <PostBuildEvent>
  135. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  136. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  137. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  138. copy "$(ProjectName).h" "..\..\..\deliver\Include" </Command>
  139. </PostBuildEvent>
  140. </ItemDefinitionGroup>
  141. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  142. <ClCompile>
  143. <PrecompiledHeader>Use</PrecompiledHeader>
  144. <WarningLevel>Level3</WarningLevel>
  145. <Optimization>Disabled</Optimization>
  146. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DEVTREE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  147. <SDLCheck>true</SDLCheck>
  148. </ClCompile>
  149. <Link>
  150. <SubSystem>Windows</SubSystem>
  151. <GenerateDebugInformation>true</GenerateDebugInformation>
  152. </Link>
  153. <PostBuildEvent>
  154. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)X64"
  155. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)X64\"
  156. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)X64\"
  157. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  158. </Command>
  159. </PostBuildEvent>
  160. </ItemDefinitionGroup>
  161. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  162. <ClCompile>
  163. <WarningLevel>Level3</WarningLevel>
  164. <PrecompiledHeader>Use</PrecompiledHeader>
  165. <Optimization>MaxSpeed</Optimization>
  166. <FunctionLevelLinking>true</FunctionLevelLinking>
  167. <IntrinsicFunctions>true</IntrinsicFunctions>
  168. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DEVTREE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  169. <SDLCheck>true</SDLCheck>
  170. </ClCompile>
  171. <Link>
  172. <SubSystem>Windows</SubSystem>
  173. <GenerateDebugInformation>true</GenerateDebugInformation>
  174. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  175. <OptimizeReferences>true</OptimizeReferences>
  176. </Link>
  177. <PostBuildEvent>
  178. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  179. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  180. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  181. copy "$(ProjectName).h" "..\..\..\deliver\Include" </Command>
  182. </PostBuildEvent>
  183. </ItemDefinitionGroup>
  184. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">
  185. <ClCompile>
  186. <WarningLevel>Level3</WarningLevel>
  187. <PrecompiledHeader>Use</PrecompiledHeader>
  188. <Optimization>MaxSpeed</Optimization>
  189. <FunctionLevelLinking>true</FunctionLevelLinking>
  190. <IntrinsicFunctions>true</IntrinsicFunctions>
  191. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DEVTREE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  192. <SDLCheck>true</SDLCheck>
  193. </ClCompile>
  194. <Link>
  195. <SubSystem>Windows</SubSystem>
  196. <GenerateDebugInformation>true</GenerateDebugInformation>
  197. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  198. <OptimizeReferences>true</OptimizeReferences>
  199. </Link>
  200. <PostBuildEvent>
  201. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  202. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  203. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  204. copy "$(ProjectName).h" "..\..\..\deliver\Include" </Command>
  205. </PostBuildEvent>
  206. </ItemDefinitionGroup>
  207. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  208. <ClCompile>
  209. <WarningLevel>Level3</WarningLevel>
  210. <PrecompiledHeader>Use</PrecompiledHeader>
  211. <Optimization>MaxSpeed</Optimization>
  212. <FunctionLevelLinking>true</FunctionLevelLinking>
  213. <IntrinsicFunctions>true</IntrinsicFunctions>
  214. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DEVTREE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  215. <SDLCheck>true</SDLCheck>
  216. </ClCompile>
  217. <Link>
  218. <SubSystem>Windows</SubSystem>
  219. <GenerateDebugInformation>true</GenerateDebugInformation>
  220. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  221. <OptimizeReferences>true</OptimizeReferences>
  222. </Link>
  223. <PostBuildEvent>
  224. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\deliver\bin\Trunk\PlatformModule\"
  225. copy "$(OutDir)$(TargetName).lib" "..\..\deliver\lib\$(Configuration)X64\"
  226. copy "$(OutDir)$(TargetName).pdb" "..\..\deliver\bin\Trunk\PlatformModule\"
  227. copy "$(ProjectName).h" "..\..\deliver\Include"
  228. </Command>
  229. </PostBuildEvent>
  230. </ItemDefinitionGroup>
  231. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'">
  232. <ClCompile>
  233. <WarningLevel>Level3</WarningLevel>
  234. <PrecompiledHeader>Use</PrecompiledHeader>
  235. <Optimization>MaxSpeed</Optimization>
  236. <FunctionLevelLinking>true</FunctionLevelLinking>
  237. <IntrinsicFunctions>true</IntrinsicFunctions>
  238. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DEVTREE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  239. <SDLCheck>true</SDLCheck>
  240. </ClCompile>
  241. <Link>
  242. <SubSystem>Windows</SubSystem>
  243. <GenerateDebugInformation>true</GenerateDebugInformation>
  244. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  245. <OptimizeReferences>true</OptimizeReferences>
  246. </Link>
  247. <PostBuildEvent>
  248. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\deliver\bin\ReleaseX64"
  249. copy "$(OutDir)$(TargetName).lib" "..\..\deliver\lib\ReleaseX64\"
  250. copy "$(OutDir)$(TargetName).pdb" "..\..\deliver\bin\ReleaseX64\"
  251. copy "$(ProjectName).h" "..\..\deliver\Include"
  252. </Command>
  253. </PostBuildEvent>
  254. </ItemDefinitionGroup>
  255. <ItemGroup>
  256. <Text Include="ReadMe.txt" />
  257. </ItemGroup>
  258. <ItemGroup>
  259. <ClInclude Include="DevTree.h" />
  260. <ClInclude Include="resource.h" />
  261. <ClInclude Include="stdafx.h" />
  262. <ClInclude Include="targetver.h" />
  263. </ItemGroup>
  264. <ItemGroup>
  265. <ClCompile Include="DevTree.cpp" />
  266. <ClCompile Include="dllmain.cpp">
  267. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  268. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
  269. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  270. </PrecompiledHeader>
  271. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  272. </PrecompiledHeader>
  273. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  274. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">false</CompileAsManaged>
  275. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
  276. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='DM|x64'">false</CompileAsManaged>
  277. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  278. </PrecompiledHeader>
  279. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">
  280. </PrecompiledHeader>
  281. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  282. </PrecompiledHeader>
  283. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|x64'">
  284. </PrecompiledHeader>
  285. </ClCompile>
  286. <ClCompile Include="stdafx.cpp">
  287. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  288. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  289. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  290. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">Create</PrecompiledHeader>
  291. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  292. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|x64'">Create</PrecompiledHeader>
  293. </ClCompile>
  294. </ItemGroup>
  295. <ItemGroup>
  296. <ResourceCompile Include="DevTree.rc" />
  297. </ItemGroup>
  298. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  299. <ImportGroup Label="ExtensionTargets">
  300. </ImportGroup>
  301. </Project>