sample-browser.vcxproj 16 KB

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