2014-04-13 02:20:31 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-05-25 22:58:59 +00:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<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">
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<ProjectGuid>{EC1A314C-5588-4506-9C1E-2E58E5817F75}</ProjectGuid>
|
2017-05-26 12:36:33 +00:00
|
|
|
|
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<PropertyGroup Label="Configuration">
|
2011-01-31 01:28:32 +00:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2017-05-25 22:58:59 +00:00
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
</PropertyGroup>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2011-01-27 10:41:26 +00:00
|
|
|
|
</PropertyGroup>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<ImportGroup Label="PropertySheets">
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2013-10-07 22:47:28 +00:00
|
|
|
|
<Import Project="..\..\..\VSProps\Base.props" />
|
2014-08-15 06:51:13 +00:00
|
|
|
|
<Import Project="..\..\..\VSProps\PCHUse.props" />
|
2011-01-27 10:41:26 +00:00
|
|
|
|
</ImportGroup>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<ItemGroup>
|
2014-11-13 22:26:49 +00:00
|
|
|
|
<ClCompile Include="BoundingBox.cpp" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClCompile Include="FramebufferManager.cpp" />
|
|
|
|
|
<ClCompile Include="main.cpp" />
|
|
|
|
|
<ClCompile Include="NativeVertexFormat.cpp" />
|
|
|
|
|
<ClCompile Include="PerfQuery.cpp" />
|
|
|
|
|
<ClCompile Include="PostProcessing.cpp" />
|
|
|
|
|
<ClCompile Include="ProgramShaderCache.cpp" />
|
|
|
|
|
<ClCompile Include="RasterFont.cpp" />
|
|
|
|
|
<ClCompile Include="Render.cpp" />
|
|
|
|
|
<ClCompile Include="SamplerCache.cpp" />
|
|
|
|
|
<ClCompile Include="StreamBuffer.cpp" />
|
|
|
|
|
<ClCompile Include="TextureCache.cpp" />
|
|
|
|
|
<ClCompile Include="TextureConverter.cpp" />
|
|
|
|
|
<ClCompile Include="VertexManager.cpp" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-11-13 22:26:49 +00:00
|
|
|
|
<ClInclude Include="BoundingBox.h" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClInclude Include="FramebufferManager.h" />
|
2016-11-27 08:15:02 +00:00
|
|
|
|
<ClInclude Include="GPUTimer.h" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClInclude Include="PerfQuery.h" />
|
|
|
|
|
<ClInclude Include="PostProcessing.h" />
|
|
|
|
|
<ClInclude Include="ProgramShaderCache.h" />
|
|
|
|
|
<ClInclude Include="RasterFont.h" />
|
|
|
|
|
<ClInclude Include="Render.h" />
|
|
|
|
|
<ClInclude Include="SamplerCache.h" />
|
|
|
|
|
<ClInclude Include="StreamBuffer.h" />
|
|
|
|
|
<ClInclude Include="TextureCache.h" />
|
|
|
|
|
<ClInclude Include="TextureConverter.h" />
|
|
|
|
|
<ClInclude Include="VertexManager.h" />
|
|
|
|
|
<ClInclude Include="VideoBackend.h" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<Text Include="CMakeLists.txt" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-08-31 12:51:38 +00:00
|
|
|
|
<ProjectReference Include="$(ExternalsDir)zlib\zlib.vcxproj">
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<Project>{ff213b23-2c26-4214-9f88-85271e557e87}</Project>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ProjectReference>
|
2014-08-31 12:51:38 +00:00
|
|
|
|
<ProjectReference Include="$(CoreDir)VideoCommon\VideoCommon.vcxproj">
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<Project>{3de9ee35-3e91-4f27-a014-2866ad8c3fe3}</Project>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2016-11-27 08:15:02 +00:00
|
|
|
|
</Project>
|