2012-11-01 15:19:01 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-02-08 21:41:28 +00:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2012-11-01 15:19:01 +00: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">
|
|
|
|
|
<ProjectGuid>{457F45D2-556F-47BC-A31D-AFF0D15BEAED}</ProjectGuid>
|
|
|
|
|
<RootNamespace>GPU</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2013-08-26 17:00:16 +00:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2012-11-01 15:19:01 +00:00
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2014-02-08 21:41:28 +00:00
|
|
|
|
<PlatformToolset>v120_xp</PlatformToolset>
|
2012-11-01 15:19:01 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2013-08-26 17:00:16 +00:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2012-11-01 15:19:01 +00:00
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2014-02-08 21:41:28 +00:00
|
|
|
|
<PlatformToolset>v120_xp</PlatformToolset>
|
2012-11-01 15:19:01 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2013-08-26 17:00:16 +00:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2014-02-08 21:41:28 +00:00
|
|
|
|
<PlatformToolset>v120_xp</PlatformToolset>
|
2012-11-01 15:19:01 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2013-08-26 17:00:16 +00:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2014-02-08 21:41:28 +00:00
|
|
|
|
<PlatformToolset>v120_xp</PlatformToolset>
|
2012-11-01 15:19:01 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
2013-09-15 14:14:05 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
2013-09-17 04:48:14 +00:00
|
|
|
|
<IncludePath>..\dx9sdk\Include;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;$(WindowsSDK_IncludePath)</IncludePath>
|
|
|
|
|
<LibraryPath>..\dx9sdk\Lib\x86;$(VCInstallDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib;$(WindowsSDK_LibraryPath_x86)</LibraryPath>
|
2013-09-15 14:14:05 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
2013-09-17 04:48:14 +00:00
|
|
|
|
<IncludePath>..\dx9sdk\Include;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;$(WindowsSDK_IncludePath)</IncludePath>
|
|
|
|
|
<LibraryPath>..\dx9sdk\Lib\x64;$(VCInstallDir)lib\amd64;$(VCInstallDir)atlmfc\lib\amd64;$(WindowsSdkDir)lib\x64;$(WindowsSDK_LibraryPath_x64)</LibraryPath>
|
2013-09-15 14:14:05 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
2013-09-17 04:48:14 +00:00
|
|
|
|
<IncludePath>..\dx9sdk\Include;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;$(WindowsSDK_IncludePath)</IncludePath>
|
|
|
|
|
<LibraryPath>..\dx9sdk\Lib\x64;$(VCInstallDir)lib\amd64;$(VCInstallDir)atlmfc\lib\amd64;$(WindowsSdkDir)lib\x64;$(WindowsSDK_LibraryPath_x64)</LibraryPath>
|
2013-09-15 14:14:05 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
2013-09-17 04:48:14 +00:00
|
|
|
|
<IncludePath>..\dx9sdk\Include;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;$(WindowsSDK_IncludePath);</IncludePath>
|
|
|
|
|
<LibraryPath>..\dx9sdk\Lib\x86;$(VCInstallDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib;</LibraryPath>
|
2013-09-15 14:14:05 +00:00
|
|
|
|
</PropertyGroup>
|
2012-11-01 15:19:01 +00:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<AdditionalIncludeDirectories>../common;..;../native;../native/ext/glew;</AdditionalIncludeDirectories>
|
2014-02-08 18:51:35 +00:00
|
|
|
|
<PreprocessorDefinitions>USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-04-29 05:22:01 +00:00
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
2013-06-02 21:45:44 +00:00
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
2013-06-09 11:02:16 +00:00
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2012-11-01 15:19:01 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<AdditionalIncludeDirectories>../common;..;../native;../native/ext/glew;</AdditionalIncludeDirectories>
|
2014-02-08 21:41:28 +00:00
|
|
|
|
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
|
2013-04-29 05:22:01 +00:00
|
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
2013-06-02 21:45:44 +00:00
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
2013-06-09 11:02:16 +00:00
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2014-02-08 18:51:35 +00:00
|
|
|
|
<PreprocessorDefinitions>USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2012-11-01 15:19:01 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<AdditionalIncludeDirectories>../common;..;../native;../native/ext/glew;</AdditionalIncludeDirectories>
|
2012-12-19 23:48:57 +00:00
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
2014-02-08 18:51:35 +00:00
|
|
|
|
<PreprocessorDefinitions>USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;WIN32;_LIB;NDEBUG;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-04-27 17:34:41 +00:00
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
2013-06-02 21:45:44 +00:00
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2013-06-09 11:02:16 +00:00
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2012-11-01 15:19:01 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<AdditionalIncludeDirectories>../common;..;../native;../native/ext/glew;</AdditionalIncludeDirectories>
|
2013-04-27 17:34:41 +00:00
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
2014-02-08 21:41:28 +00:00
|
|
|
|
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
|
2013-04-29 05:22:01 +00:00
|
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
2013-06-02 21:45:44 +00:00
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2013-06-09 11:02:16 +00:00
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2014-02-08 18:51:35 +00:00
|
|
|
|
<PreprocessorDefinitions>USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;WIN32;_LIB;NDEBUG;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2012-11-01 15:19:01 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
2013-04-30 01:44:54 +00:00
|
|
|
|
<ClInclude Include="..\ext\xbrz\xbrz.h" />
|
2014-09-13 13:13:34 +00:00
|
|
|
|
<ClInclude Include="Common\DrawEngineCommon.h" />
|
2014-09-09 15:12:42 +00:00
|
|
|
|
<ClInclude Include="Common\FramebufferCommon.h" />
|
2013-09-22 07:18:46 +00:00
|
|
|
|
<ClInclude Include="Common\GPUDebugInterface.h" />
|
2013-09-15 10:46:14 +00:00
|
|
|
|
<ClInclude Include="Common\IndexGenerator.h" />
|
2013-10-12 00:05:55 +00:00
|
|
|
|
<ClInclude Include="Common\PostShader.h" />
|
2014-09-13 11:27:42 +00:00
|
|
|
|
<ClInclude Include="Common\SoftwareTransformCommon.h" />
|
2013-09-24 12:13:13 +00:00
|
|
|
|
<ClInclude Include="Common\SplineCommon.h" />
|
2013-11-02 09:09:54 +00:00
|
|
|
|
<ClInclude Include="Common\TextureDecoderNEON.h">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
|
</ClInclude>
|
2014-09-13 11:15:18 +00:00
|
|
|
|
<ClInclude Include="Common\TextureCacheCommon.h" />
|
2014-04-18 12:30:18 +00:00
|
|
|
|
<ClInclude Include="Common\TransformCommon.h" />
|
2013-09-15 10:46:14 +00:00
|
|
|
|
<ClInclude Include="Common\VertexDecoderCommon.h" />
|
2013-10-12 11:02:21 +00:00
|
|
|
|
<ClInclude Include="Debugger\Breakpoints.h" />
|
2013-10-12 17:02:21 +00:00
|
|
|
|
<ClInclude Include="Debugger\Stepping.h" />
|
2013-09-15 10:46:14 +00:00
|
|
|
|
<ClInclude Include="Directx9\GPU_DX9.h" />
|
2013-09-15 15:53:21 +00:00
|
|
|
|
<ClInclude Include="Directx9\helper\dx_state.h" />
|
|
|
|
|
<ClInclude Include="Directx9\helper\fbo.h" />
|
|
|
|
|
<ClInclude Include="Directx9\helper\global.h" />
|
2013-09-15 10:46:14 +00:00
|
|
|
|
<ClInclude Include="Directx9\PixelShaderGeneratorDX9.h" />
|
|
|
|
|
<ClInclude Include="Directx9\FramebufferDX9.h" />
|
|
|
|
|
<ClInclude Include="Directx9\ShaderManagerDX9.h" />
|
|
|
|
|
<ClInclude Include="Directx9\StateMappingDX9.h" />
|
|
|
|
|
<ClInclude Include="Directx9\TextureCacheDX9.h" />
|
|
|
|
|
<ClInclude Include="Directx9\TextureScalerDX9.h" />
|
|
|
|
|
<ClInclude Include="Directx9\TransformPipelineDX9.h" />
|
|
|
|
|
<ClInclude Include="Directx9\VertexShaderGeneratorDX9.h" />
|
2012-11-01 15:19:01 +00:00
|
|
|
|
<ClInclude Include="ge_constants.h" />
|
2013-09-15 10:46:14 +00:00
|
|
|
|
<ClInclude Include="GeDisasm.h" />
|
2014-03-29 20:58:38 +00:00
|
|
|
|
<ClInclude Include="GLES\DepalettizeShader.h" />
|
2012-11-01 15:19:01 +00:00
|
|
|
|
<ClInclude Include="GLES\FragmentShaderGenerator.h" />
|
2014-08-24 22:26:38 +00:00
|
|
|
|
<ClInclude Include="GLES\FragmentTestCache.h" />
|
2012-11-01 15:19:01 +00:00
|
|
|
|
<ClInclude Include="GLES\Framebuffer.h" />
|
2013-09-15 10:46:14 +00:00
|
|
|
|
<ClInclude Include="GLES\GLES_GPU.h" />
|
2012-11-01 15:19:01 +00:00
|
|
|
|
<ClInclude Include="GLES\ShaderManager.h" />
|
2012-11-24 14:19:29 +00:00
|
|
|
|
<ClInclude Include="GLES\StateMapping.h" />
|
2012-11-01 15:19:01 +00:00
|
|
|
|
<ClInclude Include="GLES\TextureCache.h" />
|
2013-04-30 19:44:34 +00:00
|
|
|
|
<ClInclude Include="GLES\TextureScaler.h" />
|
2012-11-01 15:19:01 +00:00
|
|
|
|
<ClInclude Include="GLES\TransformPipeline.h" />
|
|
|
|
|
<ClInclude Include="GLES\VertexShaderGenerator.h" />
|
2012-12-28 20:58:00 +00:00
|
|
|
|
<ClInclude Include="GPUCommon.h" />
|
2012-11-06 16:05:27 +00:00
|
|
|
|
<ClInclude Include="GPUInterface.h" />
|
2012-11-01 15:19:01 +00:00
|
|
|
|
<ClInclude Include="GPUState.h" />
|
|
|
|
|
<ClInclude Include="Math3D.h" />
|
2012-11-06 16:05:27 +00:00
|
|
|
|
<ClInclude Include="Null\NullGpu.h" />
|
2013-06-26 17:57:27 +00:00
|
|
|
|
<ClInclude Include="Software\Clipper.h" />
|
2013-07-21 17:15:28 +00:00
|
|
|
|
<ClInclude Include="Software\Colors.h" />
|
2013-06-28 21:08:15 +00:00
|
|
|
|
<ClInclude Include="Software\Lighting.h" />
|
2013-06-25 14:15:09 +00:00
|
|
|
|
<ClInclude Include="Software\Rasterizer.h" />
|
2013-06-24 14:03:25 +00:00
|
|
|
|
<ClInclude Include="Software\SoftGpu.h" />
|
2013-06-24 18:58:35 +00:00
|
|
|
|
<ClInclude Include="Software\TransformUnit.h" />
|
2013-09-16 04:27:13 +00:00
|
|
|
|
<ClInclude Include="Common\TextureDecoder.h" />
|
2012-11-01 15:19:01 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-04-30 01:44:54 +00:00
|
|
|
|
<ClCompile Include="..\ext\xbrz\xbrz.cpp" />
|
2014-09-13 13:13:34 +00:00
|
|
|
|
<ClCompile Include="Common\DrawEngineCommon.cpp" />
|
2014-09-09 15:12:42 +00:00
|
|
|
|
<ClCompile Include="Common\FramebufferCommon.cpp" />
|
2013-09-15 10:46:14 +00:00
|
|
|
|
<ClCompile Include="Common\IndexGenerator.cpp" />
|
2013-10-12 00:05:55 +00:00
|
|
|
|
<ClCompile Include="Common\PostShader.cpp" />
|
2014-09-13 13:13:34 +00:00
|
|
|
|
<ClCompile Include="Common\SplineCommon.cpp" />
|
2013-11-02 09:09:54 +00:00
|
|
|
|
<ClCompile Include="Common\TextureDecoderNEON.cpp">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
|
</ClCompile>
|
2014-09-13 11:15:18 +00:00
|
|
|
|
<ClCompile Include="Common\TextureCacheCommon.cpp" />
|
2014-04-18 12:30:18 +00:00
|
|
|
|
<ClCompile Include="Common\TransformCommon.cpp" />
|
2014-09-13 11:27:42 +00:00
|
|
|
|
<ClCompile Include="Common\SoftwareTransformCommon.cpp" />
|
2014-09-10 08:44:22 +00:00
|
|
|
|
<ClCompile Include="Common\VertexDecoderArm.cpp">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
|
</ClCompile>
|
2013-09-15 10:46:14 +00:00
|
|
|
|
<ClCompile Include="Common\VertexDecoderCommon.cpp" />
|
2014-09-10 08:44:22 +00:00
|
|
|
|
<ClCompile Include="Common\VertexDecoderX86.cpp" />
|
2013-10-12 11:02:21 +00:00
|
|
|
|
<ClCompile Include="Debugger\Breakpoints.cpp" />
|
2013-10-12 17:02:21 +00:00
|
|
|
|
<ClCompile Include="Debugger\Stepping.cpp" />
|
2013-09-15 10:46:14 +00:00
|
|
|
|
<ClCompile Include="Directx9\GPU_DX9.cpp" />
|
2013-09-15 15:53:21 +00:00
|
|
|
|
<ClCompile Include="Directx9\helper\dx_state.cpp" />
|
2013-09-16 06:22:10 +00:00
|
|
|
|
<ClCompile Include="Directx9\helper\fbo.cpp" />
|
|
|
|
|
<ClCompile Include="Directx9\helper\global.cpp" />
|
2013-09-15 10:46:14 +00:00
|
|
|
|
<ClCompile Include="Directx9\PixelShaderGeneratorDX9.cpp" />
|
|
|
|
|
<ClCompile Include="Directx9\FramebufferDX9.cpp" />
|
|
|
|
|
<ClCompile Include="Directx9\ShaderManagerDX9.cpp" />
|
|
|
|
|
<ClCompile Include="Directx9\SplineDX9.cpp" />
|
|
|
|
|
<ClCompile Include="Directx9\StateMappingDX9.cpp" />
|
2014-09-14 09:21:41 +00:00
|
|
|
|
<ClCompile Include="Directx9\StencilBufferDX9.cpp" />
|
2013-09-15 10:46:14 +00:00
|
|
|
|
<ClCompile Include="Directx9\TextureCacheDX9.cpp" />
|
|
|
|
|
<ClCompile Include="Directx9\TextureScalerDX9.cpp" />
|
|
|
|
|
<ClCompile Include="Directx9\TransformPipelineDX9.cpp" />
|
|
|
|
|
<ClCompile Include="Directx9\VertexShaderGeneratorDX9.cpp" />
|
|
|
|
|
<ClCompile Include="GeDisasm.cpp" />
|
2014-03-29 20:58:38 +00:00
|
|
|
|
<ClCompile Include="GLES\DepalettizeShader.cpp" />
|
2012-11-01 15:19:01 +00:00
|
|
|
|
<ClCompile Include="GLES\FragmentShaderGenerator.cpp" />
|
2014-08-24 22:26:38 +00:00
|
|
|
|
<ClCompile Include="GLES\FragmentTestCache.cpp" />
|
2012-11-01 15:19:01 +00:00
|
|
|
|
<ClCompile Include="GLES\Framebuffer.cpp" />
|
2013-09-15 10:46:14 +00:00
|
|
|
|
<ClCompile Include="GLES\GLES_GPU.cpp" />
|
2012-11-01 15:19:01 +00:00
|
|
|
|
<ClCompile Include="GLES\ShaderManager.cpp" />
|
2013-08-22 22:26:16 +00:00
|
|
|
|
<ClCompile Include="GLES\Spline.cpp" />
|
2012-11-24 14:19:29 +00:00
|
|
|
|
<ClCompile Include="GLES\StateMapping.cpp" />
|
2014-06-01 01:24:35 +00:00
|
|
|
|
<ClCompile Include="GLES\StencilBuffer.cpp" />
|
2012-11-01 15:19:01 +00:00
|
|
|
|
<ClCompile Include="GLES\TextureCache.cpp" />
|
2013-04-30 19:44:34 +00:00
|
|
|
|
<ClCompile Include="GLES\TextureScaler.cpp" />
|
2012-11-01 15:19:01 +00:00
|
|
|
|
<ClCompile Include="GLES\TransformPipeline.cpp" />
|
|
|
|
|
<ClCompile Include="GLES\VertexShaderGenerator.cpp" />
|
2012-12-28 20:58:00 +00:00
|
|
|
|
<ClCompile Include="GPUCommon.cpp" />
|
2012-11-01 15:19:01 +00:00
|
|
|
|
<ClCompile Include="GPUState.cpp" />
|
|
|
|
|
<ClCompile Include="Math3D.cpp" />
|
2012-11-06 16:05:27 +00:00
|
|
|
|
<ClCompile Include="Null\NullGpu.cpp" />
|
2013-06-26 17:57:27 +00:00
|
|
|
|
<ClCompile Include="Software\Clipper.cpp" />
|
2013-06-28 21:08:15 +00:00
|
|
|
|
<ClCompile Include="Software\Lighting.cpp" />
|
2013-06-25 14:15:09 +00:00
|
|
|
|
<ClCompile Include="Software\Rasterizer.cpp" />
|
2013-06-24 14:03:25 +00:00
|
|
|
|
<ClCompile Include="Software\SoftGpu.cpp" />
|
2013-06-24 18:58:35 +00:00
|
|
|
|
<ClCompile Include="Software\TransformUnit.cpp" />
|
2013-09-16 04:27:13 +00:00
|
|
|
|
<ClCompile Include="Common\TextureDecoder.cpp" />
|
2012-11-01 15:19:01 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Common\Common.vcxproj">
|
|
|
|
|
<Project>{3fcdbae2-5103-4350-9a8e-848ce9c73195}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2012-11-06 16:05:27 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="CMakeLists.txt" />
|
|
|
|
|
</ItemGroup>
|
2012-11-01 15:19:01 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2014-09-13 13:13:34 +00:00
|
|
|
|
</Project>
|