2011-01-27 06:01:00 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-10-19 11:27:57 +02:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</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>
|
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>
|
2013-10-19 11:27:57 +02:00
|
|
|
|
<PlatformToolset>v120</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" />
|
2013-10-19 11:27:57 +02:00
|
|
|
|
<Import Project="..\..\VSProps\PrecompiledHeader.props" />
|
2011-01-27 11:41:26 +01:00
|
|
|
|
</ImportGroup>
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="Src\AVIDump.cpp" />
|
|
|
|
|
<ClCompile Include="Src\BPFunctions.cpp" />
|
|
|
|
|
<ClCompile Include="Src\BPMemory.cpp" />
|
|
|
|
|
<ClCompile Include="Src\BPStructs.cpp" />
|
|
|
|
|
<ClCompile Include="Src\CommandProcessor.cpp" />
|
|
|
|
|
<ClCompile Include="Src\CPMemory.cpp" />
|
|
|
|
|
<ClCompile Include="Src\Debugger.cpp" />
|
2013-06-12 10:14:13 +02:00
|
|
|
|
<ClCompile Include="Src\DriverDetails.cpp" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClCompile Include="Src\EmuWindow.cpp" />
|
|
|
|
|
<ClCompile Include="Src\Fifo.cpp" />
|
2012-10-04 05:41:02 +02:00
|
|
|
|
<ClCompile Include="Src\FPSCounter.cpp" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClCompile Include="Src\FramebufferManagerBase.cpp" />
|
|
|
|
|
<ClCompile Include="Src\HiresTextures.cpp" />
|
|
|
|
|
<ClCompile Include="Src\ImageWrite.cpp" />
|
|
|
|
|
<ClCompile Include="Src\IndexGenerator.cpp" />
|
|
|
|
|
<ClCompile Include="Src\MainBase.cpp" />
|
|
|
|
|
<ClCompile Include="Src\memcpy_amd.cpp" />
|
|
|
|
|
<ClCompile Include="Src\OnScreenDisplay.cpp" />
|
|
|
|
|
<ClCompile Include="Src\OpcodeDecoding.cpp" />
|
2011-01-31 04:02:23 +01:00
|
|
|
|
<ClCompile Include="Src\OpenCL.cpp" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClCompile Include="Src\OpenCL\OCLTextureDecoder.cpp" />
|
2012-06-19 23:05:39 +02:00
|
|
|
|
<ClCompile Include="Src\PerfQueryBase.cpp" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClCompile Include="Src\PixelEngine.cpp" />
|
|
|
|
|
<ClCompile Include="Src\PixelShaderGen.cpp" />
|
|
|
|
|
<ClCompile Include="Src\PixelShaderManager.cpp" />
|
|
|
|
|
<ClCompile Include="Src\RenderBase.cpp" />
|
|
|
|
|
<ClCompile Include="Src\Statistics.cpp" />
|
2013-10-19 11:27:57 +02:00
|
|
|
|
<ClCompile Include="Src\stdafx.cpp">
|
|
|
|
|
<PrecompiledHeader>Create</PrecompiledHeader>
|
|
|
|
|
</ClCompile>
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClCompile Include="Src\TextureCacheBase.cpp" />
|
|
|
|
|
<ClCompile Include="Src\TextureConversionShader.cpp" />
|
|
|
|
|
<ClCompile Include="Src\VertexLoader.cpp" />
|
|
|
|
|
<ClCompile Include="Src\VertexLoaderManager.cpp" />
|
|
|
|
|
<ClCompile Include="Src\VertexLoader_Color.cpp" />
|
|
|
|
|
<ClCompile Include="Src\VertexLoader_Normal.cpp" />
|
|
|
|
|
<ClCompile Include="Src\VertexLoader_Position.cpp" />
|
|
|
|
|
<ClCompile Include="Src\VertexLoader_TextCoord.cpp" />
|
|
|
|
|
<ClCompile Include="Src\VertexManagerBase.cpp" />
|
|
|
|
|
<ClCompile Include="Src\VertexShaderGen.cpp" />
|
|
|
|
|
<ClCompile Include="Src\VertexShaderManager.cpp" />
|
2013-08-11 16:30:19 +02:00
|
|
|
|
<ClCompile Include="Src\VideoBackendBase.cpp" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClCompile Include="Src\VideoConfig.cpp" />
|
|
|
|
|
<ClCompile Include="Src\VideoState.cpp" />
|
2013-02-26 20:49:00 +01:00
|
|
|
|
<ClCompile Include="Src\x64DLCache.cpp" />
|
|
|
|
|
<ClCompile Include="Src\x64TextureDecoder.cpp" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClCompile Include="Src\XFMemory.cpp" />
|
|
|
|
|
<ClCompile Include="Src\XFStructs.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="Src\AVIDump.h" />
|
|
|
|
|
<ClInclude Include="Src\BPFunctions.h" />
|
|
|
|
|
<ClInclude Include="Src\BPMemory.h" />
|
|
|
|
|
<ClInclude Include="Src\BPStructs.h" />
|
|
|
|
|
<ClInclude Include="Src\CommandProcessor.h" />
|
|
|
|
|
<ClInclude Include="Src\CPMemory.h" />
|
|
|
|
|
<ClInclude Include="Src\DataReader.h" />
|
|
|
|
|
<ClInclude Include="Src\Debugger.h" />
|
|
|
|
|
<ClInclude Include="Src\DLCache.h" />
|
2013-10-19 11:27:57 +02:00
|
|
|
|
<ClInclude Include="Src\DriverDetails.h" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClInclude Include="Src\EmuWindow.h" />
|
|
|
|
|
<ClInclude Include="Src\Fifo.h" />
|
2012-10-04 05:41:02 +02:00
|
|
|
|
<ClInclude Include="Src\FPSCounter.h" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClInclude Include="Src\FramebufferManagerBase.h" />
|
|
|
|
|
<ClInclude Include="Src\HiresTextures.h" />
|
|
|
|
|
<ClInclude Include="Src\ImageWrite.h" />
|
|
|
|
|
<ClInclude Include="Src\IndexGenerator.h" />
|
2011-02-06 00:57:12 +01:00
|
|
|
|
<ClInclude Include="Src\LightingShaderGen.h" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClInclude Include="Src\LookUpTables.h" />
|
|
|
|
|
<ClInclude Include="Src\MainBase.h" />
|
|
|
|
|
<ClInclude Include="Src\NativeVertexFormat.h" />
|
|
|
|
|
<ClInclude Include="Src\OnScreenDisplay.h" />
|
|
|
|
|
<ClInclude Include="Src\OpcodeDecoding.h" />
|
2011-01-31 04:02:23 +01:00
|
|
|
|
<ClInclude Include="Src\OpenCL.h" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClInclude Include="Src\OpenCL\OCLTextureDecoder.h" />
|
2012-06-19 23:05:39 +02:00
|
|
|
|
<ClInclude Include="Src\PerfQueryBase.h" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClInclude Include="Src\PixelEngine.h" />
|
|
|
|
|
<ClInclude Include="Src\PixelShaderGen.h" />
|
|
|
|
|
<ClInclude Include="Src\PixelShaderManager.h" />
|
|
|
|
|
<ClInclude Include="Src\RenderBase.h" />
|
2013-04-10 12:55:42 +02:00
|
|
|
|
<ClInclude Include="Src\ShaderGenCommon.h" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClInclude Include="Src\Statistics.h" />
|
2013-10-19 11:27:57 +02:00
|
|
|
|
<ClInclude Include="Src\stdafx.h" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClInclude Include="Src\TextureCacheBase.h" />
|
|
|
|
|
<ClInclude Include="Src\TextureConversionShader.h" />
|
|
|
|
|
<ClInclude Include="Src\TextureDecoder.h" />
|
|
|
|
|
<ClInclude Include="Src\VertexLoader.h" />
|
|
|
|
|
<ClInclude Include="Src\VertexLoaderManager.h" />
|
|
|
|
|
<ClInclude Include="Src\VertexLoader_Color.h" />
|
|
|
|
|
<ClInclude Include="Src\VertexLoader_Normal.h" />
|
|
|
|
|
<ClInclude Include="Src\VertexLoader_Position.h" />
|
|
|
|
|
<ClInclude Include="Src\VertexLoader_TextCoord.h" />
|
|
|
|
|
<ClInclude Include="Src\VertexManagerBase.h" />
|
|
|
|
|
<ClInclude Include="Src\VertexShaderGen.h" />
|
|
|
|
|
<ClInclude Include="Src\VertexShaderManager.h" />
|
2013-08-11 16:30:19 +02:00
|
|
|
|
<ClInclude Include="Src\VideoBackendBase.h" />
|
2013-10-19 11:27:57 +02:00
|
|
|
|
<ClInclude Include="Src\VideoCommon.h" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ClInclude Include="Src\VideoConfig.h" />
|
|
|
|
|
<ClInclude Include="Src\VideoState.h" />
|
|
|
|
|
<ClInclude Include="Src\XFMemory.h" />
|
|
|
|
|
<ClInclude Include="Src\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>
|
|
|
|
|
<ProjectReference Include="..\..\..\Externals\CLRun\clrun\CLRun.vcxproj">
|
|
|
|
|
<Project>{aa862e5e-a993-497a-b6a0-0e8e94b10050}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\..\Externals\SOIL\SOIL.vcxproj">
|
2013-10-19 11:27:57 +02:00
|
|
|
|
<Project>{b441cc62-877e-4b3f-93e0-0de80544f705}</Project>
|
2011-01-27 06:01:00 +01:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\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>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2013-10-19 11:27:57 +02:00
|
|
|
|
</Project>
|