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