191 lines
9.3 KiB
XML
191 lines
9.3 KiB
XML
|
<?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="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>{0EC83E64-230E-48EF-B08C-6AC9651B4F82}</ProjectGuid>
|
|||
|
<RootNamespace>OysterGraphics</RootNamespace>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>Application</ConfigurationType>
|
|||
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|||
|
<PlatformToolset>v110</PlatformToolset>
|
|||
|
<CharacterSet>MultiByte</CharacterSet>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|||
|
<ConfigurationType>Application</ConfigurationType>
|
|||
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|||
|
<PlatformToolset>v110</PlatformToolset>
|
|||
|
<CharacterSet>MultiByte</CharacterSet>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|||
|
<PlatformToolset>v110</PlatformToolset>
|
|||
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|||
|
<CharacterSet>MultiByte</CharacterSet>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|||
|
<PlatformToolset>v110</PlatformToolset>
|
|||
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|||
|
<CharacterSet>MultiByte</CharacterSet>
|
|||
|
</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 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'">
|
|||
|
<OutDir>$(SolutionDir)..\External\Lib\$(ProjectName)\</OutDir>
|
|||
|
<IntDir>$(SolutionDir)..\Obj\$(ProjectName)\$(PlatformShortName)\$(Configuration)\</IntDir>
|
|||
|
<TargetName>$(ProjectName)_$(PlatformShortName)D</TargetName>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<OutDir>$(SolutionDir)..\External\Lib\$(ProjectName)\</OutDir>
|
|||
|
<IntDir>$(SolutionDir)..\Obj\$(ProjectName)\$(PlatformShortName)\$(Configuration)\</IntDir>
|
|||
|
<TargetName>$(ProjectName)_$(PlatformShortName)</TargetName>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|||
|
<OutDir>$(SolutionDir)..\External\Lib\$(ProjectName)\</OutDir>
|
|||
|
<IntDir>$(SolutionDir)..\Obj\$(ProjectName)\$(PlatformShortName)\$(Configuration)\</IntDir>
|
|||
|
<TargetName>$(ProjectName)_$(PlatformShortName)D</TargetName>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|||
|
<OutDir>$(SolutionDir)..\External\Lib\$(ProjectName)\</OutDir>
|
|||
|
<IntDir>$(SolutionDir)..\Obj\$(ProjectName)\$(PlatformShortName)\$(Configuration)\</IntDir>
|
|||
|
<TargetName>$(ProjectName)_$(PlatformShortName)</TargetName>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<Optimization>Disabled</Optimization>
|
|||
|
<SDLCheck>true</SDLCheck>
|
|||
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|||
|
<ClCompile>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<Optimization>Disabled</Optimization>
|
|||
|
<SDLCheck>true</SDLCheck>
|
|||
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<Optimization>MaxSpeed</Optimization>
|
|||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|||
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|||
|
<SDLCheck>true</SDLCheck>
|
|||
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|||
|
<OptimizeReferences>true</OptimizeReferences>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|||
|
<ClCompile>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<Optimization>MaxSpeed</Optimization>
|
|||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|||
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|||
|
<SDLCheck>true</SDLCheck>
|
|||
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|||
|
<OptimizeReferences>true</OptimizeReferences>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClCompile Include="Core\Buffer.cpp" />
|
|||
|
<ClCompile Include="Core\Core.cpp" />
|
|||
|
<ClCompile Include="Engine.cpp" />
|
|||
|
<ClCompile Include="FileLoader\ObjReader.cpp" />
|
|||
|
<ClCompile Include="Render\Camera.cpp" />
|
|||
|
<ClCompile Include="Render\Model.cpp" />
|
|||
|
<ClCompile Include="Render\TextBox.cpp" />
|
|||
|
<ClCompile Include="Resourses\Buffers.cpp" />
|
|||
|
<ClCompile Include="Resourses\Manager.cpp" />
|
|||
|
<ClCompile Include="Resourses\PipelineResources.cpp" />
|
|||
|
<ClCompile Include="Resourses\ShaderEffects.cpp" />
|
|||
|
<ClCompile Include="Shader\Shader.cpp" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClInclude Include="Core\Buffer.h" />
|
|||
|
<ClInclude Include="Core\Core.h" />
|
|||
|
<ClInclude Include="Core\CoreIncludes.h" />
|
|||
|
<ClInclude Include="Engine.h" />
|
|||
|
<ClInclude Include="EngineIncludes.h" />
|
|||
|
<ClInclude Include="FileLoader\ObjReader.h" />
|
|||
|
<ClInclude Include="Render\Camera.h" />
|
|||
|
<ClInclude Include="Render\Lights.h" />
|
|||
|
<ClInclude Include="Render\Model.h" />
|
|||
|
<ClInclude Include="Render\ModelInfo.h" />
|
|||
|
<ClInclude Include="Render\TextBox.h" />
|
|||
|
<ClInclude Include="Resourses\Buffers.h" />
|
|||
|
<ClInclude Include="Resourses\GraphicsDefinitions.h" />
|
|||
|
<ClInclude Include="Resourses\Manager.h" />
|
|||
|
<ClInclude Include="Resourses\PipelineResources.h" />
|
|||
|
<ClInclude Include="Resourses\ShaderEffects.h" />
|
|||
|
<ClInclude Include="Shader\Shader.h" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<FxCompile Include="Shader\HLSL\2D.hlsl" />
|
|||
|
<FxCompile Include="Shader\HLSL\BasicDemo.hlsl" />
|
|||
|
<FxCompile Include="Shader\HLSL\CollisionMethods.hlsl" />
|
|||
|
<FxCompile Include="Shader\HLSL\Deffered.hlsl" />
|
|||
|
<FxCompile Include="Shader\HLSL\Lazer.hlsl" />
|
|||
|
<FxCompile Include="Shader\HLSL\LightMaterialMethods.hlsl" />
|
|||
|
<FxCompile Include="Shader\HLSL\Obj.hlsl" />
|
|||
|
<FxCompile Include="Shader\HLSL\SSAO.hlsl" />
|
|||
|
<FxCompile Include="Shader\HLSL\Text.hlsl" />
|
|||
|
<FxCompile Include="Shader\HLSL\TileBasedDeffered.hlsl" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Text Include="Shader\HLSL\ShaderConfig.txt" />
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
<ImportGroup Label="ExtensionTargets">
|
|||
|
</ImportGroup>
|
|||
|
</Project>
|