2014-03-29 02:22:15 +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>{A4C423AA-F57C-46C7-A172-D1A777017D29}</ProjectGuid>
|
2018-10-19 23:48:37 +00:00
|
|
|
|
<WindowsTargetPlatformVersion>10.0.17134.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-02-10 02:53:08 +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-02-10 02:53:08 +00:00
|
|
|
|
</ImportGroup>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="Clipper.cpp" />
|
|
|
|
|
<ClCompile Include="DebugUtil.cpp" />
|
|
|
|
|
<ClCompile Include="EfbCopy.cpp" />
|
|
|
|
|
<ClCompile Include="EfbInterface.cpp" />
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<ClCompile Include="Rasterizer.cpp" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<ClCompile Include="SetupUnit.cpp" />
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<ClCompile Include="SWmain.cpp" />
|
2015-09-26 08:07:48 +00:00
|
|
|
|
<ClCompile Include="SWOGLWindow.cpp" />
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<ClCompile Include="SWRenderer.cpp" />
|
2017-04-23 04:44:34 +00:00
|
|
|
|
<ClCompile Include="SWTexture.cpp" />
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<ClCompile Include="SWVertexLoader.cpp" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<ClCompile Include="Tev.cpp" />
|
|
|
|
|
<ClCompile Include="TextureEncoder.cpp" />
|
|
|
|
|
<ClCompile Include="TextureSampler.cpp" />
|
|
|
|
|
<ClCompile Include="TransformUnit.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="Clipper.h" />
|
2017-08-24 02:46:23 +00:00
|
|
|
|
<ClInclude Include="CopyRegion.h" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<ClInclude Include="DebugUtil.h" />
|
|
|
|
|
<ClInclude Include="EfbCopy.h" />
|
|
|
|
|
<ClInclude Include="EfbInterface.h" />
|
|
|
|
|
<ClInclude Include="NativeVertexFormat.h" />
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<ClInclude Include="Rasterizer.h" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<ClInclude Include="SetupUnit.h" />
|
2015-09-26 08:07:48 +00:00
|
|
|
|
<ClInclude Include="SWOGLWindow.h" />
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<ClInclude Include="SWRenderer.h" />
|
2017-04-23 04:44:34 +00:00
|
|
|
|
<ClInclude Include="SWTexture.h" />
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<ClInclude Include="SWVertexLoader.h" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<ClInclude Include="Tev.h" />
|
2017-05-29 22:02:09 +00:00
|
|
|
|
<ClInclude Include="TextureCache.h" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<ClInclude Include="TextureEncoder.h" />
|
|
|
|
|
<ClInclude Include="TextureSampler.h" />
|
|
|
|
|
<ClInclude Include="TransformUnit.h" />
|
|
|
|
|
<ClInclude Include="Vec3.h" />
|
2011-01-31 01:28:32 +00:00
|
|
|
|
<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>
|
2011-01-31 01:28:32 +00:00
|
|
|
|
<ItemGroup>
|
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>
|
2013-10-09 10:49:00 +00:00
|
|
|
|
</ProjectReference>
|
2011-01-31 01:28:32 +00:00
|
|
|
|
</ItemGroup>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2017-05-25 22:58:59 +00:00
|
|
|
|
</Project>
|