sample-particles.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  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. <ItemGroup>
  18. <ClCompile Include="src\ParticlesGame.cpp" />
  19. </ItemGroup>
  20. <ItemGroup>
  21. <ClInclude Include="src\ParticlesGame.h" />
  22. </ItemGroup>
  23. <ItemGroup>
  24. <ProjectReference Include="..\..\gameplay\gameplay.vcxproj">
  25. <Project>{1032BA4B-57EB-4348-9E03-29DD63E80E4A}</Project>
  26. </ProjectReference>
  27. </ItemGroup>
  28. <ItemGroup>
  29. <None Include="icon.png" />
  30. <None Include="bar-descriptor.xml">
  31. <SubType>Designer</SubType>
  32. </None>
  33. <None Include="game.config">
  34. <SubType>Designer</SubType>
  35. </None>
  36. <None Include="res\editor.form" />
  37. <None Include="res\editor.theme" />
  38. <None Include="res\explosion.particle" />
  39. <None Include="res\fire.particle" />
  40. <None Include="res\grid.material" />
  41. <None Include="res\shaders\colored.frag" />
  42. <None Include="res\shaders\colored.vert" />
  43. <None Include="res\shaders\font.frag" />
  44. <None Include="res\shaders\font.vert" />
  45. <None Include="res\shaders\form.frag" />
  46. <None Include="res\shaders\form.vert" />
  47. <None Include="res\shaders\lighting.frag" />
  48. <None Include="res\shaders\lighting.vert" />
  49. <None Include="res\shaders\skinning-none.vert" />
  50. <None Include="res\shaders\skinning.vert" />
  51. <None Include="res\shaders\sprite.frag" />
  52. <None Include="res\shaders\sprite.vert" />
  53. <None Include="res\shaders\terrain.frag" />
  54. <None Include="res\shaders\terrain.vert" />
  55. <None Include="res\shaders\textured.frag" />
  56. <None Include="res\shaders\textured.vert" />
  57. <None Include="res\smoke.particle" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Image Include="res\editor.png" />
  61. <Image Include="res\explosion.png" />
  62. <Image Include="res\fire.png" />
  63. <Image Include="res\logo_powered_white.png" />
  64. <Image Include="res\smoke.png" />
  65. </ItemGroup>
  66. <PropertyGroup Label="Globals">
  67. <ProjectGuid>{CB5ABFAA-EA69-E439-5A4D-3B9359916C71}</ProjectGuid>
  68. <Keyword>Win32Proj</Keyword>
  69. <RootNamespace>sample-particles</RootNamespace>
  70. </PropertyGroup>
  71. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  73. <ConfigurationType>Application</ConfigurationType>
  74. <UseDebugLibraries>true</UseDebugLibraries>
  75. <CharacterSet>Unicode</CharacterSet>
  76. <PlatformToolset>v120</PlatformToolset>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|x64'" Label="Configuration">
  79. <ConfigurationType>Application</ConfigurationType>
  80. <UseDebugLibraries>true</UseDebugLibraries>
  81. <CharacterSet>Unicode</CharacterSet>
  82. <PlatformToolset>v120</PlatformToolset>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  85. <ConfigurationType>Application</ConfigurationType>
  86. <UseDebugLibraries>false</UseDebugLibraries>
  87. <WholeProgramOptimization>true</WholeProgramOptimization>
  88. <CharacterSet>Unicode</CharacterSet>
  89. <PlatformToolset>v120</PlatformToolset>
  90. </PropertyGroup>
  91. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  92. <ImportGroup Label="ExtensionSettings">
  93. </ImportGroup>
  94. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|x64'" Label="PropertySheets">
  98. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  99. </ImportGroup>
  100. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  101. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  102. </ImportGroup>
  103. <PropertyGroup Label="UserMacros" />
  104. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  105. <LinkIncremental>true</LinkIncremental>
  106. <OutDir>$(Configuration)\</OutDir>
  107. <ExecutablePath>$(ExecutablePath)</ExecutablePath>
  108. <CustomBuildBeforeTargets />
  109. <IntDir>$(Configuration)\</IntDir>
  110. </PropertyGroup>
  111. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|x64'">
  112. <LinkIncremental>true</LinkIncremental>
  113. <OutDir>$(Configuration)\</OutDir>
  114. <ExecutablePath>$(ExecutablePath)</ExecutablePath>
  115. <CustomBuildBeforeTargets />
  116. <IntDir>$(Configuration)\</IntDir>
  117. </PropertyGroup>
  118. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  119. <LinkIncremental>false</LinkIncremental>
  120. <OutDir>$(Configuration)\</OutDir>
  121. <CustomBuildBeforeTargets />
  122. <IntDir>$(Configuration)\</IntDir>
  123. </PropertyGroup>
  124. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  125. <ClCompile>
  126. <PrecompiledHeader>
  127. </PrecompiledHeader>
  128. <WarningLevel>Level3</WarningLevel>
  129. <Optimization>Disabled</Optimization>
  130. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  131. <AdditionalIncludeDirectories>..\..\gameplay\src;..\..\external-deps\bullet\include;..\..\external-deps\lua\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>
  132. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  133. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  134. </ClCompile>
  135. <Link>
  136. <SubSystem>Windows</SubSystem>
  137. <GenerateDebugInformation>true</GenerateDebugInformation>
  138. <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>
  139. <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>
  140. </Link>
  141. <CustomBuildStep>
  142. <Command>
  143. </Command>
  144. <Message>
  145. </Message>
  146. <Outputs>
  147. </Outputs>
  148. </CustomBuildStep>
  149. <PreBuildEvent>
  150. <Command>xcopy ..\..\gameplay\res\shaders res\shaders\* /s /y /d
  151. xcopy ..\..\gameplay\res\ui res\ui\* /s /y /d
  152. copy ..\..\gameplay\res\logo_powered_white.png res</Command>
  153. </PreBuildEvent>
  154. </ItemDefinitionGroup>
  155. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|x64'">
  156. <ClCompile>
  157. <PrecompiledHeader>
  158. </PrecompiledHeader>
  159. <WarningLevel>Level3</WarningLevel>
  160. <Optimization>Disabled</Optimization>
  161. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;GP_USE_MEM_LEAK_DETECTION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  162. <AdditionalIncludeDirectories>..\..\gameplay\src;..\..\external-deps\bullet\include;..\..\external-deps\lua\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>
  163. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  164. <ShowIncludes>false</ShowIncludes>
  165. <PreprocessToFile>false</PreprocessToFile>
  166. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  167. </ClCompile>
  168. <Link>
  169. <SubSystem>Windows</SubSystem>
  170. <GenerateDebugInformation>true</GenerateDebugInformation>
  171. <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>
  172. <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>
  173. </Link>
  174. <CustomBuildStep>
  175. <Command>
  176. </Command>
  177. <Message>
  178. </Message>
  179. <Outputs>
  180. </Outputs>
  181. </CustomBuildStep>
  182. <PreBuildEvent>
  183. <Command>xcopy ..\..\gameplay\res\shaders res\shaders\* /s /y /d
  184. xcopy ..\..\gameplay\res\ui res\ui\* /s /y /d
  185. copy ..\..\gameplay\res\logo_powered_white.png res</Command>
  186. </PreBuildEvent>
  187. </ItemDefinitionGroup>
  188. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  189. <ClCompile>
  190. <WarningLevel>Level3</WarningLevel>
  191. <PrecompiledHeader>
  192. </PrecompiledHeader>
  193. <Optimization>MaxSpeed</Optimization>
  194. <FunctionLevelLinking>true</FunctionLevelLinking>
  195. <IntrinsicFunctions>true</IntrinsicFunctions>
  196. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  197. <AdditionalIncludeDirectories>..\..\gameplay\src;..\..\external-deps\bullet\include;..\..\external-deps\lua\include;..\..\external-deps\openal\include\AL;..\..\external-deps\oggvorbis\include;..\..\external-deps\png\include;..\..\external-deps\zlib\include;..\..\external-deps\glew\include</AdditionalIncludeDirectories>
  198. </ClCompile>
  199. <Link>
  200. <SubSystem>Windows</SubSystem>
  201. <GenerateDebugInformation>true</GenerateDebugInformation>
  202. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  203. <OptimizeReferences>true</OptimizeReferences>
  204. <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>
  205. <AdditionalLibraryDirectories>..\..\external-deps\lua\lib\windows\x64\Release;..\..\external-deps\bullet\lib\windows\x64\Release;..\..\external-deps\openal\lib\windows\x64\Release;..\..\external-deps\oggvorbis\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>
  206. </Link>
  207. <CustomBuildStep>
  208. <Command>
  209. </Command>
  210. <Message>
  211. </Message>
  212. <Outputs>
  213. </Outputs>
  214. </CustomBuildStep>
  215. <PreBuildEvent>
  216. <Command>xcopy ..\..\gameplay\res\shaders res\shaders\* /s /y /d
  217. xcopy ..\..\gameplay\res\ui res\ui\* /s /y /d
  218. copy ..\..\gameplay\res\logo_powered_white.png res</Command>
  219. </PreBuildEvent>
  220. </ItemDefinitionGroup>
  221. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  222. <ImportGroup Label="ExtensionTargets">
  223. </ImportGroup>
  224. </Project>