|
|
@@ -1,351 +1,343 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
- <ItemGroup Label="ProjectConfigurations">
|
|
|
- <ProjectConfiguration Include="DebugMem|Win32">
|
|
|
- <Configuration>DebugMem</Configuration>
|
|
|
- <Platform>Win32</Platform>
|
|
|
- </ProjectConfiguration>
|
|
|
- <ProjectConfiguration Include="DebugMem|x64">
|
|
|
- <Configuration>DebugMem</Configuration>
|
|
|
- <Platform>x64</Platform>
|
|
|
- </ProjectConfiguration>
|
|
|
- <ProjectConfiguration Include="Debug|Win32">
|
|
|
- <Configuration>Debug</Configuration>
|
|
|
- <Platform>Win32</Platform>
|
|
|
- </ProjectConfiguration>
|
|
|
- <ProjectConfiguration Include="Debug|x64">
|
|
|
- <Configuration>Debug</Configuration>
|
|
|
- <Platform>x64</Platform>
|
|
|
- </ProjectConfiguration>
|
|
|
- <ProjectConfiguration Include="Release|Win32">
|
|
|
- <Configuration>Release</Configuration>
|
|
|
- <Platform>Win32</Platform>
|
|
|
- </ProjectConfiguration>
|
|
|
- <ProjectConfiguration Include="Release|x64">
|
|
|
- <Configuration>Release</Configuration>
|
|
|
- <Platform>x64</Platform>
|
|
|
- </ProjectConfiguration>
|
|
|
- </ItemGroup>
|
|
|
- <PropertyGroup Label="Globals">
|
|
|
- <Keyword>Win32Proj</Keyword>
|
|
|
- <RootNamespace>TEMPLATE_PROJECT</RootNamespace>
|
|
|
- <ProjectGuid>{30BEE126-8B04-4F96-84A1-30CBF8B3E491}</ProjectGuid>
|
|
|
- </PropertyGroup>
|
|
|
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
- <ConfigurationType>Application</ConfigurationType>
|
|
|
- <UseDebugLibraries>true</UseDebugLibraries>
|
|
|
- <CharacterSet>Unicode</CharacterSet>
|
|
|
- <PlatformToolset>v120</PlatformToolset>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
- <ConfigurationType>Application</ConfigurationType>
|
|
|
- <UseDebugLibraries>true</UseDebugLibraries>
|
|
|
- <CharacterSet>Unicode</CharacterSet>
|
|
|
- <PlatformToolset>v120</PlatformToolset>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|Win32'" Label="Configuration">
|
|
|
- <ConfigurationType>Application</ConfigurationType>
|
|
|
- <UseDebugLibraries>true</UseDebugLibraries>
|
|
|
- <CharacterSet>Unicode</CharacterSet>
|
|
|
- <PlatformToolset>v120</PlatformToolset>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|x64'" Label="Configuration">
|
|
|
- <ConfigurationType>Application</ConfigurationType>
|
|
|
- <UseDebugLibraries>true</UseDebugLibraries>
|
|
|
- <CharacterSet>Unicode</CharacterSet>
|
|
|
- <PlatformToolset>v120</PlatformToolset>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
- <ConfigurationType>Application</ConfigurationType>
|
|
|
- <UseDebugLibraries>false</UseDebugLibraries>
|
|
|
- <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
- <CharacterSet>Unicode</CharacterSet>
|
|
|
- <PlatformToolset>v120</PlatformToolset>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
- <ConfigurationType>Application</ConfigurationType>
|
|
|
- <UseDebugLibraries>false</UseDebugLibraries>
|
|
|
- <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
- <CharacterSet>Unicode</CharacterSet>
|
|
|
- <PlatformToolset>v120</PlatformToolset>
|
|
|
- </PropertyGroup>
|
|
|
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
- <ImportGroup Label="ExtensionSettings">
|
|
|
- </ImportGroup>
|
|
|
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
- </ImportGroup>
|
|
|
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
|
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
- </ImportGroup>
|
|
|
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|Win32'" Label="PropertySheets">
|
|
|
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
- </ImportGroup>
|
|
|
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|x64'" Label="PropertySheets">
|
|
|
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
- </ImportGroup>
|
|
|
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
- </ImportGroup>
|
|
|
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
|
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
- </ImportGroup>
|
|
|
- <PropertyGroup Label="UserMacros" />
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
- <LinkIncremental>true</LinkIncremental>
|
|
|
- <OutDir>$(Configuration)\</OutDir>
|
|
|
- <ExecutablePath>$(ExecutablePath)</ExecutablePath>
|
|
|
- <CustomBuildBeforeTargets>
|
|
|
- </CustomBuildBeforeTargets>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
- <LinkIncremental>true</LinkIncremental>
|
|
|
- <OutDir>$(Configuration)\</OutDir>
|
|
|
- <ExecutablePath>$(ExecutablePath)</ExecutablePath>
|
|
|
- <CustomBuildBeforeTargets />
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|Win32'">
|
|
|
- <LinkIncremental>true</LinkIncremental>
|
|
|
- <OutDir>$(Configuration)\</OutDir>
|
|
|
- <ExecutablePath>$(ExecutablePath)</ExecutablePath>
|
|
|
- <CustomBuildBeforeTargets />
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|x64'">
|
|
|
- <LinkIncremental>true</LinkIncremental>
|
|
|
- <OutDir>$(Configuration)\</OutDir>
|
|
|
- <ExecutablePath>$(ExecutablePath)</ExecutablePath>
|
|
|
- <CustomBuildBeforeTargets />
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
- <LinkIncremental>false</LinkIncremental>
|
|
|
- <OutDir>$(Configuration)\</OutDir>
|
|
|
- <CustomBuildBeforeTargets>
|
|
|
- </CustomBuildBeforeTargets>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
- <LinkIncremental>false</LinkIncremental>
|
|
|
- <OutDir>$(Configuration)\</OutDir>
|
|
|
- <CustomBuildBeforeTargets />
|
|
|
- </PropertyGroup>
|
|
|
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
- <ClCompile>
|
|
|
- <PrecompiledHeader>
|
|
|
- </PrecompiledHeader>
|
|
|
- <WarningLevel>Level3</WarningLevel>
|
|
|
- <Optimization>Disabled</Optimization>
|
|
|
- <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
- <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\oggvorbis\include;GAMEPLAY_PATH\external-deps\png\include;GAMEPLAY_PATH\external-deps\zlib\include;GAMEPLAY_PATH\external-deps\glew\include</AdditionalIncludeDirectories>
|
|
|
- <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
- </ClCompile>
|
|
|
- <Link>
|
|
|
- <SubSystem>Windows</SubSystem>
|
|
|
- <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
- <AdditionalDependencies>lua.lib;OpenAL32.lib;OpenGL32.lib;GLU32.lib;glew32.lib;libpng.lib;zlib.lib;gameplay.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;BulletDynamics.lib;BulletCollision.lib;LinearMath.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
- <AdditionalLibraryDirectories>GAMEPLAY_PATH\external-deps\lua\lib\windows\x86;GAMEPLAY_PATH\external-deps\bullet\lib\windows\x86;GAMEPLAY_PATH\external-deps\openal\lib\windows\x86;GAMEPLAY_PATH\external-deps\oggvorbis\lib\windows\x86;GAMEPLAY_PATH\external-deps\glew\lib\windows\x86;GAMEPLAY_PATH\external-deps\png\lib\windows\x86;GAMEPLAY_PATH\external-deps\zlib\lib\windows\x86;GAMEPLAY_PATH\gameplay\windows\x86\$(Configuration)</AdditionalLibraryDirectories>
|
|
|
- </Link>
|
|
|
- <PostBuildEvent>
|
|
|
- <Command>xcopy GAMEPLAY_PATH\gameplay\res\shaders res\shaders\* /s /y /d</Command>
|
|
|
- </PostBuildEvent>
|
|
|
- <CustomBuildStep>
|
|
|
- <Command>
|
|
|
- </Command>
|
|
|
- <Message>
|
|
|
- </Message>
|
|
|
- <Outputs>
|
|
|
- </Outputs>
|
|
|
- </CustomBuildStep>
|
|
|
- </ItemDefinitionGroup>
|
|
|
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
- <ClCompile>
|
|
|
- <PrecompiledHeader>
|
|
|
- </PrecompiledHeader>
|
|
|
- <WarningLevel>Level3</WarningLevel>
|
|
|
- <Optimization>Disabled</Optimization>
|
|
|
- <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
- <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\oggvorbis\include;GAMEPLAY_PATH\external-deps\png\include;GAMEPLAY_PATH\external-deps\zlib\include;GAMEPLAY_PATH\external-deps\glew\include</AdditionalIncludeDirectories>
|
|
|
- <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
- </ClCompile>
|
|
|
- <Link>
|
|
|
- <SubSystem>Windows</SubSystem>
|
|
|
- <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
- <AdditionalDependencies>lua.lib;OpenAL32.lib;OpenGL32.lib;GLU32.lib;glew32.lib;libpng.lib;zlib.lib;gameplay.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;BulletDynamics.lib;BulletCollision.lib;LinearMath.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
- <AdditionalLibraryDirectories>GAMEPLAY_PATH\external-deps\lua\lib\windows\x64;GAMEPLAY_PATH\external-deps\bullet\lib\windows\x64;GAMEPLAY_PATH\external-deps\openal\lib\windows\x64;GAMEPLAY_PATH\external-deps\oggvorbis\lib\windows\x64;GAMEPLAY_PATH\external-deps\glew\lib\windows\x64;GAMEPLAY_PATH\external-deps\png\lib\windows\x64;GAMEPLAY_PATH\external-deps\zlib\lib\windows\x64;GAMEPLAY_PATH\gameplay\windows\x64\$(Configuration)</AdditionalLibraryDirectories>
|
|
|
- </Link>
|
|
|
- <PostBuildEvent>
|
|
|
- <Command>xcopy GAMEPLAY_PATH\gameplay\res\shaders res\shaders\* /s /y /d</Command>
|
|
|
- </PostBuildEvent>
|
|
|
- <CustomBuildStep>
|
|
|
- <Command>
|
|
|
- </Command>
|
|
|
- <Message>
|
|
|
- </Message>
|
|
|
- <Outputs>
|
|
|
- </Outputs>
|
|
|
- </CustomBuildStep>
|
|
|
- </ItemDefinitionGroup>
|
|
|
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|Win32'">
|
|
|
- <ClCompile>
|
|
|
- <PrecompiledHeader>
|
|
|
- </PrecompiledHeader>
|
|
|
- <WarningLevel>Level3</WarningLevel>
|
|
|
- <Optimization>Disabled</Optimization>
|
|
|
- <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;GP_USE_MEM_LEAK_DETECTION;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
- <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\oggvorbis\include;GAMEPLAY_PATH\external-deps\png\include;GAMEPLAY_PATH\external-deps\zlib\include;GAMEPLAY_PATH\external-deps\glew\include</AdditionalIncludeDirectories>
|
|
|
- <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
- <ShowIncludes>false</ShowIncludes>
|
|
|
- <PreprocessToFile>false</PreprocessToFile>
|
|
|
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
- </ClCompile>
|
|
|
- <Link>
|
|
|
- <SubSystem>Windows</SubSystem>
|
|
|
- <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
- <AdditionalDependencies>lua.lib;OpenAL32.lib;OpenGL32.lib;GLU32.lib;glew32.lib;libpng.lib;zlib.lib;gameplay.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;BulletDynamics.lib;BulletCollision.lib;LinearMath.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
- <AdditionalLibraryDirectories>GAMEPLAY_PATH\external-deps\lua\lib\windows\x86;GAMEPLAY_PATH\external-deps\bullet\lib\windows\x86;GAMEPLAY_PATH\external-deps\openal\lib\windows\x86;GAMEPLAY_PATH\external-deps\oggvorbis\lib\windows\x86;GAMEPLAY_PATH\external-deps\glew\lib\windows\x86;GAMEPLAY_PATH\external-deps\png\lib\windows\x86;GAMEPLAY_PATH\external-deps\zlib\lib\windows\x86;GAMEPLAY_PATH\gameplay\windows\x86\$(Configuration)</AdditionalLibraryDirectories>
|
|
|
- </Link>
|
|
|
- <PostBuildEvent>
|
|
|
- <Command>xcopy GAMEPLAY_PATH\gameplay\res\shaders res\shaders\* /s /y /d</Command>
|
|
|
- </PostBuildEvent>
|
|
|
- <CustomBuildStep>
|
|
|
- <Command>
|
|
|
- </Command>
|
|
|
- <Message>
|
|
|
- </Message>
|
|
|
- <Outputs>
|
|
|
- </Outputs>
|
|
|
- </CustomBuildStep>
|
|
|
- </ItemDefinitionGroup>
|
|
|
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|x64'">
|
|
|
- <ClCompile>
|
|
|
- <PrecompiledHeader>
|
|
|
- </PrecompiledHeader>
|
|
|
- <WarningLevel>Level3</WarningLevel>
|
|
|
- <Optimization>Disabled</Optimization>
|
|
|
- <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;GP_USE_MEM_LEAK_DETECTION;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
- <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\oggvorbis\include;GAMEPLAY_PATH\external-deps\png\include;GAMEPLAY_PATH\external-deps\zlib\include;GAMEPLAY_PATH\external-deps\glew\include</AdditionalIncludeDirectories>
|
|
|
- <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
- <ShowIncludes>false</ShowIncludes>
|
|
|
- <PreprocessToFile>false</PreprocessToFile>
|
|
|
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
- </ClCompile>
|
|
|
- <Link>
|
|
|
- <SubSystem>Windows</SubSystem>
|
|
|
- <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
- <AdditionalDependencies>lua.lib;OpenAL32.lib;OpenGL32.lib;GLU32.lib;glew32.lib;libpng.lib;zlib.lib;gameplay.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;BulletDynamics.lib;BulletCollision.lib;LinearMath.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
- <AdditionalLibraryDirectories>GAMEPLAY_PATH\external-deps\lua\lib\windows\x64;GAMEPLAY_PATH\external-deps\bullet\lib\windows\x64;GAMEPLAY_PATH\external-deps\openal\lib\windows\x64;GAMEPLAY_PATH\external-deps\oggvorbis\lib\windows\x64;GAMEPLAY_PATH\external-deps\glew\lib\windows\x64;GAMEPLAY_PATH\external-deps\png\lib\windows\x64;GAMEPLAY_PATH\external-deps\zlib\lib\windows\x64;GAMEPLAY_PATH\gameplay\windows\x64\$(Configuration)</AdditionalLibraryDirectories>
|
|
|
- </Link>
|
|
|
- <PostBuildEvent>
|
|
|
- <Command>
|
|
|
- </Command>
|
|
|
- </PostBuildEvent>
|
|
|
- <CustomBuildStep>
|
|
|
- <Command>
|
|
|
- </Command>
|
|
|
- <Message>
|
|
|
- </Message>
|
|
|
- <Outputs>
|
|
|
- </Outputs>
|
|
|
- </CustomBuildStep>
|
|
|
- </ItemDefinitionGroup>
|
|
|
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
- <ClCompile>
|
|
|
- <WarningLevel>Level3</WarningLevel>
|
|
|
- <PrecompiledHeader>
|
|
|
- </PrecompiledHeader>
|
|
|
- <Optimization>MaxSpeed</Optimization>
|
|
|
- <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
- <IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
- <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
- <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\oggvorbis\include;GAMEPLAY_PATH\external-deps\png\include;GAMEPLAY_PATH\external-deps\zlib\include;GAMEPLAY_PATH\external-deps\glew\include</AdditionalIncludeDirectories>
|
|
|
- </ClCompile>
|
|
|
- <Link>
|
|
|
- <SubSystem>Windows</SubSystem>
|
|
|
- <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
- <OptimizeReferences>true</OptimizeReferences>
|
|
|
- <AdditionalDependencies>lua.lib;OpenAL32.lib;OpenGL32.lib;GLU32.lib;glew32.lib;libpng.lib;zlib.lib;gameplay.lib;BulletDynamics.lib;BulletCollision.lib;LinearMath.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
- <AdditionalLibraryDirectories>GAMEPLAY_PATH\external-deps\lua\lib\windows\x86;GAMEPLAY_PATH\external-deps\bullet\lib\windows\x86;GAMEPLAY_PATH\external-deps\openal\lib\windows\x86;GAMEPLAY_PATH\external-deps\oggvorbis\lib\windows\x86;GAMEPLAY_PATH\external-deps\glew\lib\windows\x86;GAMEPLAY_PATH\external-deps\png\lib\windows\x86;GAMEPLAY_PATH\external-deps\zlib\lib\windows\x86;GAMEPLAY_PATH\gameplay\windows\x86\$(Configuration)</AdditionalLibraryDirectories>
|
|
|
- </Link>
|
|
|
- <PostBuildEvent>
|
|
|
- <Command>xcopy GAMEPLAY_PATH\gameplay\res\shaders res\shaders\* /s /y /d</Command>
|
|
|
- </PostBuildEvent>
|
|
|
- <CustomBuildStep>
|
|
|
- <Command>
|
|
|
- </Command>
|
|
|
- <Message>
|
|
|
- </Message>
|
|
|
- <Outputs>
|
|
|
- </Outputs>
|
|
|
- </CustomBuildStep>
|
|
|
- </ItemDefinitionGroup>
|
|
|
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
- <ClCompile>
|
|
|
- <WarningLevel>Level3</WarningLevel>
|
|
|
- <PrecompiledHeader>
|
|
|
- </PrecompiledHeader>
|
|
|
- <Optimization>MaxSpeed</Optimization>
|
|
|
- <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
- <IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
- <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
- <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\oggvorbis\include;GAMEPLAY_PATH\external-deps\png\include;GAMEPLAY_PATH\external-deps\zlib\include;GAMEPLAY_PATH\external-deps\glew\include</AdditionalIncludeDirectories>
|
|
|
- </ClCompile>
|
|
|
- <Link>
|
|
|
- <SubSystem>Windows</SubSystem>
|
|
|
- <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
- <OptimizeReferences>true</OptimizeReferences>
|
|
|
- <AdditionalDependencies>lua.lib;OpenAL32.lib;OpenGL32.lib;GLU32.lib;glew32.lib;libpng.lib;zlib.lib;gameplay.lib;BulletDynamics.lib;BulletCollision.lib;LinearMath.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
- <AdditionalLibraryDirectories>GAMEPLAY_PATH\external-deps\lua\lib\windows\x64;GAMEPLAY_PATH\external-deps\bullet\lib\windows\x64;GAMEPLAY_PATH\external-deps\openal\lib\windows\x64;GAMEPLAY_PATH\external-deps\oggvorbis\lib\windows\x64;GAMEPLAY_PATH\external-deps\glew\lib\windows\x64;GAMEPLAY_PATH\external-deps\png\lib\windows\x64;GAMEPLAY_PATH\external-deps\zlib\lib\windows\x64;GAMEPLAY_PATH\gameplay\windows\x64\$(Configuration)</AdditionalLibraryDirectories>
|
|
|
- </Link>
|
|
|
- <PostBuildEvent>
|
|
|
- <Command>
|
|
|
- </Command>
|
|
|
- </PostBuildEvent>
|
|
|
- <CustomBuildStep>
|
|
|
- <Command>
|
|
|
- </Command>
|
|
|
- <Message>
|
|
|
- </Message>
|
|
|
- <Outputs>
|
|
|
- </Outputs>
|
|
|
- </CustomBuildStep>
|
|
|
- </ItemDefinitionGroup>
|
|
|
- <ItemGroup>
|
|
|
- <None Include="bar-descriptor.xml">
|
|
|
- <SubType>Designer</SubType>
|
|
|
- </None>
|
|
|
- <None Include="game.config" />
|
|
|
- <None Include="icon.png" />
|
|
|
- <None Include="res\demo.fbx" />
|
|
|
- <None Include="res\demo.gpb" />
|
|
|
- <None Include="res\demo.material" />
|
|
|
- <None Include="res\demo.scene" />
|
|
|
- <None Include="res\shaders\colored.frag" />
|
|
|
- <None Include="res\shaders\colored.vert" />
|
|
|
- <None Include="res\shaders\font.frag" />
|
|
|
- <None Include="res\shaders\font.vert" />
|
|
|
- <None Include="res\shaders\form.frag" />
|
|
|
- <None Include="res\shaders\form.vert" />
|
|
|
- <None Include="res\shaders\lighting.frag" />
|
|
|
- <None Include="res\shaders\lighting.vert" />
|
|
|
- <None Include="res\shaders\skinning-none.vert" />
|
|
|
- <None Include="res\shaders\skinning.vert" />
|
|
|
- <None Include="res\shaders\sprite.frag" />
|
|
|
- <None Include="res\shaders\sprite.vert" />
|
|
|
- <None Include="res\shaders\terrain.frag" />
|
|
|
- <None Include="res\shaders\terrain.vert" />
|
|
|
- <None Include="res\shaders\textured.frag" />
|
|
|
- <None Include="res\shaders\textured.vert" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ClCompile Include="src\TemplateGame.cpp" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ClInclude Include="src\TemplateGame.h" />
|
|
|
- </ItemGroup>
|
|
|
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
- <ImportGroup Label="ExtensionTargets">
|
|
|
- </ImportGroup>
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+ <ItemGroup Label="ProjectConfigurations">
|
|
|
+ <ProjectConfiguration Include="DebugMem|Win32">
|
|
|
+ <Configuration>DebugMem</Configuration>
|
|
|
+ <Platform>Win32</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="DebugMem|x64">
|
|
|
+ <Configuration>DebugMem</Configuration>
|
|
|
+ <Platform>x64</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Debug|Win32">
|
|
|
+ <Configuration>Debug</Configuration>
|
|
|
+ <Platform>Win32</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Debug|x64">
|
|
|
+ <Configuration>Debug</Configuration>
|
|
|
+ <Platform>x64</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Release|Win32">
|
|
|
+ <Configuration>Release</Configuration>
|
|
|
+ <Platform>Win32</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Release|x64">
|
|
|
+ <Configuration>Release</Configuration>
|
|
|
+ <Platform>x64</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ </ItemGroup>
|
|
|
+ <PropertyGroup Label="Globals">
|
|
|
+ <Keyword>Win32Proj</Keyword>
|
|
|
+ <RootNamespace>TEMPLATE_PROJECT</RootNamespace>
|
|
|
+ <ProjectGuid>{30BEE126-8B04-4F96-84A1-30CBF8B3E491}</ProjectGuid>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <UseDebugLibraries>true</UseDebugLibraries>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ <PlatformToolset>v120</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <UseDebugLibraries>true</UseDebugLibraries>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ <PlatformToolset>v120</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|Win32'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <UseDebugLibraries>true</UseDebugLibraries>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ <PlatformToolset>v120</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|x64'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <UseDebugLibraries>true</UseDebugLibraries>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ <PlatformToolset>v120</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <UseDebugLibraries>false</UseDebugLibraries>
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ <PlatformToolset>v120</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <UseDebugLibraries>false</UseDebugLibraries>
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ <PlatformToolset>v120</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
+ <ImportGroup Label="ExtensionSettings">
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|Win32'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|x64'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <PropertyGroup Label="UserMacros" />
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
+ <LinkIncremental>true</LinkIncremental>
|
|
|
+ <OutDir>$(Configuration)\</OutDir>
|
|
|
+ <ExecutablePath>$(ExecutablePath)</ExecutablePath>
|
|
|
+ <CustomBuildBeforeTargets>
|
|
|
+ </CustomBuildBeforeTargets>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
+ <LinkIncremental>true</LinkIncremental>
|
|
|
+ <OutDir>$(Configuration)\</OutDir>
|
|
|
+ <ExecutablePath>$(ExecutablePath)</ExecutablePath>
|
|
|
+ <CustomBuildBeforeTargets />
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|Win32'">
|
|
|
+ <LinkIncremental>true</LinkIncremental>
|
|
|
+ <OutDir>$(Configuration)\</OutDir>
|
|
|
+ <ExecutablePath>$(ExecutablePath)</ExecutablePath>
|
|
|
+ <CustomBuildBeforeTargets />
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|x64'">
|
|
|
+ <LinkIncremental>true</LinkIncremental>
|
|
|
+ <OutDir>$(Configuration)\</OutDir>
|
|
|
+ <ExecutablePath>$(ExecutablePath)</ExecutablePath>
|
|
|
+ <CustomBuildBeforeTargets />
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
+ <LinkIncremental>false</LinkIncremental>
|
|
|
+ <OutDir>$(Configuration)\</OutDir>
|
|
|
+ <CustomBuildBeforeTargets>
|
|
|
+ </CustomBuildBeforeTargets>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
+ <LinkIncremental>false</LinkIncremental>
|
|
|
+ <OutDir>$(Configuration)\</OutDir>
|
|
|
+ <CustomBuildBeforeTargets />
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
+ <ClCompile>
|
|
|
+ <PrecompiledHeader>
|
|
|
+ </PrecompiledHeader>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <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\oggvorbis\include;GAMEPLAY_PATH\external-deps\png\include;GAMEPLAY_PATH\external-deps\zlib\include;GAMEPLAY_PATH\external-deps\glew\include</AdditionalIncludeDirectories>
|
|
|
+ <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <AdditionalDependencies>lua.lib;OpenAL32.lib;OpenGL32.lib;GLU32.lib;glew32.lib;libpng.lib;zlib.lib;gameplay.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;BulletDynamics.lib;BulletCollision.lib;LinearMath.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <AdditionalLibraryDirectories>GAMEPLAY_PATH\external-deps\lua\lib\windows\x86;GAMEPLAY_PATH\external-deps\bullet\lib\windows\x86;GAMEPLAY_PATH\external-deps\openal\lib\windows\x86;GAMEPLAY_PATH\external-deps\oggvorbis\lib\windows\x86;GAMEPLAY_PATH\external-deps\glew\lib\windows\x86;GAMEPLAY_PATH\external-deps\png\lib\windows\x86;GAMEPLAY_PATH\external-deps\zlib\lib\windows\x86;GAMEPLAY_PATH\gameplay\windows\x86\$(Configuration)</AdditionalLibraryDirectories>
|
|
|
+ </Link>
|
|
|
+ <CustomBuildStep>
|
|
|
+ <Command>
|
|
|
+ </Command>
|
|
|
+ <Message>
|
|
|
+ </Message>
|
|
|
+ <Outputs>
|
|
|
+ </Outputs>
|
|
|
+ </CustomBuildStep>
|
|
|
+ <PreBuildEvent>
|
|
|
+ <Command>xcopy GAMEPLAY_PATH\gameplay\res\shaders res\shaders\* /s /y /d
|
|
|
+xcopy GAMEPLAY_PATH\gameplay\res\ui res\ui\* /s /y /d</Command>
|
|
|
+ </PreBuildEvent>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
+ <ClCompile>
|
|
|
+ <PrecompiledHeader>
|
|
|
+ </PrecompiledHeader>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <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\oggvorbis\include;GAMEPLAY_PATH\external-deps\png\include;GAMEPLAY_PATH\external-deps\zlib\include;GAMEPLAY_PATH\external-deps\glew\include</AdditionalIncludeDirectories>
|
|
|
+ <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <AdditionalDependencies>lua.lib;OpenAL32.lib;OpenGL32.lib;GLU32.lib;glew32.lib;libpng.lib;zlib.lib;gameplay.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;BulletDynamics.lib;BulletCollision.lib;LinearMath.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <AdditionalLibraryDirectories>GAMEPLAY_PATH\external-deps\lua\lib\windows\x64;GAMEPLAY_PATH\external-deps\bullet\lib\windows\x64;GAMEPLAY_PATH\external-deps\openal\lib\windows\x64;GAMEPLAY_PATH\external-deps\oggvorbis\lib\windows\x64;GAMEPLAY_PATH\external-deps\glew\lib\windows\x64;GAMEPLAY_PATH\external-deps\png\lib\windows\x64;GAMEPLAY_PATH\external-deps\zlib\lib\windows\x64;GAMEPLAY_PATH\gameplay\windows\x64\$(Configuration)</AdditionalLibraryDirectories>
|
|
|
+ </Link>
|
|
|
+ <CustomBuildStep>
|
|
|
+ <Command>
|
|
|
+ </Command>
|
|
|
+ <Message>
|
|
|
+ </Message>
|
|
|
+ <Outputs>
|
|
|
+ </Outputs>
|
|
|
+ </CustomBuildStep>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|Win32'">
|
|
|
+ <ClCompile>
|
|
|
+ <PrecompiledHeader>
|
|
|
+ </PrecompiledHeader>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;GP_USE_MEM_LEAK_DETECTION;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <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\oggvorbis\include;GAMEPLAY_PATH\external-deps\png\include;GAMEPLAY_PATH\external-deps\zlib\include;GAMEPLAY_PATH\external-deps\glew\include</AdditionalIncludeDirectories>
|
|
|
+ <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
+ <ShowIncludes>false</ShowIncludes>
|
|
|
+ <PreprocessToFile>false</PreprocessToFile>
|
|
|
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <AdditionalDependencies>lua.lib;OpenAL32.lib;OpenGL32.lib;GLU32.lib;glew32.lib;libpng.lib;zlib.lib;gameplay.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;BulletDynamics.lib;BulletCollision.lib;LinearMath.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <AdditionalLibraryDirectories>GAMEPLAY_PATH\external-deps\lua\lib\windows\x86;GAMEPLAY_PATH\external-deps\bullet\lib\windows\x86;GAMEPLAY_PATH\external-deps\openal\lib\windows\x86;GAMEPLAY_PATH\external-deps\oggvorbis\lib\windows\x86;GAMEPLAY_PATH\external-deps\glew\lib\windows\x86;GAMEPLAY_PATH\external-deps\png\lib\windows\x86;GAMEPLAY_PATH\external-deps\zlib\lib\windows\x86;GAMEPLAY_PATH\gameplay\windows\x86\$(Configuration)</AdditionalLibraryDirectories>
|
|
|
+ </Link>
|
|
|
+ <CustomBuildStep>
|
|
|
+ <Command>
|
|
|
+ </Command>
|
|
|
+ <Message>
|
|
|
+ </Message>
|
|
|
+ <Outputs>
|
|
|
+ </Outputs>
|
|
|
+ </CustomBuildStep>
|
|
|
+ <PreBuildEvent>
|
|
|
+ <Command>xcopy GAMEPLAY_PATH\gameplay\res\shaders res\shaders\* /s /y /d
|
|
|
+xcopy GAMEPLAY_PATH\gameplay\res\ui res\ui\* /s /y /d</Command>
|
|
|
+ </PreBuildEvent>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|x64'">
|
|
|
+ <ClCompile>
|
|
|
+ <PrecompiledHeader>
|
|
|
+ </PrecompiledHeader>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;GP_USE_MEM_LEAK_DETECTION;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <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\oggvorbis\include;GAMEPLAY_PATH\external-deps\png\include;GAMEPLAY_PATH\external-deps\zlib\include;GAMEPLAY_PATH\external-deps\glew\include</AdditionalIncludeDirectories>
|
|
|
+ <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
+ <ShowIncludes>false</ShowIncludes>
|
|
|
+ <PreprocessToFile>false</PreprocessToFile>
|
|
|
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <AdditionalDependencies>lua.lib;OpenAL32.lib;OpenGL32.lib;GLU32.lib;glew32.lib;libpng.lib;zlib.lib;gameplay.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;BulletDynamics.lib;BulletCollision.lib;LinearMath.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <AdditionalLibraryDirectories>GAMEPLAY_PATH\external-deps\lua\lib\windows\x64;GAMEPLAY_PATH\external-deps\bullet\lib\windows\x64;GAMEPLAY_PATH\external-deps\openal\lib\windows\x64;GAMEPLAY_PATH\external-deps\oggvorbis\lib\windows\x64;GAMEPLAY_PATH\external-deps\glew\lib\windows\x64;GAMEPLAY_PATH\external-deps\png\lib\windows\x64;GAMEPLAY_PATH\external-deps\zlib\lib\windows\x64;GAMEPLAY_PATH\gameplay\windows\x64\$(Configuration)</AdditionalLibraryDirectories>
|
|
|
+ </Link>
|
|
|
+ <CustomBuildStep>
|
|
|
+ <Command>
|
|
|
+ </Command>
|
|
|
+ <Message>
|
|
|
+ </Message>
|
|
|
+ <Outputs>
|
|
|
+ </Outputs>
|
|
|
+ </CustomBuildStep>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
+ <ClCompile>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <PrecompiledHeader>
|
|
|
+ </PrecompiledHeader>
|
|
|
+ <Optimization>MaxSpeed</Optimization>
|
|
|
+ <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
+ <IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
+ <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <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\oggvorbis\include;GAMEPLAY_PATH\external-deps\png\include;GAMEPLAY_PATH\external-deps\zlib\include;GAMEPLAY_PATH\external-deps\glew\include</AdditionalIncludeDirectories>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
+ <OptimizeReferences>true</OptimizeReferences>
|
|
|
+ <AdditionalDependencies>lua.lib;OpenAL32.lib;OpenGL32.lib;GLU32.lib;glew32.lib;libpng.lib;zlib.lib;gameplay.lib;BulletDynamics.lib;BulletCollision.lib;LinearMath.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <AdditionalLibraryDirectories>GAMEPLAY_PATH\external-deps\lua\lib\windows\x86;GAMEPLAY_PATH\external-deps\bullet\lib\windows\x86;GAMEPLAY_PATH\external-deps\openal\lib\windows\x86;GAMEPLAY_PATH\external-deps\oggvorbis\lib\windows\x86;GAMEPLAY_PATH\external-deps\glew\lib\windows\x86;GAMEPLAY_PATH\external-deps\png\lib\windows\x86;GAMEPLAY_PATH\external-deps\zlib\lib\windows\x86;GAMEPLAY_PATH\gameplay\windows\x86\$(Configuration)</AdditionalLibraryDirectories>
|
|
|
+ </Link>
|
|
|
+ <CustomBuildStep>
|
|
|
+ <Command>
|
|
|
+ </Command>
|
|
|
+ <Message>
|
|
|
+ </Message>
|
|
|
+ <Outputs>
|
|
|
+ </Outputs>
|
|
|
+ </CustomBuildStep>
|
|
|
+ <PreBuildEvent>
|
|
|
+ <Command>xcopy GAMEPLAY_PATH\gameplay\res\shaders res\shaders\* /s /y /d
|
|
|
+xcopy GAMEPLAY_PATH\gameplay\res\ui res\ui\* /s /y /d</Command>
|
|
|
+ </PreBuildEvent>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
+ <ClCompile>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <PrecompiledHeader>
|
|
|
+ </PrecompiledHeader>
|
|
|
+ <Optimization>MaxSpeed</Optimization>
|
|
|
+ <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
+ <IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
+ <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <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\oggvorbis\include;GAMEPLAY_PATH\external-deps\png\include;GAMEPLAY_PATH\external-deps\zlib\include;GAMEPLAY_PATH\external-deps\glew\include</AdditionalIncludeDirectories>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
+ <OptimizeReferences>true</OptimizeReferences>
|
|
|
+ <AdditionalDependencies>lua.lib;OpenAL32.lib;OpenGL32.lib;GLU32.lib;glew32.lib;libpng.lib;zlib.lib;gameplay.lib;BulletDynamics.lib;BulletCollision.lib;LinearMath.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <AdditionalLibraryDirectories>GAMEPLAY_PATH\external-deps\lua\lib\windows\x64;GAMEPLAY_PATH\external-deps\bullet\lib\windows\x64;GAMEPLAY_PATH\external-deps\openal\lib\windows\x64;GAMEPLAY_PATH\external-deps\oggvorbis\lib\windows\x64;GAMEPLAY_PATH\external-deps\glew\lib\windows\x64;GAMEPLAY_PATH\external-deps\png\lib\windows\x64;GAMEPLAY_PATH\external-deps\zlib\lib\windows\x64;GAMEPLAY_PATH\gameplay\windows\x64\$(Configuration)</AdditionalLibraryDirectories>
|
|
|
+ </Link>
|
|
|
+ <CustomBuildStep>
|
|
|
+ <Command>
|
|
|
+ </Command>
|
|
|
+ <Message>
|
|
|
+ </Message>
|
|
|
+ <Outputs>
|
|
|
+ </Outputs>
|
|
|
+ </CustomBuildStep>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="bar-descriptor.xml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </None>
|
|
|
+ <None Include="game.config" />
|
|
|
+ <None Include="icon.png" />
|
|
|
+ <None Include="res\demo.fbx" />
|
|
|
+ <None Include="res\demo.gpb" />
|
|
|
+ <None Include="res\demo.material" />
|
|
|
+ <None Include="res\demo.scene" />
|
|
|
+ <None Include="res\shaders\colored.frag" />
|
|
|
+ <None Include="res\shaders\colored.vert" />
|
|
|
+ <None Include="res\shaders\font.frag" />
|
|
|
+ <None Include="res\shaders\font.vert" />
|
|
|
+ <None Include="res\shaders\form.frag" />
|
|
|
+ <None Include="res\shaders\form.vert" />
|
|
|
+ <None Include="res\shaders\lighting.frag" />
|
|
|
+ <None Include="res\shaders\lighting.vert" />
|
|
|
+ <None Include="res\shaders\skinning-none.vert" />
|
|
|
+ <None Include="res\shaders\skinning.vert" />
|
|
|
+ <None Include="res\shaders\sprite.frag" />
|
|
|
+ <None Include="res\shaders\sprite.vert" />
|
|
|
+ <None Include="res\shaders\terrain.frag" />
|
|
|
+ <None Include="res\shaders\terrain.vert" />
|
|
|
+ <None Include="res\shaders\textured.frag" />
|
|
|
+ <None Include="res\shaders\textured.vert" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ClCompile Include="src\TemplateGame.cpp" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ClInclude Include="src\TemplateGame.h" />
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
+ <ImportGroup Label="ExtensionTargets">
|
|
|
+ </ImportGroup>
|
|
|
</Project>
|