2013-12-07 20:12:02 +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|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 09:27:57 +00:00
|
|
|
<ProjectGuid>{96020103-4BA5-4FD2-B4AA-5B6D24492D4E}</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 10:41:26 +00:00
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
</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 10:41:26 +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" />
|
|
|
|
<Import Project="..\..\..\VSProps\PrecompiledHeader.props" />
|
2011-01-27 10:41:26 +00:00
|
|
|
</ImportGroup>
|
2011-01-27 05:01:00 +00:00
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
<ItemGroup>
|
|
|
|
<ClCompile Include="Src\D3DBase.cpp" />
|
2011-06-11 19:37:21 +00:00
|
|
|
<ClCompile Include="Src\D3DBlob.cpp" />
|
2011-01-27 05:01:00 +00:00
|
|
|
<ClCompile Include="Src\D3DShader.cpp" />
|
|
|
|
<ClCompile Include="Src\D3DTexture.cpp" />
|
|
|
|
<ClCompile Include="Src\D3DUtil.cpp" />
|
|
|
|
<ClCompile Include="Src\FramebufferManager.cpp" />
|
|
|
|
<ClCompile Include="Src\GfxState.cpp" />
|
2011-03-14 09:38:29 +00:00
|
|
|
<ClCompile Include="Src\LineGeometryShader.cpp" />
|
2011-01-27 05:01:00 +00:00
|
|
|
<ClCompile Include="Src\main.cpp" />
|
|
|
|
<ClCompile Include="Src\NativeVertexFormat.cpp" />
|
2013-03-01 18:30:37 +00:00
|
|
|
<ClCompile Include="Src\PerfQuery.cpp" />
|
2011-01-27 05:01:00 +00:00
|
|
|
<ClCompile Include="Src\PixelShaderCache.cpp" />
|
2011-03-14 09:38:29 +00:00
|
|
|
<ClCompile Include="Src\PointGeometryShader.cpp" />
|
2011-02-27 00:13:28 +00:00
|
|
|
<ClCompile Include="Src\PSTextureEncoder.cpp" />
|
2011-01-27 05:01:00 +00:00
|
|
|
<ClCompile Include="Src\Render.cpp" />
|
|
|
|
<ClCompile Include="Src\stdafx.cpp">
|
2013-10-19 09:27:57 +00:00
|
|
|
<PrecompiledHeader>Create</PrecompiledHeader>
|
2011-01-27 05:01:00 +00:00
|
|
|
</ClCompile>
|
2011-03-08 07:39:36 +00:00
|
|
|
<ClCompile Include="Src\Television.cpp" />
|
2011-01-27 05:01:00 +00:00
|
|
|
<ClCompile Include="Src\TextureCache.cpp" />
|
|
|
|
<ClCompile Include="Src\VertexManager.cpp" />
|
|
|
|
<ClCompile Include="Src\VertexShaderCache.cpp" />
|
2011-03-08 07:39:36 +00:00
|
|
|
<ClCompile Include="Src\XFBEncoder.cpp" />
|
2011-01-27 05:01:00 +00:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ClInclude Include="Src\D3DBase.h" />
|
2011-06-11 19:37:21 +00:00
|
|
|
<ClInclude Include="Src\D3DBlob.h" />
|
2011-01-27 05:01:00 +00:00
|
|
|
<ClInclude Include="Src\D3DShader.h" />
|
|
|
|
<ClInclude Include="Src\D3DTexture.h" />
|
|
|
|
<ClInclude Include="Src\D3DUtil.h" />
|
|
|
|
<ClInclude Include="Src\FramebufferManager.h" />
|
|
|
|
<ClInclude Include="Src\GfxState.h" />
|
|
|
|
<ClInclude Include="Src\Globals.h" />
|
2011-03-14 09:38:29 +00:00
|
|
|
<ClInclude Include="Src\LineGeometryShader.h" />
|
2011-01-27 05:01:00 +00:00
|
|
|
<ClInclude Include="Src\main.h" />
|
2013-03-01 18:30:37 +00:00
|
|
|
<ClInclude Include="Src\PerfQuery.h" />
|
2011-01-27 05:01:00 +00:00
|
|
|
<ClInclude Include="Src\PixelShaderCache.h" />
|
2011-03-14 09:38:29 +00:00
|
|
|
<ClInclude Include="Src\PointGeometryShader.h" />
|
2011-02-27 00:13:28 +00:00
|
|
|
<ClInclude Include="Src\PSTextureEncoder.h" />
|
2011-01-27 05:01:00 +00:00
|
|
|
<ClInclude Include="Src\Render.h" />
|
|
|
|
<ClInclude Include="Src\stdafx.h" />
|
2011-03-08 07:39:36 +00:00
|
|
|
<ClInclude Include="Src\Television.h" />
|
2011-01-27 05:01:00 +00:00
|
|
|
<ClInclude Include="Src\TextureCache.h" />
|
2011-02-27 00:13:28 +00:00
|
|
|
<ClInclude Include="Src\TextureEncoder.h" />
|
2011-01-27 05:01:00 +00:00
|
|
|
<ClInclude Include="Src\VertexManager.h" />
|
|
|
|
<ClInclude Include="Src\VertexShaderCache.h" />
|
2011-01-31 01:28:32 +00:00
|
|
|
<ClInclude Include="Src\VideoBackend.h" />
|
2011-03-08 07:39:36 +00:00
|
|
|
<ClInclude Include="Src\XFBEncoder.h" />
|
2011-01-27 05:01:00 +00:00
|
|
|
</ItemGroup>
|
2013-10-09 10:49:00 +00:00
|
|
|
<ItemGroup>
|
2013-10-19 09:27:57 +00:00
|
|
|
<ProjectReference Include="..\..\..\..\Externals\wxWidgets3\build\msw\wx_base.vcxproj">
|
|
|
|
<Project>{1c8436c9-dbaf-42be-83bc-cf3ec9175abe}</Project>
|
|
|
|
</ProjectReference>
|
|
|
|
<ProjectReference Include="..\..\..\Core\VideoCommon\VideoCommon.vcxproj">
|
|
|
|
<Project>{3de9ee35-3e91-4f27-a014-2866ad8c3fe3}</Project>
|
2013-10-09 10:49:00 +00:00
|
|
|
</ProjectReference>
|
|
|
|
</ItemGroup>
|
2011-01-27 05:01:00 +00:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
</ImportGroup>
|
2013-10-08 04:52:18 +00:00
|
|
|
</Project>
|