2013-12-07 13:12:02 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-10-19 03:27:57 -06:00
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2011-01-26 22:01:00 -07: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 03:27:57 -06:00
|
|
|
<ProjectGuid>{EC1A314C-5588-4506-9C1E-2E58E5817F75}</ProjectGuid>
|
2011-01-26 22:01:00 -07:00
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2013-10-19 03:27:57 -06:00
|
|
|
<PropertyGroup Label="Configuration">
|
2011-01-30 18:28:32 -07:00
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2013-10-19 03:27:57 -06:00
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
2011-01-26 22:01:00 -07:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
</PropertyGroup>
|
2013-10-19 03:27:57 -06:00
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
|
2011-01-26 22:01:00 -07:00
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
</PropertyGroup>
|
2013-10-19 03:27:57 -06:00
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
|
2011-01-26 22:01:00 -07:00
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2011-01-27 03:41:26 -07:00
|
|
|
</PropertyGroup>
|
2011-01-26 22:01:00 -07:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
</ImportGroup>
|
2013-10-19 03:27:57 -06:00
|
|
|
<ImportGroup Label="PropertySheets">
|
2011-01-26 22:01:00 -07:00
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2013-10-07 16:47:28 -06:00
|
|
|
<Import Project="..\..\..\VSProps\Base.props" />
|
|
|
|
<Import Project="..\..\..\VSProps\PrecompiledHeader.props" />
|
2011-01-27 03:41:26 -07:00
|
|
|
</ImportGroup>
|
2011-01-26 22:01:00 -07:00
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
<ItemGroup>
|
2013-12-07 13:14:29 -07:00
|
|
|
<ClCompile Include="FramebufferManager.cpp" />
|
|
|
|
<ClCompile Include="GLUtil.cpp" />
|
|
|
|
<ClCompile Include="main.cpp" />
|
|
|
|
<ClCompile Include="NativeVertexFormat.cpp" />
|
|
|
|
<ClCompile Include="PerfQuery.cpp" />
|
|
|
|
<ClCompile Include="PostProcessing.cpp" />
|
|
|
|
<ClCompile Include="ProgramShaderCache.cpp" />
|
|
|
|
<ClCompile Include="RasterFont.cpp" />
|
|
|
|
<ClCompile Include="Render.cpp" />
|
|
|
|
<ClCompile Include="SamplerCache.cpp" />
|
|
|
|
<ClCompile Include="stdafx.cpp">
|
2013-10-19 03:27:57 -06:00
|
|
|
<PrecompiledHeader>Create</PrecompiledHeader>
|
2011-01-26 22:01:00 -07:00
|
|
|
</ClCompile>
|
2013-12-07 13:14:29 -07:00
|
|
|
<ClCompile Include="StreamBuffer.cpp" />
|
|
|
|
<ClCompile Include="TextureCache.cpp" />
|
|
|
|
<ClCompile Include="TextureConverter.cpp" />
|
|
|
|
<ClCompile Include="VertexManager.cpp" />
|
2011-01-26 22:01:00 -07:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2013-12-07 13:14:29 -07:00
|
|
|
<ClInclude Include="FramebufferManager.h" />
|
|
|
|
<ClInclude Include="Globals.h" />
|
|
|
|
<ClInclude Include="GLUtil.h" />
|
|
|
|
<ClInclude Include="main.h" />
|
|
|
|
<ClInclude Include="PerfQuery.h" />
|
|
|
|
<ClInclude Include="PostProcessing.h" />
|
|
|
|
<ClInclude Include="ProgramShaderCache.h" />
|
|
|
|
<ClInclude Include="RasterFont.h" />
|
|
|
|
<ClInclude Include="Render.h" />
|
|
|
|
<ClInclude Include="SamplerCache.h" />
|
|
|
|
<ClInclude Include="stdafx.h" />
|
|
|
|
<ClInclude Include="StreamBuffer.h" />
|
|
|
|
<ClInclude Include="TextureCache.h" />
|
|
|
|
<ClInclude Include="TextureConverter.h" />
|
|
|
|
<ClInclude Include="VertexManager.h" />
|
|
|
|
<ClInclude Include="VideoBackend.h" />
|
2011-01-26 22:01:00 -07:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2013-10-19 03:27:57 -06:00
|
|
|
<Text Include="CMakeLists.txt" />
|
2011-01-26 22:01:00 -07:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2013-10-19 03:27:57 -06:00
|
|
|
<ProjectReference Include="..\..\..\..\Externals\wxWidgets3\build\msw\wx_base.vcxproj">
|
|
|
|
<Project>{1c8436c9-dbaf-42be-83bc-cf3ec9175abe}</Project>
|
|
|
|
</ProjectReference>
|
2013-10-09 04:49:00 -06:00
|
|
|
<ProjectReference Include="..\..\..\..\Externals\zlib\zlib.vcxproj">
|
2013-10-19 03:27:57 -06:00
|
|
|
<Project>{ff213b23-2c26-4214-9f88-85271e557e87}</Project>
|
2011-01-26 22:01:00 -07:00
|
|
|
</ProjectReference>
|
2013-10-19 03:27:57 -06:00
|
|
|
<ProjectReference Include="..\..\..\Core\VideoCommon\VideoCommon.vcxproj">
|
|
|
|
<Project>{3de9ee35-3e91-4f27-a014-2866ad8c3fe3}</Project>
|
2011-01-26 22:01:00 -07:00
|
|
|
</ProjectReference>
|
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
</ImportGroup>
|
2013-12-07 13:14:29 -07:00
|
|
|
</Project>
|