2014-03-29 02:22:15 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.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>
|
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>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<PlatformToolset>v120</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>
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClCompile Include="BPMemLoader.cpp" />
|
|
|
|
|
<ClCompile Include="Clipper.cpp" />
|
|
|
|
|
<ClCompile Include="CPMemLoader.cpp" />
|
|
|
|
|
<ClCompile Include="DebugUtil.cpp" />
|
|
|
|
|
<ClCompile Include="EfbCopy.cpp" />
|
|
|
|
|
<ClCompile Include="EfbInterface.cpp" />
|
|
|
|
|
<ClCompile Include="HwRasterizer.cpp" />
|
|
|
|
|
<ClCompile Include="OpcodeDecoder.cpp" />
|
|
|
|
|
<ClCompile Include="RasterFont.cpp" />
|
|
|
|
|
<ClCompile Include="Rasterizer.cpp" />
|
|
|
|
|
<ClCompile Include="SetupUnit.cpp" />
|
|
|
|
|
<ClCompile Include="SWCommandProcessor.cpp" />
|
|
|
|
|
<ClCompile Include="SWmain.cpp" />
|
|
|
|
|
<ClCompile Include="SWRenderer.cpp" />
|
|
|
|
|
<ClCompile Include="SWStatistics.cpp" />
|
|
|
|
|
<ClCompile Include="SWVertexLoader.cpp" />
|
|
|
|
|
<ClCompile Include="SWVideoConfig.cpp" />
|
|
|
|
|
<ClCompile Include="Tev.cpp" />
|
|
|
|
|
<ClCompile Include="TextureEncoder.cpp" />
|
|
|
|
|
<ClCompile Include="TextureSampler.cpp" />
|
|
|
|
|
<ClCompile Include="TransformUnit.cpp" />
|
|
|
|
|
<ClCompile Include="XFMemLoader.cpp" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClInclude Include="BPMemLoader.h" />
|
|
|
|
|
<ClInclude Include="Clipper.h" />
|
|
|
|
|
<ClInclude Include="CPMemLoader.h" />
|
|
|
|
|
<ClInclude Include="DebugUtil.h" />
|
|
|
|
|
<ClInclude Include="EfbCopy.h" />
|
|
|
|
|
<ClInclude Include="EfbInterface.h" />
|
|
|
|
|
<ClInclude Include="HwRasterizer.h" />
|
|
|
|
|
<ClInclude Include="NativeVertexFormat.h" />
|
|
|
|
|
<ClInclude Include="OpcodeDecoder.h" />
|
|
|
|
|
<ClInclude Include="RasterFont.h" />
|
|
|
|
|
<ClInclude Include="Rasterizer.h" />
|
|
|
|
|
<ClInclude Include="SetupUnit.h" />
|
|
|
|
|
<ClInclude Include="SWCommandProcessor.h" />
|
|
|
|
|
<ClInclude Include="SWRenderer.h" />
|
|
|
|
|
<ClInclude Include="SWStatistics.h" />
|
|
|
|
|
<ClInclude Include="SWVertexLoader.h" />
|
|
|
|
|
<ClInclude Include="SWVideoConfig.h" />
|
|
|
|
|
<ClInclude Include="Tev.h" />
|
|
|
|
|
<ClInclude Include="TextureEncoder.h" />
|
|
|
|
|
<ClInclude Include="TextureSampler.h" />
|
|
|
|
|
<ClInclude Include="TransformUnit.h" />
|
|
|
|
|
<ClInclude Include="Vec3.h" />
|
|
|
|
|
<ClInclude Include="VideoBackend.h" />
|
|
|
|
|
<ClInclude Include="XFMemLoader.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>
|
2014-03-29 02:22:15 +00:00
|
|
|
|
</Project>
|