| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342 |
- <?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|x64">
- <Configuration>DebugMem</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|x64">
- <Configuration>Debug</Configuration>
- <Platform>x64</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|x64'" 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|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>
- <PropertyGroup Label="UserMacros" />
- <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|x64'">
- <LinkIncremental>true</LinkIncremental>
- <OutDir>$(Configuration)\</OutDir>
- <ExecutablePath>$(ExecutablePath)</ExecutablePath>
- <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|x64'">
- <ClCompile>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
- <Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;GP_USE_GAMEPAD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <AdditionalIncludeDirectories>..\..\gameplay\src;..\..\external-deps\include</AdditionalIncludeDirectories>
- <RuntimeTypeInfo>true</RuntimeTypeInfo>
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <AdditionalDependencies>OpenGL32.lib;GLU32.lib;gameplay.lib;gameplay-deps.lib;Xinput.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <AdditionalLibraryDirectories>..\..\external-deps\lib\windows\x86_64\Debug;..\..\gameplay\Debug</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_GAMEPAD;GP_USE_MEM_LEAK_DETECTION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <AdditionalIncludeDirectories>..\..\gameplay\src;..\..\external-deps\include</AdditionalIncludeDirectories>
- <RuntimeTypeInfo>true</RuntimeTypeInfo>
- <ShowIncludes>false</ShowIncludes>
- <PreprocessToFile>false</PreprocessToFile>
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <AdditionalDependencies>OpenGL32.lib;GLU32.lib;gameplay.lib;gameplay-deps.lib;Xinput.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <AdditionalLibraryDirectories>..\..\external-deps\lib\windows\x86_64\Debug;..\..\gameplay\DebugMem</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;GP_USE_GAMEPAD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <AdditionalIncludeDirectories>..\..\gameplay\src;..\..\external-deps\include</AdditionalIncludeDirectories>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- <AdditionalDependencies>OpenGL32.lib;GLU32.lib;gameplay.lib;gameplay-deps.lib;Xinput.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <AdditionalLibraryDirectories>..\..\external-deps\lib\windows\x86_64\Release;..\..\gameplay\Release</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\particles\editor.form" />
- <None Include="res\common\particles\editor.theme" />
- <None Include="res\common\particles\explosion.particle" />
- <None Include="res\common\particles\fire.particle" />
- <None Include="res\common\particles\grid.material" />
- <None Include="res\common\particles\smoke.particle" />
- <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\common\water\pond.gpb" />
- <None Include="res\common\water\watersample.frag" />
- <None Include="res\common\water\watersample.material" />
- <None Include="res\common\water\watersample.scene" />
- <None Include="res\common\water\watersample.vert" />
- <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\FontSample.cpp" />
- <ClCompile Include="src\FormsSample.cpp" />
- <ClCompile Include="src\GamepadSample.cpp" />
- <ClCompile Include="src\GestureSample.cpp" />
- <ClCompile Include="src\LightSample.cpp" />
- <ClCompile Include="src\ParticlesSample.cpp" />
- <ClCompile Include="src\PostProcessSample.cpp" />
- <ClCompile Include="src\SceneCreateSample.cpp" />
- <ClCompile Include="src\SceneLoadSample.cpp" />
- <ClCompile Include="src\SpriteSample.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\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\TextureSample.cpp" />
- <ClCompile Include="src\MeshBatchSample.cpp" />
- <ClCompile Include="src\WaterSample.cpp" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="src\Audio3DSample.h" />
- <ClInclude Include="src\BillboardSample.h" />
- <ClInclude Include="src\FontSample.h" />
- <ClInclude Include="src\FormsSample.h" />
- <ClInclude Include="src\GamepadSample.h" />
- <ClInclude Include="src\GestureSample.h" />
- <ClInclude Include="src\LightSample.h" />
- <ClInclude Include="src\ParticlesSample.h" />
- <ClInclude Include="src\PostProcessSample.h" />
- <ClInclude Include="src\SceneCreateSample.h" />
- <ClInclude Include="src\SceneLoadSample.h" />
- <ClInclude Include="src\SpriteSample.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\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\TextureSample.h" />
- <ClInclude Include="src\MeshBatchSample.h" />
- <ClInclude Include="src\WaterSample.h" />
- </ItemGroup>
- <ItemGroup>
- <Image Include="res\common\particles\editor.png" />
- <Image Include="res\common\particles\explosion.png" />
- <Image Include="res\common\particles\fire.png" />
- <Image Include="res\common\particles\smoke.png" />
- <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\common\water\water_normal.png" />
- <Image Include="res\common\water\water_sample.png" />
- <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>
|