game.vcxproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug with inlines and memory log|Win32">
  5. <Configuration>Debug with inlines and memory log</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug with inlines|Win32">
  9. <Configuration>Debug with inlines</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Win32">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Dedicated Debug with inlines|Win32">
  17. <Configuration>Dedicated Debug with inlines</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Dedicated Debug|Win32">
  21. <Configuration>Dedicated Debug</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Dedicated Release|Win32">
  25. <Configuration>Dedicated Release</Configuration>
  26. <Platform>Win32</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release|Win32">
  29. <Configuration>Release</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. </ItemGroup>
  33. <PropertyGroup Label="Globals">
  34. <ProjectName>Game</ProjectName>
  35. <ProjectGuid>{49BEC5C6-B964-417A-851E-808886B57430}</ProjectGuid>
  36. <RootNamespace>Game</RootNamespace>
  37. <SccProjectName>
  38. </SccProjectName>
  39. <SccLocalPath>
  40. </SccLocalPath>
  41. <SccProvider>
  42. </SccProvider>
  43. <Keyword>Win32Proj</Keyword>
  44. </PropertyGroup>
  45. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" Label="Configuration">
  47. <ConfigurationType>DynamicLibrary</ConfigurationType>
  48. <CharacterSet>MultiByte</CharacterSet>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" Label="Configuration">
  51. <ConfigurationType>DynamicLibrary</ConfigurationType>
  52. <CharacterSet>MultiByte</CharacterSet>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" Label="Configuration">
  55. <ConfigurationType>DynamicLibrary</ConfigurationType>
  56. <CharacterSet>MultiByte</CharacterSet>
  57. </PropertyGroup>
  58. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" Label="Configuration">
  59. <ConfigurationType>DynamicLibrary</ConfigurationType>
  60. <CharacterSet>MultiByte</CharacterSet>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" Label="Configuration">
  63. <ConfigurationType>DynamicLibrary</ConfigurationType>
  64. <CharacterSet>MultiByte</CharacterSet>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  67. <ConfigurationType>DynamicLibrary</ConfigurationType>
  68. <CharacterSet>MultiByte</CharacterSet>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  71. <ConfigurationType>DynamicLibrary</ConfigurationType>
  72. <CharacterSet>MultiByte</CharacterSet>
  73. </PropertyGroup>
  74. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  75. <ImportGroup Label="ExtensionSettings">
  76. </ImportGroup>
  77. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" Label="PropertySheets">
  78. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  79. <Import Project="_Common.props" />
  80. <Import Project="_Game.props" />
  81. <Import Project="_Dedicated.props" />
  82. <Import Project="_Release.props" />
  83. </ImportGroup>
  84. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" Label="PropertySheets">
  85. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  86. <Import Project="_Common.props" />
  87. <Import Project="_Game.props" />
  88. <Import Project="_Dedicated.props" />
  89. <Import Project="_Debug.props" />
  90. <Import Project="_WithInlines.props" />
  91. </ImportGroup>
  92. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" Label="PropertySheets">
  93. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  94. <Import Project="_Common.props" />
  95. <Import Project="_Game.props" />
  96. <Import Project="_Dedicated.props" />
  97. <Import Project="_Debug.props" />
  98. </ImportGroup>
  99. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" Label="PropertySheets">
  100. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  101. <Import Project="_Common.props" />
  102. <Import Project="_Game.props" />
  103. <Import Project="_Debug.props" />
  104. <Import Project="_WithInlines.props" />
  105. <Import Project="_WithMemoryLog.props" />
  106. </ImportGroup>
  107. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" Label="PropertySheets">
  108. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  109. <Import Project="_Common.props" />
  110. <Import Project="_Game.props" />
  111. <Import Project="_Debug.props" />
  112. <Import Project="_WithInlines.props" />
  113. </ImportGroup>
  114. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  115. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  116. <Import Project="_Common.props" />
  117. <Import Project="_Game.props" />
  118. <Import Project="_Release.props" />
  119. </ImportGroup>
  120. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  121. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  122. <Import Project="_Common.props" />
  123. <Import Project="_Game.props" />
  124. <Import Project="_Debug.props" />
  125. </ImportGroup>
  126. <PropertyGroup Label="UserMacros" />
  127. <PropertyGroup>
  128. <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
  129. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  130. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" />
  131. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" />
  132. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  133. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" />
  134. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" />
  135. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  136. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  137. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  138. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  139. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" />
  140. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" />
  141. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  142. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" />
  143. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" />
  144. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  145. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" />
  146. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" />
  147. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  148. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  149. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  150. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\base\</OutDir>
  151. </PropertyGroup>
  152. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  153. <PreBuildEvent>
  154. <Command>cd $(SolutionDir)\..
  155. "build\Win32\$(Configuration)\TypeInfo.exe"</Command>
  156. </PreBuildEvent>
  157. <ClCompile>
  158. <MultiProcessorCompilation>Yes</MultiProcessorCompilation>
  159. </ClCompile>
  160. </ItemDefinitionGroup>
  161. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'">
  162. <PreBuildEvent>
  163. <Command>cd $(SolutionDir)\..
  164. "build\Win32\$(Configuration)\TypeInfo.exe"</Command>
  165. </PreBuildEvent>
  166. </ItemDefinitionGroup>
  167. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'">
  168. <PreBuildEvent>
  169. <Command>cd $(SolutionDir)\..
  170. "build\Win32\$(Configuration)\TypeInfo.exe"</Command>
  171. </PreBuildEvent>
  172. </ItemDefinitionGroup>
  173. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'">
  174. <PreBuildEvent>
  175. <Command>cd $(SolutionDir)\..
  176. "build\Win32\$(Configuration)\TypeInfo.exe"</Command>
  177. </PreBuildEvent>
  178. </ItemDefinitionGroup>
  179. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'">
  180. <PreBuildEvent>
  181. <Command>cd $(SolutionDir)\..
  182. "build\Win32\$(Configuration)\TypeInfo.exe"</Command>
  183. </PreBuildEvent>
  184. </ItemDefinitionGroup>
  185. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'">
  186. <PreBuildEvent>
  187. <Command>cd $(SolutionDir)\..
  188. "build\Win32\$(Configuration)\TypeInfo.exe"</Command>
  189. </PreBuildEvent>
  190. </ItemDefinitionGroup>
  191. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  192. <PreBuildEvent>
  193. <Command>cd $(SolutionDir)\..
  194. "build\Win32\$(Configuration)\TypeInfo.exe"</Command>
  195. </PreBuildEvent>
  196. <ClCompile>
  197. <MultiProcessorCompilation>Yes</MultiProcessorCompilation>
  198. </ClCompile>
  199. </ItemDefinitionGroup>
  200. <ItemGroup>
  201. <ClCompile Include="game\ai\AAS.cpp" />
  202. <ClCompile Include="game\ai\AAS_debug.cpp" />
  203. <ClCompile Include="game\ai\AAS_pathing.cpp" />
  204. <ClCompile Include="game\ai\AAS_routing.cpp" />
  205. <ClCompile Include="game\ai\AI.cpp" />
  206. <ClCompile Include="game\ai\AI_events.cpp" />
  207. <ClCompile Include="game\ai\AI_pathing.cpp" />
  208. <ClCompile Include="game\ai\AI_Vagary.cpp" />
  209. <ClCompile Include="game\anim\Anim.cpp" />
  210. <ClCompile Include="game\anim\Anim_Blend.cpp" />
  211. <ClCompile Include="game\anim\Anim_Import.cpp" />
  212. <ClCompile Include="game\anim\Anim_Testmodel.cpp" />
  213. <ClCompile Include="game\gamesys\Class.cpp" />
  214. <ClCompile Include="game\gamesys\DebugGraph.cpp" />
  215. <ClCompile Include="game\gamesys\Event.cpp" />
  216. <ClCompile Include="game\gamesys\SaveGame.cpp" />
  217. <ClCompile Include="game\gamesys\SysCmds.cpp" />
  218. <ClCompile Include="game\gamesys\SysCvar.cpp" />
  219. <ClCompile Include="game\gamesys\TypeInfo.cpp" />
  220. <ClCompile Include="game\physics\Clip.cpp" />
  221. <ClCompile Include="game\physics\Force.cpp" />
  222. <ClCompile Include="game\physics\Force_Constant.cpp" />
  223. <ClCompile Include="game\physics\Force_Drag.cpp" />
  224. <ClCompile Include="game\physics\Force_Field.cpp" />
  225. <ClCompile Include="game\physics\Force_Spring.cpp" />
  226. <ClCompile Include="game\physics\Physics.cpp" />
  227. <ClCompile Include="game\physics\Physics_Actor.cpp" />
  228. <ClCompile Include="game\physics\Physics_AF.cpp" />
  229. <ClCompile Include="game\physics\Physics_Base.cpp" />
  230. <ClCompile Include="game\physics\Physics_Monster.cpp" />
  231. <ClCompile Include="game\physics\Physics_Parametric.cpp" />
  232. <ClCompile Include="game\physics\Physics_Player.cpp" />
  233. <ClCompile Include="game\physics\Physics_RigidBody.cpp" />
  234. <ClCompile Include="game\physics\Physics_Static.cpp" />
  235. <ClCompile Include="game\physics\Physics_StaticMulti.cpp" />
  236. <ClCompile Include="game\physics\Push.cpp" />
  237. <ClCompile Include="game\script\Script_Compiler.cpp" />
  238. <ClCompile Include="game\script\Script_Interpreter.cpp" />
  239. <ClCompile Include="game\script\Script_Program.cpp" />
  240. <ClCompile Include="game\script\Script_Thread.cpp" />
  241. <ClCompile Include="game\Actor.cpp" />
  242. <ClCompile Include="game\AF.cpp" />
  243. <ClCompile Include="game\AFEntity.cpp" />
  244. <ClCompile Include="game\BrittleFracture.cpp" />
  245. <ClCompile Include="game\Camera.cpp" />
  246. <ClCompile Include="game\Entity.cpp" />
  247. <ClCompile Include="game\Fx.cpp" />
  248. <ClCompile Include="game\Game_local.cpp" />
  249. <ClCompile Include="game\Game_network.cpp" />
  250. <ClCompile Include="game\GameEdit.cpp" />
  251. <ClCompile Include="game\IK.cpp" />
  252. <ClCompile Include="game\Item.cpp" />
  253. <ClCompile Include="game\Light.cpp" />
  254. <ClCompile Include="game\Misc.cpp" />
  255. <ClCompile Include="game\Moveable.cpp" />
  256. <ClCompile Include="game\Mover.cpp" />
  257. <ClCompile Include="game\MultiplayerGame.cpp" />
  258. <ClCompile Include="game\Player.cpp" />
  259. <ClCompile Include="game\PlayerIcon.cpp" />
  260. <ClCompile Include="game\PlayerView.cpp" />
  261. <ClCompile Include="game\Projectile.cpp" />
  262. <ClCompile Include="game\Pvs.cpp" />
  263. <ClCompile Include="game\SecurityCamera.cpp" />
  264. <ClCompile Include="game\SmokeParticles.cpp" />
  265. <ClCompile Include="game\Sound.cpp" />
  266. <ClCompile Include="game\Target.cpp" />
  267. <ClCompile Include="game\Trigger.cpp" />
  268. <ClCompile Include="game\Weapon.cpp" />
  269. <ClCompile Include="game\WorldSpawn.cpp" />
  270. </ItemGroup>
  271. <ItemGroup>
  272. <ClInclude Include="game\ai\AAS.h" />
  273. <ClInclude Include="game\ai\AAS_local.h" />
  274. <ClInclude Include="game\ai\AI.h" />
  275. <ClInclude Include="game\anim\Anim.h" />
  276. <ClInclude Include="game\anim\Anim_Testmodel.h" />
  277. <ClInclude Include="game\gamesys\Class.h" />
  278. <ClInclude Include="game\gamesys\DebugGraph.h" />
  279. <ClInclude Include="game\gamesys\Event.h" />
  280. <ClInclude Include="game\gamesys\NoGameTypeInfo.h" />
  281. <ClInclude Include="game\gamesys\SaveGame.h" />
  282. <ClInclude Include="game\gamesys\SysCmds.h" />
  283. <ClInclude Include="game\gamesys\SysCvar.h" />
  284. <ClInclude Include="game\physics\Clip.h" />
  285. <ClInclude Include="game\physics\Force.h" />
  286. <ClInclude Include="game\physics\Force_Constant.h" />
  287. <ClInclude Include="game\physics\Force_Drag.h" />
  288. <ClInclude Include="game\physics\Force_Field.h" />
  289. <ClInclude Include="game\physics\Force_Spring.h" />
  290. <ClInclude Include="game\physics\Physics.h" />
  291. <ClInclude Include="game\physics\Physics_Actor.h" />
  292. <ClInclude Include="game\physics\Physics_AF.h" />
  293. <ClInclude Include="game\physics\Physics_Base.h" />
  294. <ClInclude Include="game\physics\Physics_Monster.h" />
  295. <ClInclude Include="game\physics\Physics_Parametric.h" />
  296. <ClInclude Include="game\physics\Physics_Player.h" />
  297. <ClInclude Include="game\physics\Physics_RigidBody.h" />
  298. <ClInclude Include="game\physics\Physics_Static.h" />
  299. <ClInclude Include="game\physics\Physics_StaticMulti.h" />
  300. <ClInclude Include="game\physics\Push.h" />
  301. <ClInclude Include="game\script\Script_Compiler.h" />
  302. <ClInclude Include="game\script\Script_Interpreter.h" />
  303. <ClInclude Include="game\script\Script_Program.h" />
  304. <ClInclude Include="game\script\Script_Thread.h" />
  305. <ClInclude Include="game\Actor.h" />
  306. <ClInclude Include="game\AF.h" />
  307. <ClInclude Include="game\AFEntity.h" />
  308. <ClInclude Include="game\BrittleFracture.h" />
  309. <ClInclude Include="game\Camera.h" />
  310. <ClInclude Include="game\Entity.h" />
  311. <ClInclude Include="game\Fx.h" />
  312. <ClInclude Include="game\Game.h" />
  313. <ClInclude Include="game\Game_local.h" />
  314. <ClInclude Include="game\GameEdit.h" />
  315. <ClInclude Include="game\IK.h" />
  316. <ClInclude Include="game\Item.h" />
  317. <ClInclude Include="game\Light.h" />
  318. <ClInclude Include="game\Misc.h" />
  319. <ClInclude Include="game\Moveable.h" />
  320. <ClInclude Include="game\Mover.h" />
  321. <ClInclude Include="game\MultiplayerGame.h" />
  322. <ClInclude Include="game\Player.h" />
  323. <ClInclude Include="game\PlayerIcon.h" />
  324. <ClInclude Include="game\PlayerView.h" />
  325. <ClInclude Include="game\Projectile.h" />
  326. <ClInclude Include="game\Pvs.h" />
  327. <ClInclude Include="game\SecurityCamera.h" />
  328. <ClInclude Include="game\SmokeParticles.h" />
  329. <ClInclude Include="game\Sound.h" />
  330. <ClInclude Include="game\Target.h" />
  331. <ClInclude Include="game\Trigger.h" />
  332. <ClInclude Include="game\Weapon.h" />
  333. <ClInclude Include="game\WorldSpawn.h" />
  334. </ItemGroup>
  335. <ItemGroup>
  336. <None Include="game\Game.def" />
  337. </ItemGroup>
  338. <ItemGroup>
  339. <ProjectReference Include="idlib.vcxproj">
  340. <Project>{49bec5c6-b964-417a-851e-808886b57400}</Project>
  341. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  342. </ProjectReference>
  343. <ProjectReference Include="typeinfo.vcxproj">
  344. <Project>{6ea6406f-3e65-47d9-8246-d6660a81606f}</Project>
  345. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  346. </ProjectReference>
  347. </ItemGroup>
  348. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  349. <ImportGroup Label="ExtensionTargets">
  350. </ImportGroup>
  351. </Project>