sample-browser.vcxproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  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="DebugMem|x64">
  5. <Configuration>DebugMem</Configuration>
  6. <Platform>x64</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|x64">
  13. <Configuration>Release</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. </ItemGroup>
  17. <PropertyGroup Label="Globals">
  18. <ProjectGuid>{0F27C8C4-58B2-E367-8D1F-01B714FDBF1B}</ProjectGuid>
  19. <Keyword>Win32Proj</Keyword>
  20. <RootNamespace>sample-browser</RootNamespace>
  21. </PropertyGroup>
  22. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  23. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  24. <ConfigurationType>Application</ConfigurationType>
  25. <UseDebugLibraries>true</UseDebugLibraries>
  26. <CharacterSet>Unicode</CharacterSet>
  27. <PlatformToolset>v120</PlatformToolset>
  28. </PropertyGroup>
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|x64'" Label="Configuration">
  30. <ConfigurationType>Application</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <CharacterSet>Unicode</CharacterSet>
  33. <PlatformToolset>v120</PlatformToolset>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  36. <ConfigurationType>Application</ConfigurationType>
  37. <UseDebugLibraries>false</UseDebugLibraries>
  38. <WholeProgramOptimization>true</WholeProgramOptimization>
  39. <CharacterSet>Unicode</CharacterSet>
  40. <PlatformToolset>v120</PlatformToolset>
  41. </PropertyGroup>
  42. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  43. <ImportGroup Label="ExtensionSettings">
  44. </ImportGroup>
  45. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  46. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  47. </ImportGroup>
  48. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|x64'" Label="PropertySheets">
  49. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  50. </ImportGroup>
  51. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  52. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  53. </ImportGroup>
  54. <PropertyGroup Label="UserMacros" />
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  56. <LinkIncremental>true</LinkIncremental>
  57. <OutDir>$(Configuration)\</OutDir>
  58. <ExecutablePath>$(ExecutablePath)</ExecutablePath>
  59. <CustomBuildBeforeTargets />
  60. <IntDir>$(Configuration)\</IntDir>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|x64'">
  63. <LinkIncremental>true</LinkIncremental>
  64. <OutDir>$(Configuration)\</OutDir>
  65. <ExecutablePath>$(ExecutablePath)</ExecutablePath>
  66. <CustomBuildBeforeTargets />
  67. <IntDir>$(Configuration)\</IntDir>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  70. <LinkIncremental>false</LinkIncremental>
  71. <OutDir>$(Configuration)\</OutDir>
  72. <CustomBuildBeforeTargets />
  73. <IntDir>$(Configuration)\</IntDir>
  74. </PropertyGroup>
  75. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  76. <ClCompile>
  77. <PrecompiledHeader>
  78. </PrecompiledHeader>
  79. <WarningLevel>Level3</WarningLevel>
  80. <Optimization>Disabled</Optimization>
  81. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  82. <AdditionalIncludeDirectories>..\..\gameplay\src;..\..\external-deps\lua\include;..\..\external-deps\bullet\include;..\..\external-deps\openal\include\AL;..\..\external-deps\ogg\include;..\..\external-deps\vorbis\include;..\..\external-deps\png\include;..\..\external-deps\zlib\include;..\..\external-deps\glew\include</AdditionalIncludeDirectories>
  83. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  84. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  85. </ClCompile>
  86. <Link>
  87. <SubSystem>Windows</SubSystem>
  88. <GenerateDebugInformation>true</GenerateDebugInformation>
  89. <AdditionalDependencies>OpenGL32.lib;GLU32.lib;GLEW.lib;OpenAL.lib;lua.lib;png.lib;zlib.lib;gameplay.lib;ogg.lib;vorbis.lib;BulletDynamics.lib;BulletCollision.lib;LinearMath.lib;%(AdditionalDependencies)</AdditionalDependencies>
  90. <AdditionalLibraryDirectories>..\..\external-deps\lua\lib\windows\x64\Debug;..\..\external-deps\bullet\lib\windows\x64\Debug;..\..\external-deps\openal\lib\windows\x64\Debug;..\..\external-deps\ogg\lib\windows\x64\Debug;..\..\external-deps\vorbis\lib\windows\x64\Debug;..\..\external-deps\glew\lib\windows\x64\Debug;..\..\external-deps\png\lib\windows\x64\Debug;..\..\external-deps\zlib\lib\windows\x64\Debug;..\..\gameplay\windows\x64\Debug</AdditionalLibraryDirectories>
  91. </Link>
  92. <CustomBuildStep>
  93. <Command>
  94. </Command>
  95. <Message>
  96. </Message>
  97. <Outputs>
  98. </Outputs>
  99. </CustomBuildStep>
  100. <PreBuildEvent>
  101. <Command>xcopy ..\..\gameplay\res\shaders res\shaders\* /s /y /d
  102. xcopy ..\..\gameplay\res\ui res\ui\* /s /y /d
  103. copy ..\..\gameplay\res\logo_powered_white.png res</Command>
  104. </PreBuildEvent>
  105. </ItemDefinitionGroup>
  106. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|x64'">
  107. <ClCompile>
  108. <PrecompiledHeader>
  109. </PrecompiledHeader>
  110. <WarningLevel>Level3</WarningLevel>
  111. <Optimization>Disabled</Optimization>
  112. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;GP_USE_MEM_LEAK_DETECTION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  113. <AdditionalIncludeDirectories>..\..\gameplay\src;..\..\external-deps\lua\include;..\..\external-deps\bullet\include;..\..\external-deps\openal\include\AL;..\..\external-deps\ogg\include;..\..\external-deps\vorbis\include;..\..\external-deps\png\include;..\..\external-deps\zlib\include;..\..\external-deps\glew\include</AdditionalIncludeDirectories>
  114. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  115. <ShowIncludes>false</ShowIncludes>
  116. <PreprocessToFile>false</PreprocessToFile>
  117. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  118. </ClCompile>
  119. <Link>
  120. <SubSystem>Windows</SubSystem>
  121. <GenerateDebugInformation>true</GenerateDebugInformation>
  122. <AdditionalDependencies>OpenGL32.lib;GLU32.lib;GLEW.lib;OpenAL.lib;lua.lib;png.lib;zlib.lib;gameplay.lib;ogg.lib;vorbis.lib;BulletDynamics.lib;BulletCollision.lib;LinearMath.lib;%(AdditionalDependencies)</AdditionalDependencies>
  123. <AdditionalLibraryDirectories>..\..\external-deps\lua\lib\windows\x64\Debug;..\..\external-deps\bullet\lib\windows\x64\Debug;..\..\external-deps\openal\lib\windows\x64\Debug;..\..\external-deps\ogg\lib\windows\x64\Debug;..\..\external-deps\vorbis\lib\windows\x64\Debug;..\..\external-deps\glew\lib\windows\x64\Debug;..\..\external-deps\png\lib\windows\x64\Debug;..\..\external-deps\zlib\lib\windows\x64\Debug;..\..\gameplay\windows\x64\DebugMem</AdditionalLibraryDirectories>
  124. </Link>
  125. <CustomBuildStep>
  126. <Command>
  127. </Command>
  128. <Message>
  129. </Message>
  130. <Outputs>
  131. </Outputs>
  132. </CustomBuildStep>
  133. <PreBuildEvent>
  134. <Command>xcopy ..\..\gameplay\res\shaders res\shaders\* /s /y /d
  135. xcopy ..\..\gameplay\res\ui res\ui\* /s /y /d
  136. copy ..\..\gameplay\res\logo_powered_white.png res</Command>
  137. </PreBuildEvent>
  138. </ItemDefinitionGroup>
  139. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  140. <ClCompile>
  141. <WarningLevel>Level3</WarningLevel>
  142. <PrecompiledHeader>
  143. </PrecompiledHeader>
  144. <Optimization>MaxSpeed</Optimization>
  145. <FunctionLevelLinking>true</FunctionLevelLinking>
  146. <IntrinsicFunctions>true</IntrinsicFunctions>
  147. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  148. <AdditionalIncludeDirectories>..\..\gameplay\src;..\..\external-deps\lua\include;..\..\external-deps\bullet\include;..\..\external-deps\openal\include\AL;..\..\external-deps\ogg\include;..\..\external-deps\vorbis\include;..\..\external-deps\png\include;..\..\external-deps\zlib\include;..\..\external-deps\glew\include</AdditionalIncludeDirectories>
  149. </ClCompile>
  150. <Link>
  151. <SubSystem>Windows</SubSystem>
  152. <GenerateDebugInformation>true</GenerateDebugInformation>
  153. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  154. <OptimizeReferences>true</OptimizeReferences>
  155. <AdditionalDependencies>OpenGL32.lib;GLU32.lib;GLEW.lib;OpenAL.lib;lua.lib;png.lib;zlib.lib;gameplay.lib;ogg.lib;vorbis.lib;BulletDynamics.lib;BulletCollision.lib;LinearMath.lib;%(AdditionalDependencies)</AdditionalDependencies>
  156. <AdditionalLibraryDirectories>..\..\external-deps\lua\lib\windows\x64\Release;..\..\external-deps\bullet\lib\windows\x64\Release;..\..\external-deps\openal\lib\windows\x64\Release;..\..\external-deps\ogg\lib\windows\x64\Release;..\..\external-deps\vorbis\lib\windows\x64\Release;..\..\external-deps\glew\lib\windows\x64\Release;..\..\external-deps\png\lib\windows\x64\Release;..\..\external-deps\zlib\lib\windows\x64\Release;..\..\gameplay\windows\x64\Release</AdditionalLibraryDirectories>
  157. </Link>
  158. <CustomBuildStep>
  159. <Command>
  160. </Command>
  161. <Message>
  162. </Message>
  163. <Outputs>
  164. </Outputs>
  165. </CustomBuildStep>
  166. <PreBuildEvent>
  167. <Command>xcopy ..\..\gameplay\res\shaders res\shaders\* /s /y /d
  168. xcopy ..\..\gameplay\res\ui res\ui\* /s /y /d
  169. copy ..\..\gameplay\res\logo_powered_white.png res</Command>
  170. </PreBuildEvent>
  171. </ItemDefinitionGroup>
  172. <ItemGroup>
  173. <None Include="bar-descriptor.xml">
  174. <SubType>Designer</SubType>
  175. </None>
  176. <None Include="game.config">
  177. <SubType>Designer</SubType>
  178. </None>
  179. <None Include="icon.png" />
  180. <None Include="res\common\box.gpb" />
  181. <None Include="res\common\box.material" />
  182. <None Include="res\common\camera.lua" />
  183. <None Include="res\common\constraints.gpb" />
  184. <None Include="res\common\constraints.physics" />
  185. <None Include="res\common\constraints.scene" />
  186. <None Include="res\common\default.theme" />
  187. <None Include="res\common\duck.gpb" />
  188. <None Include="res\common\duck.material" />
  189. <None Include="res\common\fonts\arial-distance.gpb" />
  190. <None Include="res\common\fonts\badaboom.gpb" />
  191. <None Include="res\common\fonts\custom.gpb" />
  192. <None Include="res\common\fonts\fishfingers.gpb" />
  193. <None Include="res\common\fonts\neuropol.gpb" />
  194. <None Include="res\common\forms\formBasicControls.form" />
  195. <None Include="res\common\forms\formFlowLayout.form" />
  196. <None Include="res\common\forms\formScrolling.form" />
  197. <None Include="res\common\forms\formSelect.form" />
  198. <None Include="res\common\forms\formVerticalLayout.form" />
  199. <None Include="res\common\forms\formZOrder.form" />
  200. <None Include="res\common\gamepad.form" />
  201. <None Include="res\common\gamepad.theme" />
  202. <None Include="res\common\grid.material" />
  203. <None Include="res\common\inputs.form" />
  204. <None Include="res\common\light.form" />
  205. <None Include="res\common\light.material" />
  206. <None Include="res\common\lightBrickWall.gpb" />
  207. <None Include="res\common\particles\editor.form" />
  208. <None Include="res\common\particles\editor.theme" />
  209. <None Include="res\common\particles\explosion.particle" />
  210. <None Include="res\common\particles\fire.particle" />
  211. <None Include="res\common\particles\grid.material" />
  212. <None Include="res\common\particles\smoke.particle" />
  213. <None Include="res\common\physics.form" />
  214. <None Include="res\common\physics.gpb" />
  215. <None Include="res\common\physics.material" />
  216. <None Include="res\common\physics.physics" />
  217. <None Include="res\common\physics.scene" />
  218. <None Include="res\common\postprocess\postprocess.material" />
  219. <None Include="res\common\postprocess\postprocess.vert" />
  220. <None Include="res\common\postprocess\postprocess_gaussianblur.frag" />
  221. <None Include="res\common\postprocess\postprocess_grayscale.frag" />
  222. <None Include="res\common\postprocess\postprocess_oldfilm.frag" />
  223. <None Include="res\common\postprocess\postprocess_passthrough.frag" />
  224. <None Include="res\common\postprocess\postprocess_pixelate.frag" />
  225. <None Include="res\common\postprocess\postprocess_sepia.frag" />
  226. <None Include="res\common\postprocess\postprocess_sobeledge.frag" />
  227. <None Include="res\common\sample.gpb" />
  228. <None Include="res\common\sample.material" />
  229. <None Include="res\common\sample.scene" />
  230. <None Include="res\common\sphere.gpb" />
  231. <None Include="res\common\terrain\encode.bat" />
  232. <None Include="res\common\terrain\heightmap.r16" />
  233. <None Include="res\common\terrain\sample.scene" />
  234. <None Include="res\common\terrain\sample.terrain" />
  235. <None Include="res\common\terrain\shapes.material" />
  236. <None Include="res\common\terrain\sky.fbx" />
  237. <None Include="res\common\terrain\sky.gpb" />
  238. <None Include="res\common\terrain\sky.material" />
  239. <None Include="res\common\terrain\terrain.form" />
  240. <None Include="res\common\terrain\terrain.material" />
  241. <None Include="res\common\text.form" />
  242. <None Include="res\common\water\pond.gpb" />
  243. <None Include="res\common\water\watersample.frag" />
  244. <None Include="res\common\water\watersample.material" />
  245. <None Include="res\common\water\watersample.scene" />
  246. <None Include="res\common\water\watersample.vert" />
  247. <None Include="res\shaders\colored.frag" />
  248. <None Include="res\shaders\colored.vert" />
  249. <None Include="res\shaders\font.frag" />
  250. <None Include="res\shaders\font.vert" />
  251. <None Include="res\shaders\form.frag" />
  252. <None Include="res\shaders\form.vert" />
  253. <None Include="res\shaders\lighting.frag" />
  254. <None Include="res\shaders\lighting.vert" />
  255. <None Include="res\shaders\skinning-none.vert" />
  256. <None Include="res\shaders\skinning.vert" />
  257. <None Include="res\shaders\sprite.frag" />
  258. <None Include="res\shaders\sprite.vert" />
  259. <None Include="res\shaders\terrain.frag" />
  260. <None Include="res\shaders\terrain.vert" />
  261. <None Include="res\shaders\textured.frag" />
  262. <None Include="res\shaders\textured.vert" />
  263. </ItemGroup>
  264. <ItemGroup>
  265. <ClCompile Include="src\Audio3DSample.cpp" />
  266. <ClCompile Include="src\BillboardSample.cpp" />
  267. <ClCompile Include="src\CreateSceneSample.cpp" />
  268. <ClCompile Include="src\FormsSample.cpp" />
  269. <ClCompile Include="src\GamepadSample.cpp" />
  270. <ClCompile Include="src\GestureSample.cpp" />
  271. <ClCompile Include="src\LightSample.cpp" />
  272. <ClCompile Include="src\ParticlesSample.cpp" />
  273. <ClCompile Include="src\PostProcessSample.cpp" />
  274. <ClCompile Include="src\TerrainSample.cpp" />
  275. <ClCompile Include="src\TriangleSample.cpp" />
  276. <ClCompile Include="src\FirstPersonCamera.cpp" />
  277. <ClCompile Include="src\Grid.cpp" />
  278. <ClCompile Include="src\InputSample.cpp" />
  279. <ClCompile Include="src\LoadSceneSample.cpp" />
  280. <ClCompile Include="src\MeshPrimitiveSample.cpp" />
  281. <ClCompile Include="src\PhysicsCollisionObjectSample.cpp" />
  282. <ClCompile Include="src\SpriteBatchSample.cpp" />
  283. <ClCompile Include="src\Sample.cpp" />
  284. <ClCompile Include="src\SamplesGame.cpp" />
  285. <ClCompile Include="src\TextSample.cpp" />
  286. <ClCompile Include="src\TextureSample.cpp" />
  287. <ClCompile Include="src\MeshBatchSample.cpp" />
  288. <ClCompile Include="src\WaterSample.cpp" />
  289. </ItemGroup>
  290. <ItemGroup>
  291. <ClInclude Include="src\Audio3DSample.h" />
  292. <ClInclude Include="src\BillboardSample.h" />
  293. <ClInclude Include="src\CreateSceneSample.h" />
  294. <ClInclude Include="src\FormsSample.h" />
  295. <ClInclude Include="src\GamepadSample.h" />
  296. <ClInclude Include="src\GestureSample.h" />
  297. <ClInclude Include="src\LightSample.h" />
  298. <ClInclude Include="src\ParticlesSample.h" />
  299. <ClInclude Include="src\PostProcessSample.h" />
  300. <ClInclude Include="src\TerrainSample.h" />
  301. <ClInclude Include="src\TriangleSample.h" />
  302. <ClInclude Include="src\FirstPersonCamera.h" />
  303. <ClInclude Include="src\Grid.h" />
  304. <ClInclude Include="src\InputSample.h" />
  305. <ClInclude Include="src\LoadSceneSample.h" />
  306. <ClInclude Include="src\MeshPrimitiveSample.h" />
  307. <ClInclude Include="src\PhysicsCollisionObjectSample.h" />
  308. <ClInclude Include="src\SpriteBatchSample.h" />
  309. <ClInclude Include="src\Sample.h" />
  310. <ClInclude Include="src\SamplesGame.h" />
  311. <ClInclude Include="src\TextSample.h" />
  312. <ClInclude Include="src\TextureSample.h" />
  313. <ClInclude Include="src\MeshBatchSample.h" />
  314. <ClInclude Include="src\WaterSample.h" />
  315. </ItemGroup>
  316. <ItemGroup>
  317. <Image Include="res\common\particles\editor.png" />
  318. <Image Include="res\common\particles\explosion.png" />
  319. <Image Include="res\common\particles\fire.png" />
  320. <Image Include="res\common\particles\smoke.png" />
  321. <Image Include="res\common\terrain\dirt.dds" />
  322. <Image Include="res\common\terrain\grass.dds" />
  323. <Image Include="res\common\terrain\normalmap.dds" />
  324. <Image Include="res\common\terrain\rock.dds" />
  325. <Image Include="res\common\terrain\sky.dds" />
  326. <Image Include="res\common\water\water_normal.png" />
  327. <Image Include="res\common\water\water_sample.png" />
  328. <Image Include="res\logo_powered_white.png" />
  329. <Image Include="res\png\brick.png" />
  330. <Image Include="res\png\brickn.png" />
  331. <Image Include="res\png\color-wheel.png" />
  332. <Image Include="res\png\crate.png" />
  333. <Image Include="res\png\default-theme.png" />
  334. <Image Include="res\png\dirt.png" />
  335. <Image Include="res\png\duck.png" />
  336. <Image Include="res\png\gamepad.png" />
  337. <Image Include="res\png\grass.png" />
  338. <Image Include="res\png\light-directional.png" />
  339. <Image Include="res\png\light-point.png" />
  340. <Image Include="res\png\light-spot.png" />
  341. <Image Include="res\png\logo.png" />
  342. </ItemGroup>
  343. <ItemGroup>
  344. <Media Include="res\common\footsteps.wav" />
  345. </ItemGroup>
  346. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  347. <ImportGroup Label="ExtensionTargets">
  348. </ImportGroup>
  349. </Project>