|
|
@@ -1,476 +1,491 @@
|
|
|
-<?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">
|
|
|
- <ProjectGuid>{0F27C8C4-58B2-E367-8D1F-01B714FDBF1B}</ProjectGuid>
|
|
|
- <Keyword>Win32Proj</Keyword>
|
|
|
- <RootNamespace>sample-browser</RootNamespace>
|
|
|
- </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>
|
|
|
- <IntDir>$(Configuration)\</IntDir>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
- <LinkIncremental>true</LinkIncremental>
|
|
|
- <OutDir>$(Configuration)\</OutDir>
|
|
|
- <ExecutablePath>$(ExecutablePath)</ExecutablePath>
|
|
|
- <CustomBuildBeforeTargets />
|
|
|
- <IntDir>$(Configuration)\</IntDir>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|Win32'">
|
|
|
- <LinkIncremental>true</LinkIncremental>
|
|
|
- <OutDir>$(Configuration)\</OutDir>
|
|
|
- <ExecutablePath>$(ExecutablePath)</ExecutablePath>
|
|
|
- <CustomBuildBeforeTargets />
|
|
|
- <IntDir>$(Configuration)\</IntDir>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|x64'">
|
|
|
- <LinkIncremental>true</LinkIncremental>
|
|
|
- <OutDir>$(Configuration)\</OutDir>
|
|
|
- <ExecutablePath>$(ExecutablePath)</ExecutablePath>
|
|
|
- <CustomBuildBeforeTargets />
|
|
|
- <IntDir>$(Configuration)\</IntDir>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
- <LinkIncremental>false</LinkIncremental>
|
|
|
- <OutDir>$(Configuration)\</OutDir>
|
|
|
- <CustomBuildBeforeTargets>
|
|
|
- </CustomBuildBeforeTargets>
|
|
|
- <IntDir>$(Configuration)\</IntDir>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
- <LinkIncremental>false</LinkIncremental>
|
|
|
- <OutDir>$(Configuration)\</OutDir>
|
|
|
- <CustomBuildBeforeTargets />
|
|
|
- <IntDir>$(Configuration)\</IntDir>
|
|
|
- </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\src;..\..\external-deps\lua\include;..\..\external-deps\bullet\include;..\..\external-deps\openal\include\AL;..\..\external-deps\oggvorbis\include;..\..\external-deps\png\include;..\..\external-deps\zlib\include;..\..\external-deps\glew\include</AdditionalIncludeDirectories>
|
|
|
- <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
- <DisableSpecificWarnings>
|
|
|
- </DisableSpecificWarnings>
|
|
|
- </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>..\..\external-deps\lua\lib\windows\x86;..\..\external-deps\bullet\lib\windows\x86;..\..\external-deps\openal\lib\windows\x86;..\..\external-deps\oggvorbis\lib\windows\x86;..\..\external-deps\glew\lib\windows\x86;..\..\external-deps\png\lib\windows\x86;..\..\external-deps\zlib\lib\windows\x86;..\..\gameplay\windows\x86\$(Configuration)</AdditionalLibraryDirectories>
|
|
|
- </Link>
|
|
|
- <CustomBuildStep>
|
|
|
- <Command>
|
|
|
- </Command>
|
|
|
- <Message>
|
|
|
- </Message>
|
|
|
- <Outputs>
|
|
|
- </Outputs>
|
|
|
- </CustomBuildStep>
|
|
|
- <PreBuildEvent>
|
|
|
- <Command>xcopy ..\..\gameplay\res\shaders res\shaders\* /s /y /d
|
|
|
-xcopy ..\..\gameplay\res\ui res\ui\* /s /y /d
|
|
|
-copy ..\..\gameplay\res\logo_powered_white.png res</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\src;..\..\external-deps\lua\include;..\..\external-deps\bullet\include;..\..\external-deps\openal\include\AL;..\..\external-deps\oggvorbis\include;..\..\external-deps\png\include;..\..\external-deps\zlib\include;..\..\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>..\..\external-deps\lua\lib\windows\x64;..\..\external-deps\bullet\lib\windows\x64;..\..\external-deps\openal\lib\windows\x64;..\..\external-deps\oggvorbis\lib\windows\x64;..\..\external-deps\glew\lib\windows\x64;..\..\external-deps\png\lib\windows\x64;..\..\external-deps\zlib\lib\windows\x64;..\..\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\src;..\..\external-deps\lua\include;..\..\external-deps\bullet\include;..\..\external-deps\openal\include\AL;..\..\external-deps\oggvorbis\include;..\..\external-deps\png\include;..\..\external-deps\zlib\include;..\..\external-deps\glew\include</AdditionalIncludeDirectories>
|
|
|
- <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
- <ShowIncludes>false</ShowIncludes>
|
|
|
- <PreprocessToFile>false</PreprocessToFile>
|
|
|
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
- <DisableSpecificWarnings>
|
|
|
- </DisableSpecificWarnings>
|
|
|
- </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>..\..\external-deps\lua\lib\windows\x86;..\..\external-deps\bullet\lib\windows\x86;..\..\external-deps\openal\lib\windows\x86;..\..\external-deps\oggvorbis\lib\windows\x86;..\..\external-deps\glew\lib\windows\x86;..\..\external-deps\png\lib\windows\x86;..\..\external-deps\zlib\lib\windows\x86;..\..\gameplay\windows\x86\$(Configuration)</AdditionalLibraryDirectories>
|
|
|
- </Link>
|
|
|
- <CustomBuildStep>
|
|
|
- <Command>
|
|
|
- </Command>
|
|
|
- <Message>
|
|
|
- </Message>
|
|
|
- <Outputs>
|
|
|
- </Outputs>
|
|
|
- </CustomBuildStep>
|
|
|
- <PreBuildEvent>
|
|
|
- <Command>xcopy ..\..\gameplay\res\shaders res\shaders\* /s /y /d
|
|
|
-xcopy ..\..\gameplay\res\ui res\ui\* /s /y /d
|
|
|
-copy ..\..\gameplay\res\logo_powered_white.png res</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\src;..\..\external-deps\lua\include;..\..\external-deps\bullet\include;..\..\external-deps\openal\include\AL;..\..\external-deps\oggvorbis\include;..\..\external-deps\png\include;..\..\external-deps\zlib\include;..\..\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>..\..\external-deps\lua\lib\windows\x64;..\..\external-deps\bullet\lib\windows\x64;..\..\external-deps\openal\lib\windows\x64;..\..\external-deps\oggvorbis\lib\windows\x64;..\..\external-deps\glew\lib\windows\x64;..\..\external-deps\png\lib\windows\x64;..\..\external-deps\zlib\lib\windows\x64;..\..\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\src;..\..\external-deps\lua\include;..\..\external-deps\bullet\include;..\..\external-deps\openal\include\AL;..\..\external-deps\oggvorbis\include;..\..\external-deps\png\include;..\..\external-deps\zlib\include;..\..\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>..\..\external-deps\lua\lib\windows\x86;..\..\external-deps\bullet\lib\windows\x86;..\..\external-deps\openal\lib\windows\x86;..\..\external-deps\oggvorbis\lib\windows\x86;..\..\external-deps\glew\lib\windows\x86;..\..\external-deps\png\lib\windows\x86;..\..\external-deps\zlib\lib\windows\x86;..\..\gameplay\windows\x86\$(Configuration)</AdditionalLibraryDirectories>
|
|
|
- </Link>
|
|
|
- <CustomBuildStep>
|
|
|
- <Command>
|
|
|
- </Command>
|
|
|
- <Message>
|
|
|
- </Message>
|
|
|
- <Outputs>
|
|
|
- </Outputs>
|
|
|
- </CustomBuildStep>
|
|
|
- <PreBuildEvent>
|
|
|
- <Command>xcopy ..\..\gameplay\res\shaders res\shaders\* /s /y /d
|
|
|
-xcopy ..\..\gameplay\res\ui res\ui\* /s /y /d
|
|
|
-copy ..\..\gameplay\res\logo_powered_white.png res</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\src;..\..\external-deps\lua\include;..\..\external-deps\bullet\include;..\..\external-deps\openal\include\AL;..\..\external-deps\oggvorbis\include;..\..\external-deps\png\include;..\..\external-deps\zlib\include;..\..\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>..\..\external-deps\lua\lib\windows\x64;..\..\external-deps\bullet\lib\windows\x64;..\..\external-deps\openal\lib\windows\x64;..\..\external-deps\oggvorbis\lib\windows\x64;..\..\external-deps\glew\lib\windows\x64;..\..\external-deps\png\lib\windows\x64;..\..\external-deps\zlib\lib\windows\x64;..\..\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">
|
|
|
- <SubType>Designer</SubType>
|
|
|
- </None>
|
|
|
- <None Include="icon.png" />
|
|
|
- <None Include="res\common\box.gpb" />
|
|
|
- <None Include="res\common\box.material" />
|
|
|
- <None Include="res\common\camera.lua" />
|
|
|
- <None Include="res\common\constraints.gpb" />
|
|
|
- <None Include="res\common\constraints.physics" />
|
|
|
- <None Include="res\common\constraints.scene" />
|
|
|
- <None Include="res\common\default.theme" />
|
|
|
- <None Include="res\common\duck.gpb" />
|
|
|
- <None Include="res\common\duck.material" />
|
|
|
- <None Include="res\common\fonts\arial-distance.gpb" />
|
|
|
- <None Include="res\common\fonts\badaboom.gpb" />
|
|
|
- <None Include="res\common\fonts\custom.gpb" />
|
|
|
- <None Include="res\common\fonts\fishfingers.gpb" />
|
|
|
- <None Include="res\common\fonts\neuropol.gpb" />
|
|
|
- <None Include="res\common\forms\formBasicControls.form" />
|
|
|
- <None Include="res\common\forms\formFlowLayout.form" />
|
|
|
- <None Include="res\common\forms\formScrolling.form" />
|
|
|
- <None Include="res\common\forms\formSelect.form" />
|
|
|
- <None Include="res\common\forms\formVerticalLayout.form" />
|
|
|
- <None Include="res\common\forms\formZOrder.form" />
|
|
|
- <None Include="res\common\gamepad.form" />
|
|
|
- <None Include="res\common\gamepad.theme" />
|
|
|
- <None Include="res\common\grid.material" />
|
|
|
- <None Include="res\common\inputs.form" />
|
|
|
- <None Include="res\common\light.form" />
|
|
|
- <None Include="res\common\light.material" />
|
|
|
- <None Include="res\common\lightBrickWall.gpb" />
|
|
|
- <None Include="res\common\physics.form" />
|
|
|
- <None Include="res\common\physics.gpb" />
|
|
|
- <None Include="res\common\physics.material" />
|
|
|
- <None Include="res\common\physics.physics" />
|
|
|
- <None Include="res\common\physics.scene" />
|
|
|
- <None Include="res\common\postprocess\postprocess.material" />
|
|
|
- <None Include="res\common\postprocess\postprocess.vert" />
|
|
|
- <None Include="res\common\postprocess\postprocess_gaussianblur.frag" />
|
|
|
- <None Include="res\common\postprocess\postprocess_grayscale.frag" />
|
|
|
- <None Include="res\common\postprocess\postprocess_oldfilm.frag" />
|
|
|
- <None Include="res\common\postprocess\postprocess_passthrough.frag" />
|
|
|
- <None Include="res\common\postprocess\postprocess_pixelate.frag" />
|
|
|
- <None Include="res\common\postprocess\postprocess_sepia.frag" />
|
|
|
- <None Include="res\common\postprocess\postprocess_sobeledge.frag" />
|
|
|
- <None Include="res\common\sample.gpb" />
|
|
|
- <None Include="res\common\sample.material" />
|
|
|
- <None Include="res\common\sample.scene" />
|
|
|
- <None Include="res\common\sphere.gpb" />
|
|
|
- <None Include="res\common\terrain\encode.bat" />
|
|
|
- <None Include="res\common\terrain\heightmap.r16" />
|
|
|
- <None Include="res\common\terrain\sample.scene" />
|
|
|
- <None Include="res\common\terrain\sample.terrain" />
|
|
|
- <None Include="res\common\terrain\shapes.material" />
|
|
|
- <None Include="res\common\terrain\sky.fbx" />
|
|
|
- <None Include="res\common\terrain\sky.gpb" />
|
|
|
- <None Include="res\common\terrain\sky.material" />
|
|
|
- <None Include="res\common\terrain\terrain.form" />
|
|
|
- <None Include="res\common\terrain\terrain.material" />
|
|
|
- <None Include="res\common\text.form" />
|
|
|
- <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\Audio3DSample.cpp" />
|
|
|
- <ClCompile Include="src\BillboardSample.cpp" />
|
|
|
- <ClCompile Include="src\CreateSceneSample.cpp" />
|
|
|
- <ClCompile Include="src\FormsSample.cpp" />
|
|
|
- <ClCompile Include="src\GamepadSample.cpp" />
|
|
|
- <ClCompile Include="src\GestureSample.cpp" />
|
|
|
- <ClCompile Include="src\LightSample.cpp" />
|
|
|
- <ClCompile Include="src\PostProcessSample.cpp" />
|
|
|
- <ClCompile Include="src\TerrainSample.cpp" />
|
|
|
- <ClCompile Include="src\TriangleSample.cpp" />
|
|
|
- <ClCompile Include="src\FirstPersonCamera.cpp" />
|
|
|
- <ClCompile Include="src\Grid.cpp" />
|
|
|
- <ClCompile Include="src\InputSample.cpp" />
|
|
|
- <ClCompile Include="src\LoadSceneSample.cpp" />
|
|
|
- <ClCompile Include="src\MeshPrimitiveSample.cpp" />
|
|
|
- <ClCompile Include="src\PhysicsCollisionObjectSample.cpp" />
|
|
|
- <ClCompile Include="src\SpriteBatchSample.cpp" />
|
|
|
- <ClCompile Include="src\Sample.cpp" />
|
|
|
- <ClCompile Include="src\SamplesGame.cpp" />
|
|
|
- <ClCompile Include="src\TextSample.cpp" />
|
|
|
- <ClCompile Include="src\TextureSample.cpp" />
|
|
|
- <ClCompile Include="src\MeshBatchSample.cpp" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ClInclude Include="src\Audio3DSample.h" />
|
|
|
- <ClInclude Include="src\BillboardSample.h" />
|
|
|
- <ClInclude Include="src\CreateSceneSample.h" />
|
|
|
- <ClInclude Include="src\FormsSample.h" />
|
|
|
- <ClInclude Include="src\GamepadSample.h" />
|
|
|
- <ClInclude Include="src\GestureSample.h" />
|
|
|
- <ClInclude Include="src\LightSample.h" />
|
|
|
- <ClInclude Include="src\PostProcessSample.h" />
|
|
|
- <ClInclude Include="src\TerrainSample.h" />
|
|
|
- <ClInclude Include="src\TriangleSample.h" />
|
|
|
- <ClInclude Include="src\FirstPersonCamera.h" />
|
|
|
- <ClInclude Include="src\Grid.h" />
|
|
|
- <ClInclude Include="src\InputSample.h" />
|
|
|
- <ClInclude Include="src\LoadSceneSample.h" />
|
|
|
- <ClInclude Include="src\MeshPrimitiveSample.h" />
|
|
|
- <ClInclude Include="src\PhysicsCollisionObjectSample.h" />
|
|
|
- <ClInclude Include="src\SpriteBatchSample.h" />
|
|
|
- <ClInclude Include="src\Sample.h" />
|
|
|
- <ClInclude Include="src\SamplesGame.h" />
|
|
|
- <ClInclude Include="src\TextSample.h" />
|
|
|
- <ClInclude Include="src\TextureSample.h" />
|
|
|
- <ClInclude Include="src\MeshBatchSample.h" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Image Include="res\common\terrain\dirt.dds" />
|
|
|
- <Image Include="res\common\terrain\grass.dds" />
|
|
|
- <Image Include="res\common\terrain\normalmap.dds" />
|
|
|
- <Image Include="res\common\terrain\rock.dds" />
|
|
|
- <Image Include="res\common\terrain\sky.dds" />
|
|
|
- <Image Include="res\logo_powered_white.png" />
|
|
|
- <Image Include="res\png\brick.png" />
|
|
|
- <Image Include="res\png\brickn.png" />
|
|
|
- <Image Include="res\png\color-wheel.png" />
|
|
|
- <Image Include="res\png\crate.png" />
|
|
|
- <Image Include="res\png\default-theme.png" />
|
|
|
- <Image Include="res\png\dirt.png" />
|
|
|
- <Image Include="res\png\duck.png" />
|
|
|
- <Image Include="res\png\gamepad.png" />
|
|
|
- <Image Include="res\png\grass.png" />
|
|
|
- <Image Include="res\png\light-directional.png" />
|
|
|
- <Image Include="res\png\light-point.png" />
|
|
|
- <Image Include="res\png\light-spot.png" />
|
|
|
- <Image Include="res\png\logo.png" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Media Include="res\common\footsteps.wav" />
|
|
|
- </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">
|
|
|
+ <ProjectGuid>{0F27C8C4-58B2-E367-8D1F-01B714FDBF1B}</ProjectGuid>
|
|
|
+ <Keyword>Win32Proj</Keyword>
|
|
|
+ <RootNamespace>sample-browser</RootNamespace>
|
|
|
+ </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>
|
|
|
+ <IntDir>$(Configuration)\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
+ <LinkIncremental>true</LinkIncremental>
|
|
|
+ <OutDir>$(Configuration)\</OutDir>
|
|
|
+ <ExecutablePath>$(ExecutablePath)</ExecutablePath>
|
|
|
+ <CustomBuildBeforeTargets />
|
|
|
+ <IntDir>$(Configuration)\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|Win32'">
|
|
|
+ <LinkIncremental>true</LinkIncremental>
|
|
|
+ <OutDir>$(Configuration)\</OutDir>
|
|
|
+ <ExecutablePath>$(ExecutablePath)</ExecutablePath>
|
|
|
+ <CustomBuildBeforeTargets />
|
|
|
+ <IntDir>$(Configuration)\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugMem|x64'">
|
|
|
+ <LinkIncremental>true</LinkIncremental>
|
|
|
+ <OutDir>$(Configuration)\</OutDir>
|
|
|
+ <ExecutablePath>$(ExecutablePath)</ExecutablePath>
|
|
|
+ <CustomBuildBeforeTargets />
|
|
|
+ <IntDir>$(Configuration)\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
+ <LinkIncremental>false</LinkIncremental>
|
|
|
+ <OutDir>$(Configuration)\</OutDir>
|
|
|
+ <CustomBuildBeforeTargets>
|
|
|
+ </CustomBuildBeforeTargets>
|
|
|
+ <IntDir>$(Configuration)\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
+ <LinkIncremental>false</LinkIncremental>
|
|
|
+ <OutDir>$(Configuration)\</OutDir>
|
|
|
+ <CustomBuildBeforeTargets />
|
|
|
+ <IntDir>$(Configuration)\</IntDir>
|
|
|
+ </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\src;..\..\external-deps\lua\include;..\..\external-deps\bullet\include;..\..\external-deps\openal\include\AL;..\..\external-deps\oggvorbis\include;..\..\external-deps\png\include;..\..\external-deps\zlib\include;..\..\external-deps\glew\include</AdditionalIncludeDirectories>
|
|
|
+ <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
+ <DisableSpecificWarnings>
|
|
|
+ </DisableSpecificWarnings>
|
|
|
+ </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>..\..\external-deps\lua\lib\windows\x86;..\..\external-deps\bullet\lib\windows\x86;..\..\external-deps\openal\lib\windows\x86;..\..\external-deps\oggvorbis\lib\windows\x86;..\..\external-deps\glew\lib\windows\x86;..\..\external-deps\png\lib\windows\x86;..\..\external-deps\zlib\lib\windows\x86;..\..\gameplay\windows\x86\$(Configuration)</AdditionalLibraryDirectories>
|
|
|
+ </Link>
|
|
|
+ <CustomBuildStep>
|
|
|
+ <Command>
|
|
|
+ </Command>
|
|
|
+ <Message>
|
|
|
+ </Message>
|
|
|
+ <Outputs>
|
|
|
+ </Outputs>
|
|
|
+ </CustomBuildStep>
|
|
|
+ <PreBuildEvent>
|
|
|
+ <Command>xcopy ..\..\gameplay\res\shaders res\shaders\* /s /y /d
|
|
|
+xcopy ..\..\gameplay\res\ui res\ui\* /s /y /d
|
|
|
+copy ..\..\gameplay\res\logo_powered_white.png res</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\src;..\..\external-deps\lua\include;..\..\external-deps\bullet\include;..\..\external-deps\openal\include\AL;..\..\external-deps\oggvorbis\include;..\..\external-deps\png\include;..\..\external-deps\zlib\include;..\..\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>..\..\external-deps\lua\lib\windows\x64;..\..\external-deps\bullet\lib\windows\x64;..\..\external-deps\openal\lib\windows\x64;..\..\external-deps\oggvorbis\lib\windows\x64;..\..\external-deps\glew\lib\windows\x64;..\..\external-deps\png\lib\windows\x64;..\..\external-deps\zlib\lib\windows\x64;..\..\gameplay\windows\x64\$(Configuration)</AdditionalLibraryDirectories>
|
|
|
+ </Link>
|
|
|
+ <CustomBuildStep>
|
|
|
+ <Command>
|
|
|
+ </Command>
|
|
|
+ <Message>
|
|
|
+ </Message>
|
|
|
+ <Outputs>
|
|
|
+ </Outputs>
|
|
|
+ </CustomBuildStep>
|
|
|
+ <PreBuildEvent>
|
|
|
+ <Command>xcopy ..\..\gameplay\res\shaders res\shaders\* /s /y /d
|
|
|
+xcopy ..\..\gameplay\res\ui res\ui\* /s /y /d
|
|
|
+copy ..\..\gameplay\res\logo_powered_white.png res</Command>
|
|
|
+ </PreBuildEvent>
|
|
|
+ </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\src;..\..\external-deps\lua\include;..\..\external-deps\bullet\include;..\..\external-deps\openal\include\AL;..\..\external-deps\oggvorbis\include;..\..\external-deps\png\include;..\..\external-deps\zlib\include;..\..\external-deps\glew\include</AdditionalIncludeDirectories>
|
|
|
+ <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
+ <ShowIncludes>false</ShowIncludes>
|
|
|
+ <PreprocessToFile>false</PreprocessToFile>
|
|
|
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
+ <DisableSpecificWarnings>
|
|
|
+ </DisableSpecificWarnings>
|
|
|
+ </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>..\..\external-deps\lua\lib\windows\x86;..\..\external-deps\bullet\lib\windows\x86;..\..\external-deps\openal\lib\windows\x86;..\..\external-deps\oggvorbis\lib\windows\x86;..\..\external-deps\glew\lib\windows\x86;..\..\external-deps\png\lib\windows\x86;..\..\external-deps\zlib\lib\windows\x86;..\..\gameplay\windows\x86\$(Configuration)</AdditionalLibraryDirectories>
|
|
|
+ </Link>
|
|
|
+ <CustomBuildStep>
|
|
|
+ <Command>
|
|
|
+ </Command>
|
|
|
+ <Message>
|
|
|
+ </Message>
|
|
|
+ <Outputs>
|
|
|
+ </Outputs>
|
|
|
+ </CustomBuildStep>
|
|
|
+ <PreBuildEvent>
|
|
|
+ <Command>xcopy ..\..\gameplay\res\shaders res\shaders\* /s /y /d
|
|
|
+xcopy ..\..\gameplay\res\ui res\ui\* /s /y /d
|
|
|
+copy ..\..\gameplay\res\logo_powered_white.png res</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\src;..\..\external-deps\lua\include;..\..\external-deps\bullet\include;..\..\external-deps\openal\include\AL;..\..\external-deps\oggvorbis\include;..\..\external-deps\png\include;..\..\external-deps\zlib\include;..\..\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>..\..\external-deps\lua\lib\windows\x64;..\..\external-deps\bullet\lib\windows\x64;..\..\external-deps\openal\lib\windows\x64;..\..\external-deps\oggvorbis\lib\windows\x64;..\..\external-deps\glew\lib\windows\x64;..\..\external-deps\png\lib\windows\x64;..\..\external-deps\zlib\lib\windows\x64;..\..\gameplay\windows\x64\$(Configuration)</AdditionalLibraryDirectories>
|
|
|
+ </Link>
|
|
|
+ <CustomBuildStep>
|
|
|
+ <Command>
|
|
|
+ </Command>
|
|
|
+ <Message>
|
|
|
+ </Message>
|
|
|
+ <Outputs>
|
|
|
+ </Outputs>
|
|
|
+ </CustomBuildStep>
|
|
|
+ <PreBuildEvent>
|
|
|
+ <Command>xcopy ..\..\gameplay\res\shaders res\shaders\* /s /y /d
|
|
|
+xcopy ..\..\gameplay\res\ui res\ui\* /s /y /d
|
|
|
+copy ..\..\gameplay\res\logo_powered_white.png res</Command>
|
|
|
+ </PreBuildEvent>
|
|
|
+ </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\src;..\..\external-deps\lua\include;..\..\external-deps\bullet\include;..\..\external-deps\openal\include\AL;..\..\external-deps\oggvorbis\include;..\..\external-deps\png\include;..\..\external-deps\zlib\include;..\..\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>..\..\external-deps\lua\lib\windows\x86;..\..\external-deps\bullet\lib\windows\x86;..\..\external-deps\openal\lib\windows\x86;..\..\external-deps\oggvorbis\lib\windows\x86;..\..\external-deps\glew\lib\windows\x86;..\..\external-deps\png\lib\windows\x86;..\..\external-deps\zlib\lib\windows\x86;..\..\gameplay\windows\x86\$(Configuration)</AdditionalLibraryDirectories>
|
|
|
+ </Link>
|
|
|
+ <CustomBuildStep>
|
|
|
+ <Command>
|
|
|
+ </Command>
|
|
|
+ <Message>
|
|
|
+ </Message>
|
|
|
+ <Outputs>
|
|
|
+ </Outputs>
|
|
|
+ </CustomBuildStep>
|
|
|
+ <PreBuildEvent>
|
|
|
+ <Command>xcopy ..\..\gameplay\res\shaders res\shaders\* /s /y /d
|
|
|
+xcopy ..\..\gameplay\res\ui res\ui\* /s /y /d
|
|
|
+copy ..\..\gameplay\res\logo_powered_white.png res</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\src;..\..\external-deps\lua\include;..\..\external-deps\bullet\include;..\..\external-deps\openal\include\AL;..\..\external-deps\oggvorbis\include;..\..\external-deps\png\include;..\..\external-deps\zlib\include;..\..\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>..\..\external-deps\lua\lib\windows\x64;..\..\external-deps\bullet\lib\windows\x64;..\..\external-deps\openal\lib\windows\x64;..\..\external-deps\oggvorbis\lib\windows\x64;..\..\external-deps\glew\lib\windows\x64;..\..\external-deps\png\lib\windows\x64;..\..\external-deps\zlib\lib\windows\x64;..\..\gameplay\windows\x64\$(Configuration)</AdditionalLibraryDirectories>
|
|
|
+ </Link>
|
|
|
+ <CustomBuildStep>
|
|
|
+ <Command>
|
|
|
+ </Command>
|
|
|
+ <Message>
|
|
|
+ </Message>
|
|
|
+ <Outputs>
|
|
|
+ </Outputs>
|
|
|
+ </CustomBuildStep>
|
|
|
+ <PreBuildEvent>
|
|
|
+ <Command>xcopy ..\..\gameplay\res\shaders res\shaders\* /s /y /d
|
|
|
+xcopy ..\..\gameplay\res\ui res\ui\* /s /y /d
|
|
|
+copy ..\..\gameplay\res\logo_powered_white.png res</Command>
|
|
|
+ </PreBuildEvent>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="bar-descriptor.xml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </None>
|
|
|
+ <None Include="game.config">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </None>
|
|
|
+ <None Include="icon.png" />
|
|
|
+ <None Include="res\common\box.gpb" />
|
|
|
+ <None Include="res\common\box.material" />
|
|
|
+ <None Include="res\common\camera.lua" />
|
|
|
+ <None Include="res\common\constraints.gpb" />
|
|
|
+ <None Include="res\common\constraints.physics" />
|
|
|
+ <None Include="res\common\constraints.scene" />
|
|
|
+ <None Include="res\common\default.theme" />
|
|
|
+ <None Include="res\common\duck.gpb" />
|
|
|
+ <None Include="res\common\duck.material" />
|
|
|
+ <None Include="res\common\fonts\arial-distance.gpb" />
|
|
|
+ <None Include="res\common\fonts\badaboom.gpb" />
|
|
|
+ <None Include="res\common\fonts\custom.gpb" />
|
|
|
+ <None Include="res\common\fonts\fishfingers.gpb" />
|
|
|
+ <None Include="res\common\fonts\neuropol.gpb" />
|
|
|
+ <None Include="res\common\forms\formBasicControls.form" />
|
|
|
+ <None Include="res\common\forms\formFlowLayout.form" />
|
|
|
+ <None Include="res\common\forms\formScrolling.form" />
|
|
|
+ <None Include="res\common\forms\formSelect.form" />
|
|
|
+ <None Include="res\common\forms\formVerticalLayout.form" />
|
|
|
+ <None Include="res\common\forms\formZOrder.form" />
|
|
|
+ <None Include="res\common\gamepad.form" />
|
|
|
+ <None Include="res\common\gamepad.theme" />
|
|
|
+ <None Include="res\common\grid.material" />
|
|
|
+ <None Include="res\common\inputs.form" />
|
|
|
+ <None Include="res\common\light.form" />
|
|
|
+ <None Include="res\common\light.material" />
|
|
|
+ <None Include="res\common\lightBrickWall.gpb" />
|
|
|
+ <None Include="res\common\physics.form" />
|
|
|
+ <None Include="res\common\physics.gpb" />
|
|
|
+ <None Include="res\common\physics.material" />
|
|
|
+ <None Include="res\common\physics.physics" />
|
|
|
+ <None Include="res\common\physics.scene" />
|
|
|
+ <None Include="res\common\postprocess\postprocess.material" />
|
|
|
+ <None Include="res\common\postprocess\postprocess.vert" />
|
|
|
+ <None Include="res\common\postprocess\postprocess_gaussianblur.frag" />
|
|
|
+ <None Include="res\common\postprocess\postprocess_grayscale.frag" />
|
|
|
+ <None Include="res\common\postprocess\postprocess_oldfilm.frag" />
|
|
|
+ <None Include="res\common\postprocess\postprocess_passthrough.frag" />
|
|
|
+ <None Include="res\common\postprocess\postprocess_pixelate.frag" />
|
|
|
+ <None Include="res\common\postprocess\postprocess_sepia.frag" />
|
|
|
+ <None Include="res\common\postprocess\postprocess_sobeledge.frag" />
|
|
|
+ <None Include="res\common\sample.gpb" />
|
|
|
+ <None Include="res\common\sample.material" />
|
|
|
+ <None Include="res\common\sample.scene" />
|
|
|
+ <None Include="res\common\sphere.gpb" />
|
|
|
+ <None Include="res\common\terrain\encode.bat" />
|
|
|
+ <None Include="res\common\terrain\heightmap.r16" />
|
|
|
+ <None Include="res\common\terrain\sample.scene" />
|
|
|
+ <None Include="res\common\terrain\sample.terrain" />
|
|
|
+ <None Include="res\common\terrain\shapes.material" />
|
|
|
+ <None Include="res\common\terrain\sky.fbx" />
|
|
|
+ <None Include="res\common\terrain\sky.gpb" />
|
|
|
+ <None Include="res\common\terrain\sky.material" />
|
|
|
+ <None Include="res\common\terrain\terrain.form" />
|
|
|
+ <None Include="res\common\terrain\terrain.material" />
|
|
|
+ <None Include="res\common\text.form" />
|
|
|
+ <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\Audio3DSample.cpp" />
|
|
|
+ <ClCompile Include="src\BillboardSample.cpp" />
|
|
|
+ <ClCompile Include="src\CreateSceneSample.cpp" />
|
|
|
+ <ClCompile Include="src\FormsSample.cpp" />
|
|
|
+ <ClCompile Include="src\GamepadSample.cpp" />
|
|
|
+ <ClCompile Include="src\GestureSample.cpp" />
|
|
|
+ <ClCompile Include="src\LightSample.cpp" />
|
|
|
+ <ClCompile Include="src\PostProcessSample.cpp" />
|
|
|
+ <ClCompile Include="src\TerrainSample.cpp" />
|
|
|
+ <ClCompile Include="src\TriangleSample.cpp" />
|
|
|
+ <ClCompile Include="src\FirstPersonCamera.cpp" />
|
|
|
+ <ClCompile Include="src\Grid.cpp" />
|
|
|
+ <ClCompile Include="src\InputSample.cpp" />
|
|
|
+ <ClCompile Include="src\LoadSceneSample.cpp" />
|
|
|
+ <ClCompile Include="src\MeshPrimitiveSample.cpp" />
|
|
|
+ <ClCompile Include="src\PhysicsCollisionObjectSample.cpp" />
|
|
|
+ <ClCompile Include="src\SpriteBatchSample.cpp" />
|
|
|
+ <ClCompile Include="src\Sample.cpp" />
|
|
|
+ <ClCompile Include="src\SamplesGame.cpp" />
|
|
|
+ <ClCompile Include="src\TextSample.cpp" />
|
|
|
+ <ClCompile Include="src\TextureSample.cpp" />
|
|
|
+ <ClCompile Include="src\MeshBatchSample.cpp" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ClInclude Include="src\Audio3DSample.h" />
|
|
|
+ <ClInclude Include="src\BillboardSample.h" />
|
|
|
+ <ClInclude Include="src\CreateSceneSample.h" />
|
|
|
+ <ClInclude Include="src\FormsSample.h" />
|
|
|
+ <ClInclude Include="src\GamepadSample.h" />
|
|
|
+ <ClInclude Include="src\GestureSample.h" />
|
|
|
+ <ClInclude Include="src\LightSample.h" />
|
|
|
+ <ClInclude Include="src\PostProcessSample.h" />
|
|
|
+ <ClInclude Include="src\TerrainSample.h" />
|
|
|
+ <ClInclude Include="src\TriangleSample.h" />
|
|
|
+ <ClInclude Include="src\FirstPersonCamera.h" />
|
|
|
+ <ClInclude Include="src\Grid.h" />
|
|
|
+ <ClInclude Include="src\InputSample.h" />
|
|
|
+ <ClInclude Include="src\LoadSceneSample.h" />
|
|
|
+ <ClInclude Include="src\MeshPrimitiveSample.h" />
|
|
|
+ <ClInclude Include="src\PhysicsCollisionObjectSample.h" />
|
|
|
+ <ClInclude Include="src\SpriteBatchSample.h" />
|
|
|
+ <ClInclude Include="src\Sample.h" />
|
|
|
+ <ClInclude Include="src\SamplesGame.h" />
|
|
|
+ <ClInclude Include="src\TextSample.h" />
|
|
|
+ <ClInclude Include="src\TextureSample.h" />
|
|
|
+ <ClInclude Include="src\MeshBatchSample.h" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Image Include="res\common\terrain\dirt.dds" />
|
|
|
+ <Image Include="res\common\terrain\grass.dds" />
|
|
|
+ <Image Include="res\common\terrain\normalmap.dds" />
|
|
|
+ <Image Include="res\common\terrain\rock.dds" />
|
|
|
+ <Image Include="res\common\terrain\sky.dds" />
|
|
|
+ <Image Include="res\logo_powered_white.png" />
|
|
|
+ <Image Include="res\png\brick.png" />
|
|
|
+ <Image Include="res\png\brickn.png" />
|
|
|
+ <Image Include="res\png\color-wheel.png" />
|
|
|
+ <Image Include="res\png\crate.png" />
|
|
|
+ <Image Include="res\png\default-theme.png" />
|
|
|
+ <Image Include="res\png\dirt.png" />
|
|
|
+ <Image Include="res\png\duck.png" />
|
|
|
+ <Image Include="res\png\gamepad.png" />
|
|
|
+ <Image Include="res\png\grass.png" />
|
|
|
+ <Image Include="res\png\light-directional.png" />
|
|
|
+ <Image Include="res\png\light-point.png" />
|
|
|
+ <Image Include="res\png\light-spot.png" />
|
|
|
+ <Image Include="res\png\logo.png" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Media Include="res\common\footsteps.wav" />
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
+ <ImportGroup Label="ExtensionTargets">
|
|
|
+ </ImportGroup>
|
|
|
</Project>
|