game.vcxproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  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|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|Xbox 360">
  9. <Configuration>Debug</Configuration>
  10. <Platform>Xbox 360</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|Xbox 360">
  17. <Configuration>Release</Configuration>
  18. <Platform>Xbox 360</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectName>Game</ProjectName>
  23. <ProjectGuid>{49BEC5C6-B964-417A-851E-808886B57430}</ProjectGuid>
  24. <RootNamespace>Game</RootNamespace>
  25. <SccProjectName>SAK</SccProjectName>
  26. <SccLocalPath>SAK</SccLocalPath>
  27. <SccProvider>SAK</SccProvider>
  28. <Keyword>Win32Proj</Keyword>
  29. <SccAuxPath>SAK</SccAuxPath>
  30. </PropertyGroup>
  31. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  33. <ConfigurationType>StaticLibrary</ConfigurationType>
  34. <CharacterSet>MultiByte</CharacterSet>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Xbox 360'" Label="Configuration">
  37. <ConfigurationType>StaticLibrary</ConfigurationType>
  38. <CharacterSet>MultiByte</CharacterSet>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  41. <ConfigurationType>StaticLibrary</ConfigurationType>
  42. <CharacterSet>MultiByte</CharacterSet>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Xbox 360'" Label="Configuration">
  45. <ConfigurationType>StaticLibrary</ConfigurationType>
  46. <CharacterSet>MultiByte</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Xbox 360'">
  49. <ConfigurationType>DynamicLibrary</ConfigurationType>
  50. </PropertyGroup>
  51. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  52. <ImportGroup Label="ExtensionSettings">
  53. </ImportGroup>
  54. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  55. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  56. <Import Project="_Common.props" />
  57. <Import Project="_Game.props" />
  58. <Import Project="_Debug.props" />
  59. <Import Project="_WithInlines.props" />
  60. <Import Project="_PCLibs.props" />
  61. </ImportGroup>
  62. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Xbox 360'" Label="PropertySheets">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. <Import Project="_Common.props" />
  65. <Import Project="_Game.props" />
  66. <Import Project="_Debug.props" />
  67. <Import Project="_WithInlines.props" />
  68. <Import Project="_Xbox360Libs.props" />
  69. </ImportGroup>
  70. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  71. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  72. <Import Project="_Common.props" />
  73. <Import Project="_Game.props" />
  74. <Import Project="_Release.props" />
  75. <Import Project="_PCLibs.props" />
  76. </ImportGroup>
  77. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Xbox 360'" 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="_Release.props" />
  82. <Import Project="_Xbox360Libs.props" />
  83. </ImportGroup>
  84. <PropertyGroup Label="UserMacros" />
  85. <PropertyGroup>
  86. <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
  87. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  88. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Xbox 360'">AllRules.ruleset</CodeAnalysisRuleSet>
  89. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  90. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Xbox 360'" />
  91. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  92. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Xbox 360'" />
  93. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  94. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Xbox 360'">AllRules.ruleset</CodeAnalysisRuleSet>
  95. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  96. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Xbox 360'" />
  97. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  98. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Xbox 360'" />
  99. </PropertyGroup>
  100. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  101. <PreBuildEvent>
  102. <Command>
  103. </Command>
  104. </PreBuildEvent>
  105. </ItemDefinitionGroup>
  106. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Xbox 360'">
  107. <PreBuildEvent>
  108. <Command>
  109. </Command>
  110. </PreBuildEvent>
  111. <Link>
  112. <AdditionalOptions>/dll /include:"XboxKrnlBuildNumber" %(AdditionalOptions)</AdditionalOptions>
  113. <EntryPointSymbol>_DllMainCRTStartup</EntryPointSymbol>
  114. </Link>
  115. <Deploy>
  116. <DeploymentType>CopyToHardDrive</DeploymentType>
  117. </Deploy>
  118. </ItemDefinitionGroup>
  119. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  120. <PreBuildEvent>
  121. <Command>
  122. </Command>
  123. </PreBuildEvent>
  124. </ItemDefinitionGroup>
  125. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Xbox 360'">
  126. <PreBuildEvent>
  127. <Command>
  128. </Command>
  129. </PreBuildEvent>
  130. <Link>
  131. <AdditionalOptions>/dll /include:"XboxKrnlBuildNumber" %(AdditionalOptions)</AdditionalOptions>
  132. <EntryPointSymbol>_DllMainCRTStartup</EntryPointSymbol>
  133. </Link>
  134. <Deploy>
  135. <DeploymentType>CopyToHardDrive</DeploymentType>
  136. </Deploy>
  137. </ItemDefinitionGroup>
  138. <ItemGroup>
  139. <ClCompile Include="game\Achievements.cpp" />
  140. <ClCompile Include="game\ai\AAS.cpp" />
  141. <ClCompile Include="game\ai\AAS_debug.cpp" />
  142. <ClCompile Include="game\ai\AAS_pathing.cpp" />
  143. <ClCompile Include="game\ai\AAS_routing.cpp" />
  144. <ClCompile Include="game\ai\AI.cpp" />
  145. <ClCompile Include="game\ai\AI_events.cpp" />
  146. <ClCompile Include="game\ai\AI_pathing.cpp" />
  147. <ClCompile Include="game\ai\AI_Vagary.cpp" />
  148. <ClCompile Include="game\anim\Anim.cpp" />
  149. <ClCompile Include="game\anim\Anim_Blend.cpp" />
  150. <ClCompile Include="game\anim\Anim_Testmodel.cpp" />
  151. <ClCompile Include="game\gamesys\Class.cpp" />
  152. <ClCompile Include="game\gamesys\DebugGraph.cpp" />
  153. <ClCompile Include="game\gamesys\Event.cpp" />
  154. <ClCompile Include="game\gamesys\SaveGame.cpp" />
  155. <ClCompile Include="game\gamesys\SysCmds.cpp" />
  156. <ClCompile Include="game\gamesys\SysCvar.cpp" />
  157. <ClCompile Include="game\physics\Clip.cpp" />
  158. <ClCompile Include="game\physics\Force.cpp" />
  159. <ClCompile Include="game\physics\Force_Constant.cpp" />
  160. <ClCompile Include="game\physics\Force_Drag.cpp" />
  161. <ClCompile Include="game\physics\Force_Field.cpp" />
  162. <ClCompile Include="game\physics\Force_Spring.cpp" />
  163. <ClCompile Include="game\physics\Physics.cpp" />
  164. <ClCompile Include="game\physics\Physics_Actor.cpp" />
  165. <ClCompile Include="game\physics\Physics_AF.cpp" />
  166. <ClCompile Include="game\physics\Physics_Base.cpp" />
  167. <ClCompile Include="game\physics\Physics_Monster.cpp" />
  168. <ClCompile Include="game\physics\Physics_Parametric.cpp" />
  169. <ClCompile Include="game\physics\Physics_Player.cpp" />
  170. <ClCompile Include="game\physics\Physics_RigidBody.cpp" />
  171. <ClCompile Include="game\physics\Physics_Static.cpp" />
  172. <ClCompile Include="game\physics\Physics_StaticMulti.cpp" />
  173. <ClCompile Include="game\physics\Push.cpp" />
  174. <ClCompile Include="game\script\Script_Compiler.cpp" />
  175. <ClCompile Include="game\script\Script_Interpreter.cpp" />
  176. <ClCompile Include="game\script\Script_Program.cpp" />
  177. <ClCompile Include="game\script\Script_Thread.cpp" />
  178. <ClCompile Include="game\Actor.cpp" />
  179. <ClCompile Include="game\AF.cpp" />
  180. <ClCompile Include="game\AFEntity.cpp" />
  181. <ClCompile Include="game\BrittleFracture.cpp" />
  182. <ClCompile Include="game\Camera.cpp" />
  183. <ClCompile Include="game\Entity.cpp" />
  184. <ClCompile Include="game\Fx.cpp" />
  185. <ClCompile Include="game\Game_local.cpp" />
  186. <ClCompile Include="game\Game_network.cpp" />
  187. <ClCompile Include="game\GameEdit.cpp" />
  188. <ClCompile Include="game\IK.cpp" />
  189. <ClCompile Include="game\Item.cpp" />
  190. <ClCompile Include="game\Light.cpp" />
  191. <ClCompile Include="game\Misc.cpp" />
  192. <ClCompile Include="game\Moveable.cpp" />
  193. <ClCompile Include="game\Mover.cpp" />
  194. <ClCompile Include="game\MultiplayerGame.cpp" />
  195. <ClCompile Include="game\Player.cpp" />
  196. <ClCompile Include="game\PlayerIcon.cpp" />
  197. <ClCompile Include="game\PlayerView.cpp" />
  198. <ClCompile Include="game\Projectile.cpp" />
  199. <ClCompile Include="game\Pvs.cpp" />
  200. <ClCompile Include="game\SecurityCamera.cpp" />
  201. <ClCompile Include="game\SmokeParticles.cpp" />
  202. <ClCompile Include="game\Sound.cpp" />
  203. <ClCompile Include="game\Target.cpp" />
  204. <ClCompile Include="game\Trigger.cpp" />
  205. <ClCompile Include="game\Weapon.cpp" />
  206. <ClCompile Include="game\WorldSpawn.cpp" />
  207. </ItemGroup>
  208. <ItemGroup>
  209. <ClInclude Include="game\Achievements.h" />
  210. <ClInclude Include="game\ai\AAS.h" />
  211. <ClInclude Include="game\ai\AAS_local.h" />
  212. <ClInclude Include="game\ai\AI.h" />
  213. <ClInclude Include="game\anim\Anim.h" />
  214. <ClInclude Include="game\anim\Anim_Testmodel.h" />
  215. <ClInclude Include="game\gamesys\Class.h" />
  216. <ClInclude Include="game\gamesys\DebugGraph.h" />
  217. <ClInclude Include="game\gamesys\Event.h" />
  218. <ClInclude Include="game\gamesys\SaveGame.h" />
  219. <ClInclude Include="game\gamesys\SysCmds.h" />
  220. <ClInclude Include="game\gamesys\SysCvar.h" />
  221. <ClInclude Include="game\physics\Clip.h" />
  222. <ClInclude Include="game\physics\Force.h" />
  223. <ClInclude Include="game\physics\Force_Constant.h" />
  224. <ClInclude Include="game\physics\Force_Drag.h" />
  225. <ClInclude Include="game\physics\Force_Field.h" />
  226. <ClInclude Include="game\physics\Force_Spring.h" />
  227. <ClInclude Include="game\physics\Physics.h" />
  228. <ClInclude Include="game\physics\Physics_Actor.h" />
  229. <ClInclude Include="game\physics\Physics_AF.h" />
  230. <ClInclude Include="game\physics\Physics_Base.h" />
  231. <ClInclude Include="game\physics\Physics_Monster.h" />
  232. <ClInclude Include="game\physics\Physics_Parametric.h" />
  233. <ClInclude Include="game\physics\Physics_Player.h" />
  234. <ClInclude Include="game\physics\Physics_RigidBody.h" />
  235. <ClInclude Include="game\physics\Physics_Static.h" />
  236. <ClInclude Include="game\physics\Physics_StaticMulti.h" />
  237. <ClInclude Include="game\physics\Push.h" />
  238. <ClInclude Include="game\script\Script_Compiler.h" />
  239. <ClInclude Include="game\script\Script_Interpreter.h" />
  240. <ClInclude Include="game\script\Script_Program.h" />
  241. <ClInclude Include="game\script\Script_Thread.h" />
  242. <ClInclude Include="game\Actor.h" />
  243. <ClInclude Include="game\AF.h" />
  244. <ClInclude Include="game\AFEntity.h" />
  245. <ClInclude Include="game\BrittleFracture.h" />
  246. <ClInclude Include="game\Camera.h" />
  247. <ClInclude Include="game\Entity.h" />
  248. <ClInclude Include="game\Fx.h" />
  249. <ClInclude Include="game\Game.h" />
  250. <ClInclude Include="game\Game_local.h" />
  251. <ClInclude Include="game\GameEdit.h" />
  252. <ClInclude Include="game\IK.h" />
  253. <ClInclude Include="game\Item.h" />
  254. <ClInclude Include="game\Light.h" />
  255. <ClInclude Include="game\Misc.h" />
  256. <ClInclude Include="game\Moveable.h" />
  257. <ClInclude Include="game\Mover.h" />
  258. <ClInclude Include="game\MultiplayerGame.h" />
  259. <ClInclude Include="game\Player.h" />
  260. <ClInclude Include="game\PlayerIcon.h" />
  261. <ClInclude Include="game\PlayerView.h" />
  262. <ClInclude Include="game\Projectile.h" />
  263. <ClInclude Include="game\Pvs.h" />
  264. <ClInclude Include="game\SecurityCamera.h" />
  265. <ClInclude Include="game\SmokeParticles.h" />
  266. <ClInclude Include="game\Sound.h" />
  267. <ClInclude Include="game\Target.h" />
  268. <ClInclude Include="game\Trigger.h" />
  269. <ClInclude Include="game\Weapon.h" />
  270. <ClInclude Include="game\WorldSpawn.h" />
  271. </ItemGroup>
  272. <ItemGroup>
  273. <None Include="game\Game.def" />
  274. </ItemGroup>
  275. <ItemGroup>
  276. <ProjectReference Include="idlib.vcxproj">
  277. <Project>{49bec5c6-b964-417a-851e-808886b57400}</Project>
  278. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  279. </ProjectReference>
  280. </ItemGroup>
  281. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  282. <ImportGroup Label="ExtensionTargets">
  283. </ImportGroup>
  284. </Project>