template.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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. <Keyword>Win32Proj</Keyword>
  19. <RootNamespace>TEMPLATE_PROJECT</RootNamespace>
  20. <ProjectGuid>{30BEE126-8B04-4F96-84A1-30CBF8B3E491}</ProjectGuid>
  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. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|x64'">
  62. <LinkIncremental>true</LinkIncremental>
  63. <OutDir>$(Configuration)\</OutDir>
  64. <ExecutablePath>$(ExecutablePath)</ExecutablePath>
  65. <CustomBuildBeforeTargets />
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  68. <LinkIncremental>false</LinkIncremental>
  69. <OutDir>$(Configuration)\</OutDir>
  70. <CustomBuildBeforeTargets />
  71. </PropertyGroup>
  72. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  73. <ClCompile>
  74. <PrecompiledHeader>
  75. </PrecompiledHeader>
  76. <WarningLevel>Level3</WarningLevel>
  77. <Optimization>Disabled</Optimization>
  78. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  79. <AdditionalIncludeDirectories>GAMEPLAY_PATH\external-deps\lua\include;GAMEPLAY_PATH\external-deps\bullet\include;GAMEPLAY_PATH\gameplay\src;GAMEPLAY_PATH\external-deps\openal\include\AL;GAMEPLAY_PATH\external-deps\ogg\include;GAMEPLAY_PATH\external-deps\vorbis\include;GAMEPLAY_PATH\external-deps\png\include;GAMEPLAY_PATH\external-deps\zlib\include;GAMEPLAY_PATH\external-deps\glew\include</AdditionalIncludeDirectories>
  80. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  81. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  82. </ClCompile>
  83. <Link>
  84. <SubSystem>Windows</SubSystem>
  85. <GenerateDebugInformation>true</GenerateDebugInformation>
  86. <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>
  87. <AdditionalLibraryDirectories>GAMEPLAY_PATH\external-deps\lua\lib\windows\x64\Debug;GAMEPLAY_PATH\external-deps\bullet\lib\windows\x64\Debug;GAMEPLAY_PATH\external-deps\openal\lib\windows\x64\Debug;GAMEPLAY_PATH\external-deps\ogg\lib\windows\x64\Debug;GAMEPLAY_PATH\external-deps\vorbis\lib\windows\x64\Debug;GAMEPLAY_PATH\external-deps\glew\lib\windows\x64\Debug;GAMEPLAY_PATH\external-deps\png\lib\windows\x64\Debug;GAMEPLAY_PATH\external-deps\zlib\lib\windows\x64\Debug;GAMEPLAY_PATH\gameplay\windows\x64\Debug</AdditionalLibraryDirectories>
  88. </Link>
  89. <CustomBuildStep>
  90. <Command>
  91. </Command>
  92. <Message>
  93. </Message>
  94. <Outputs>
  95. </Outputs>
  96. </CustomBuildStep>
  97. <PreBuildEvent>
  98. <Command>xcopy GAMEPLAY_PATH\gameplay\res\shaders res\shaders\* /s /y /d
  99. xcopy GAMEPLAY_PATH\gameplay\res\ui res\ui\* /s /y /d</Command>
  100. </PreBuildEvent>
  101. </ItemDefinitionGroup>
  102. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|x64'">
  103. <ClCompile>
  104. <PrecompiledHeader>
  105. </PrecompiledHeader>
  106. <WarningLevel>Level3</WarningLevel>
  107. <Optimization>Disabled</Optimization>
  108. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;GP_USE_MEM_LEAK_DETECTION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  109. <AdditionalIncludeDirectories>GAMEPLAY_PATH\external-deps\lua\include;GAMEPLAY_PATH\external-deps\bullet\include;GAMEPLAY_PATH\gameplay\src;GAMEPLAY_PATH\external-deps\openal\include\AL;GAMEPLAY_PATH\external-deps\ogg\include;GAMEPLAY_PATH\external-deps\vorbis\include;GAMEPLAY_PATH\external-deps\png\include;GAMEPLAY_PATH\external-deps\zlib\include;GAMEPLAY_PATH\external-deps\glew\include</AdditionalIncludeDirectories>
  110. <RuntimeTypeInfo>true</RuntimeTypeInfo>
  111. <ShowIncludes>false</ShowIncludes>
  112. <PreprocessToFile>false</PreprocessToFile>
  113. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  114. </ClCompile>
  115. <Link>
  116. <SubSystem>Windows</SubSystem>
  117. <GenerateDebugInformation>true</GenerateDebugInformation>
  118. <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>
  119. <AdditionalLibraryDirectories>GAMEPLAY_PATH\external-deps\lua\lib\windows\x64\Debug;GAMEPLAY_PATH\external-deps\bullet\lib\windows\x64\Debug;GAMEPLAY_PATH\external-deps\openal\lib\windows\x64\Debug;GAMEPLAY_PATH\external-deps\ogg\lib\windows\x64\Debug;GAMEPLAY_PATH\external-deps\vorbis\lib\windows\x64\Debug;GAMEPLAY_PATH\external-deps\glew\lib\windows\x64\Debug;GAMEPLAY_PATH\external-deps\png\lib\windows\x64\Debug;GAMEPLAY_PATH\external-deps\zlib\lib\windows\x64\Debug;GAMEPLAY_PATH\gameplay\windows\x64\DebugMem</AdditionalLibraryDirectories>
  120. </Link>
  121. <CustomBuildStep>
  122. <Command>
  123. </Command>
  124. <Message>
  125. </Message>
  126. <Outputs>
  127. </Outputs>
  128. </CustomBuildStep>
  129. <PreBuildEvent>
  130. <Command>xcopy GAMEPLAY_PATH\gameplay\res\shaders res\shaders\* /s /y /d
  131. xcopy GAMEPLAY_PATH\gameplay\res\ui res\ui\* /s /y /d</Command>
  132. </PreBuildEvent>
  133. </ItemDefinitionGroup>
  134. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  135. <ClCompile>
  136. <WarningLevel>Level3</WarningLevel>
  137. <PrecompiledHeader>
  138. </PrecompiledHeader>
  139. <Optimization>MaxSpeed</Optimization>
  140. <FunctionLevelLinking>true</FunctionLevelLinking>
  141. <IntrinsicFunctions>true</IntrinsicFunctions>
  142. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  143. <AdditionalIncludeDirectories>GAMEPLAY_PATH\external-deps\lua\include;GAMEPLAY_PATH\external-deps\bullet\include;GAMEPLAY_PATH\gameplay\src;GAMEPLAY_PATH\external-deps\openal\include\AL;GAMEPLAY_PATH\external-deps\ogg\include;GAMEPLAY_PATH\external-deps\vorbis\include;GAMEPLAY_PATH\external-deps\png\include;GAMEPLAY_PATH\external-deps\zlib\include;GAMEPLAY_PATH\external-deps\glew\include</AdditionalIncludeDirectories>
  144. </ClCompile>
  145. <Link>
  146. <SubSystem>Windows</SubSystem>
  147. <GenerateDebugInformation>true</GenerateDebugInformation>
  148. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  149. <OptimizeReferences>true</OptimizeReferences>
  150. <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>
  151. <AdditionalLibraryDirectories>GAMEPLAY_PATH\external-deps\lua\lib\windows\x64\Release;GAMEPLAY_PATH\external-deps\bullet\lib\windows\x64\Release;GAMEPLAY_PATH\external-deps\openal\lib\windows\x64\Release;GAMEPLAY_PATH\external-deps\ogg\lib\windows\x64\Release;GAMEPLAY_PATH\external-deps\vorbis\lib\windows\x64\Release;GAMEPLAY_PATH\external-deps\glew\lib\windows\x64\Release;GAMEPLAY_PATH\external-deps\png\lib\windows\x64\Release;GAMEPLAY_PATH\external-deps\zlib\lib\windows\x64\Release;GAMEPLAY_PATH\gameplay\windows\x64\Release</AdditionalLibraryDirectories>
  152. </Link>
  153. <CustomBuildStep>
  154. <Command>
  155. </Command>
  156. <Message>
  157. </Message>
  158. <Outputs>
  159. </Outputs>
  160. </CustomBuildStep>
  161. <PreBuildEvent>
  162. <Command>xcopy GAMEPLAY_PATH\gameplay\res\shaders res\shaders\* /s /y /d
  163. xcopy GAMEPLAY_PATH\gameplay\res\ui res\ui\* /s /y /d</Command>
  164. </PreBuildEvent>
  165. </ItemDefinitionGroup>
  166. <ItemGroup>
  167. <None Include="bar-descriptor.xml">
  168. <SubType>Designer</SubType>
  169. </None>
  170. <None Include="game.config" />
  171. <None Include="icon.png" />
  172. <None Include="res\demo.fbx" />
  173. <None Include="res\demo.gpb" />
  174. <None Include="res\demo.material" />
  175. <None Include="res\demo.scene" />
  176. <None Include="res\shaders\colored.frag" />
  177. <None Include="res\shaders\colored.vert" />
  178. <None Include="res\shaders\font.frag" />
  179. <None Include="res\shaders\font.vert" />
  180. <None Include="res\shaders\form.frag" />
  181. <None Include="res\shaders\form.vert" />
  182. <None Include="res\shaders\lighting.frag" />
  183. <None Include="res\shaders\lighting.vert" />
  184. <None Include="res\shaders\skinning-none.vert" />
  185. <None Include="res\shaders\skinning.vert" />
  186. <None Include="res\shaders\sprite.frag" />
  187. <None Include="res\shaders\sprite.vert" />
  188. <None Include="res\shaders\terrain.frag" />
  189. <None Include="res\shaders\terrain.vert" />
  190. <None Include="res\shaders\textured.frag" />
  191. <None Include="res\shaders\textured.vert" />
  192. </ItemGroup>
  193. <ItemGroup>
  194. <ClCompile Include="src\TemplateGame.cpp" />
  195. </ItemGroup>
  196. <ItemGroup>
  197. <ClInclude Include="src\TemplateGame.h" />
  198. </ItemGroup>
  199. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  200. <ImportGroup Label="ExtensionTargets">
  201. </ImportGroup>
  202. </Project>