diff options
author | ShizZy <shizzy@6bit.net> | 2013-09-27 04:48:31 +0200 |
---|---|---|
committer | ShizZy <shizzy@6bit.net> | 2013-09-27 04:48:31 +0200 |
commit | a79fb90d624dceca25635a207cf3ae9c47c531f9 (patch) | |
tree | 1f9eb1fdcd6919c13171551b145967b744cfd852 /src/citra/citra.vcxproj | |
parent | added system.h to project (diff) | |
download | yuzu-a79fb90d624dceca25635a207cf3ae9c47c531f9.tar yuzu-a79fb90d624dceca25635a207cf3ae9c47c531f9.tar.gz yuzu-a79fb90d624dceca25635a207cf3ae9c47c531f9.tar.bz2 yuzu-a79fb90d624dceca25635a207cf3ae9c47c531f9.tar.lz yuzu-a79fb90d624dceca25635a207cf3ae9c47c531f9.tar.xz yuzu-a79fb90d624dceca25635a207cf3ae9c47c531f9.tar.zst yuzu-a79fb90d624dceca25635a207cf3ae9c47c531f9.zip |
Diffstat (limited to 'src/citra/citra.vcxproj')
-rw-r--r-- | src/citra/citra.vcxproj | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/citra/citra.vcxproj b/src/citra/citra.vcxproj index 2645d3c3c..8f29e3e63 100644 --- a/src/citra/citra.vcxproj +++ b/src/citra/citra.vcxproj @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> @@ -28,18 +28,22 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v120</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v120</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v120</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v120</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -51,7 +55,6 @@ <Import Project="..\..\vsprops\code_generation_debug.props" /> <Import Project="..\..\vsprops\app.props" /> <Import Project="..\..\vsprops\optimization_debug.props" /> - </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" /> |