2016-06-26 13:01:02 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-05-26 00:58:59 +02:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2011-01-27 06:01:00 +01: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 11:27:57 +02:00
|
|
|
|
<ProjectGuid>{3DE9EE35-3E91-4F27-A014-2866AD8C3FE3}</ProjectGuid>
|
2018-10-20 01:48:37 +02:00
|
|
|
|
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
2011-01-27 06:01:00 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2013-10-19 11:27:57 +02:00
|
|
|
|
<PropertyGroup Label="Configuration">
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2017-05-26 00:58:59 +02:00
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2013-10-19 11:27:57 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
</PropertyGroup>
|
2013-10-19 11:27:57 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
|
2011-01-27 11:41:26 +01:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
</PropertyGroup>
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
2013-10-19 11:27:57 +02:00
|
|
|
|
<ImportGroup Label="PropertySheets">
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2011-02-08 05:03:48 +01:00
|
|
|
|
<Import Project="..\..\VSProps\Base.props" />
|
2014-08-15 08:51:13 +02:00
|
|
|
|
<Import Project="..\..\VSProps\PCHUse.props" />
|
2011-01-27 11:41:26 +01:00
|
|
|
|
</ImportGroup>
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<ItemGroup>
|
2018-01-21 11:22:45 +01:00
|
|
|
|
<ClCompile Include="AbstractFramebuffer.cpp" />
|
2017-10-21 16:49:40 +02:00
|
|
|
|
<ClCompile Include="AbstractStagingTexture.cpp" />
|
2017-04-23 06:44:34 +02:00
|
|
|
|
<ClCompile Include="AbstractTexture.cpp" />
|
2015-01-31 11:38:23 +01:00
|
|
|
|
<ClCompile Include="AsyncRequests.cpp" />
|
2017-06-19 06:17:18 +02:00
|
|
|
|
<ClCompile Include="AsyncShaderCompiler.cpp" />
|
2019-03-18 05:50:53 +01:00
|
|
|
|
<ClCompile Include="FrameDump.cpp" />
|
2014-09-14 18:52:51 +02:00
|
|
|
|
<ClCompile Include="BoundingBox.cpp" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClCompile Include="BPFunctions.cpp" />
|
|
|
|
|
<ClCompile Include="BPMemory.cpp" />
|
|
|
|
|
<ClCompile Include="BPStructs.cpp" />
|
|
|
|
|
<ClCompile Include="CommandProcessor.cpp" />
|
|
|
|
|
<ClCompile Include="CPMemory.cpp" />
|
2013-06-12 10:14:13 +02:00
|
|
|
|
<ClCompile Include="DriverDetails.cpp" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClCompile Include="Fifo.cpp" />
|
2012-10-04 05:41:02 +02:00
|
|
|
|
<ClCompile Include="FPSCounter.cpp" />
|
2019-02-15 02:59:50 +01:00
|
|
|
|
<ClCompile Include="FramebufferManager.cpp" />
|
|
|
|
|
<ClCompile Include="FramebufferShaderGen.cpp" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClCompile Include="HiresTextures.cpp" />
|
2017-04-16 11:30:11 +02:00
|
|
|
|
<ClCompile Include="HiresTextures_DDSLoader.cpp" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClCompile Include="ImageWrite.cpp" />
|
|
|
|
|
<ClCompile Include="IndexGenerator.cpp" />
|
2019-03-17 01:09:06 +01:00
|
|
|
|
<ClCompile Include="NetPlayChatUI.cpp" />
|
2019-04-02 23:13:42 +02:00
|
|
|
|
<ClCompile Include="NetPlayGolfUI.cpp" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClCompile Include="OnScreenDisplay.cpp" />
|
|
|
|
|
<ClCompile Include="OpcodeDecoding.cpp" />
|
2012-06-19 23:05:39 +02:00
|
|
|
|
<ClCompile Include="PerfQueryBase.cpp" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClCompile Include="PixelEngine.cpp" />
|
|
|
|
|
<ClCompile Include="PixelShaderGen.cpp" />
|
|
|
|
|
<ClCompile Include="PixelShaderManager.cpp" />
|
2014-07-29 18:47:56 +02:00
|
|
|
|
<ClCompile Include="PostProcessing.cpp" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClCompile Include="RenderBase.cpp" />
|
2016-12-29 17:31:51 +01:00
|
|
|
|
<ClCompile Include="RenderState.cpp" />
|
2016-06-26 13:01:02 +02:00
|
|
|
|
<ClCompile Include="LightingShaderGen.cpp" />
|
2018-02-24 16:15:35 +01:00
|
|
|
|
<ClCompile Include="ShaderCache.cpp" />
|
2017-07-20 09:10:02 +02:00
|
|
|
|
<ClCompile Include="ShaderGenCommon.cpp" />
|
2017-07-20 07:25:24 +02:00
|
|
|
|
<ClCompile Include="UberShaderCommon.cpp" />
|
|
|
|
|
<ClCompile Include="UberShaderPixel.cpp" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClCompile Include="Statistics.cpp" />
|
2014-10-16 18:52:32 +02:00
|
|
|
|
<ClCompile Include="GeometryShaderGen.cpp" />
|
2014-12-14 21:23:13 +01:00
|
|
|
|
<ClCompile Include="GeometryShaderManager.cpp" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClCompile Include="TextureCacheBase.cpp" />
|
2017-04-23 06:44:34 +02:00
|
|
|
|
<ClCompile Include="TextureConfig.cpp" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClCompile Include="TextureConversionShader.cpp" />
|
2017-08-04 17:56:24 +02:00
|
|
|
|
<ClCompile Include="TextureConverterShaderGen.cpp" />
|
2017-07-20 07:25:27 +02:00
|
|
|
|
<ClCompile Include="UberShaderVertex.cpp" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClCompile Include="VertexLoader.cpp" />
|
2014-12-13 01:51:14 +01:00
|
|
|
|
<ClCompile Include="VertexLoaderBase.cpp" />
|
2015-01-15 01:46:23 +01:00
|
|
|
|
<ClCompile Include="VertexLoaderX64.cpp" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClCompile Include="VertexLoaderManager.cpp" />
|
|
|
|
|
<ClCompile Include="VertexLoader_Color.cpp" />
|
|
|
|
|
<ClCompile Include="VertexLoader_Normal.cpp" />
|
|
|
|
|
<ClCompile Include="VertexLoader_Position.cpp" />
|
|
|
|
|
<ClCompile Include="VertexLoader_TextCoord.cpp" />
|
|
|
|
|
<ClCompile Include="VertexManagerBase.cpp" />
|
|
|
|
|
<ClCompile Include="VertexShaderGen.cpp" />
|
|
|
|
|
<ClCompile Include="VertexShaderManager.cpp" />
|
2013-08-11 16:30:19 +02:00
|
|
|
|
<ClCompile Include="VideoBackendBase.cpp" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClCompile Include="VideoConfig.cpp" />
|
|
|
|
|
<ClCompile Include="VideoState.cpp" />
|
2014-07-12 16:49:24 +02:00
|
|
|
|
<ClCompile Include="TextureDecoder_Common.cpp" />
|
2013-11-04 00:26:29 +01:00
|
|
|
|
<ClCompile Include="TextureDecoder_x64.cpp" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClCompile Include="XFMemory.cpp" />
|
|
|
|
|
<ClCompile Include="XFStructs.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2018-01-21 11:22:45 +01:00
|
|
|
|
<ClInclude Include="AbstractFramebuffer.h" />
|
2017-10-21 16:49:40 +02:00
|
|
|
|
<ClInclude Include="AbstractStagingTexture.h" />
|
2017-09-08 11:42:56 +02:00
|
|
|
|
<ClInclude Include="AbstractPipeline.h" />
|
|
|
|
|
<ClInclude Include="AbstractShader.h" />
|
2017-04-23 06:44:34 +02:00
|
|
|
|
<ClInclude Include="AbstractTexture.h" />
|
2015-01-31 11:38:23 +01:00
|
|
|
|
<ClInclude Include="AsyncRequests.h" />
|
2017-06-19 06:17:18 +02:00
|
|
|
|
<ClInclude Include="AsyncShaderCompiler.h" />
|
2019-03-18 05:50:53 +01:00
|
|
|
|
<ClInclude Include="FrameDump.h" />
|
2014-09-14 18:52:51 +02:00
|
|
|
|
<ClInclude Include="BoundingBox.h" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClInclude Include="BPFunctions.h" />
|
|
|
|
|
<ClInclude Include="BPMemory.h" />
|
|
|
|
|
<ClInclude Include="BPStructs.h" />
|
|
|
|
|
<ClInclude Include="CommandProcessor.h" />
|
|
|
|
|
<ClInclude Include="CPMemory.h" />
|
|
|
|
|
<ClInclude Include="DataReader.h" />
|
2013-10-19 11:27:57 +02:00
|
|
|
|
<ClInclude Include="DriverDetails.h" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClInclude Include="Fifo.h" />
|
2012-10-04 05:41:02 +02:00
|
|
|
|
<ClInclude Include="FPSCounter.h" />
|
2019-02-15 02:59:50 +01:00
|
|
|
|
<ClInclude Include="FramebufferManager.h" />
|
|
|
|
|
<ClInclude Include="FramebufferShaderGen.h" />
|
2018-03-01 10:21:06 +01:00
|
|
|
|
<ClInclude Include="GXPipelineTypes.h" />
|
2019-03-17 01:09:06 +01:00
|
|
|
|
<ClInclude Include="NetPlayChatUI.h" />
|
2019-04-02 23:13:42 +02:00
|
|
|
|
<ClInclude Include="NetPlayGolfUI.h" />
|
2018-02-24 16:15:35 +01:00
|
|
|
|
<ClInclude Include="ShaderCache.h" />
|
2017-07-20 07:25:24 +02:00
|
|
|
|
<ClInclude Include="UberShaderCommon.h" />
|
|
|
|
|
<ClInclude Include="UberShaderPixel.h" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClInclude Include="HiresTextures.h" />
|
|
|
|
|
<ClInclude Include="ImageWrite.h" />
|
|
|
|
|
<ClInclude Include="IndexGenerator.h" />
|
2011-02-06 00:57:12 +01:00
|
|
|
|
<ClInclude Include="LightingShaderGen.h" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClInclude Include="LookUpTables.h" />
|
|
|
|
|
<ClInclude Include="NativeVertexFormat.h" />
|
|
|
|
|
<ClInclude Include="OnScreenDisplay.h" />
|
|
|
|
|
<ClInclude Include="OpcodeDecoding.h" />
|
2012-06-19 23:05:39 +02:00
|
|
|
|
<ClInclude Include="PerfQueryBase.h" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClInclude Include="PixelEngine.h" />
|
|
|
|
|
<ClInclude Include="PixelShaderGen.h" />
|
|
|
|
|
<ClInclude Include="PixelShaderManager.h" />
|
2014-07-29 18:47:56 +02:00
|
|
|
|
<ClInclude Include="PostProcessing.h" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClInclude Include="RenderBase.h" />
|
2016-12-29 17:31:51 +01:00
|
|
|
|
<ClInclude Include="RenderState.h" />
|
2016-03-24 03:23:56 +01:00
|
|
|
|
<ClInclude Include="SamplerCommon.h" />
|
2013-04-10 12:55:42 +02:00
|
|
|
|
<ClInclude Include="ShaderGenCommon.h" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClInclude Include="Statistics.h" />
|
2014-10-16 18:52:32 +02:00
|
|
|
|
<ClInclude Include="GeometryShaderGen.h" />
|
2014-12-14 21:23:13 +01:00
|
|
|
|
<ClInclude Include="GeometryShaderManager.h" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClInclude Include="TextureCacheBase.h" />
|
2017-04-23 06:44:34 +02:00
|
|
|
|
<ClInclude Include="TextureConfig.h" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClInclude Include="TextureConversionShader.h" />
|
2017-08-04 17:56:24 +02:00
|
|
|
|
<ClInclude Include="TextureConverterShaderGen.h" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClInclude Include="TextureDecoder.h" />
|
2017-07-20 07:25:27 +02:00
|
|
|
|
<ClInclude Include="UberShaderVertex.h" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClInclude Include="VertexLoader.h" />
|
2014-12-13 01:51:14 +01:00
|
|
|
|
<ClInclude Include="VertexLoaderBase.h" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClInclude Include="VertexLoaderManager.h" />
|
2014-11-29 03:39:24 +01:00
|
|
|
|
<ClInclude Include="VertexLoaderUtils.h" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClInclude Include="VertexLoader_Color.h" />
|
|
|
|
|
<ClInclude Include="VertexLoader_Normal.h" />
|
|
|
|
|
<ClInclude Include="VertexLoader_Position.h" />
|
|
|
|
|
<ClInclude Include="VertexLoader_TextCoord.h" />
|
|
|
|
|
<ClInclude Include="VertexManagerBase.h" />
|
|
|
|
|
<ClInclude Include="VertexShaderGen.h" />
|
|
|
|
|
<ClInclude Include="VertexShaderManager.h" />
|
2013-08-11 16:30:19 +02:00
|
|
|
|
<ClInclude Include="VideoBackendBase.h" />
|
2013-10-19 11:27:57 +02:00
|
|
|
|
<ClInclude Include="VideoCommon.h" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClInclude Include="VideoConfig.h" />
|
|
|
|
|
<ClInclude Include="VideoState.h" />
|
|
|
|
|
<ClInclude Include="XFMemory.h" />
|
|
|
|
|
<ClInclude Include="XFStructs.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-10-19 11:27:57 +02:00
|
|
|
|
<Text Include="CMakeLists.txt" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-08-31 14:51:38 +02:00
|
|
|
|
<ProjectReference Include="$(ExternalsDir)libpng\png\png.vcxproj">
|
2013-11-15 01:00:38 +01:00
|
|
|
|
<Project>{4c9f135b-a85e-430c-bad4-4c67ef5fc12c}</Project>
|
|
|
|
|
</ProjectReference>
|
2015-01-20 22:43:26 +01:00
|
|
|
|
<ProjectReference Include="$(ExternalsDir)xxhash\xxhash.vcxproj">
|
|
|
|
|
<Project>{677EA016-1182-440C-9345-DC88D1E98C0C}</Project>
|
|
|
|
|
</ProjectReference>
|
2014-08-31 14:51:38 +02:00
|
|
|
|
<ProjectReference Include="$(ExternalsDir)zlib\zlib.vcxproj">
|
2013-11-15 01:00:38 +01:00
|
|
|
|
<Project>{ff213b23-2c26-4214-9f88-85271e557e87}</Project>
|
|
|
|
|
</ProjectReference>
|
2014-08-31 14:51:38 +02:00
|
|
|
|
<ProjectReference Include="$(CoreDir)Common\Common.vcxproj">
|
2013-10-19 11:27:57 +02:00
|
|
|
|
<Project>{2e6c348c-c75c-4d94-8d1e-9c1fcbf3efe4}</Project>
|
2011-01-27 06:01:00 +01:00
|
|
|
|
</ProjectReference>
|
2018-10-09 15:57:52 +02:00
|
|
|
|
<ProjectReference Include="..\..\..\Externals\imgui\imgui.vcxproj">
|
|
|
|
|
<Project>{4c3b2264-ea73-4a7b-9cfe-65b0fd635ebb}</Project>
|
|
|
|
|
</ProjectReference>
|
2011-01-27 06:01:00 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2019-04-02 23:13:42 +02:00
|
|
|
|
</Project>
|