diff options
| author | 2013-09-26 22:48:31 -0400 | |
|---|---|---|
| committer | 2013-09-26 22:48:31 -0400 | |
| commit | a79fb90d624dceca25635a207cf3ae9c47c531f9 (patch) | |
| tree | 1f9eb1fdcd6919c13171551b145967b744cfd852 /src/core | |
| parent | added system.h to project (diff) | |
| download | yuzu-a79fb90d624dceca25635a207cf3ae9c47c531f9.tar.gz yuzu-a79fb90d624dceca25635a207cf3ae9c47c531f9.tar.xz yuzu-a79fb90d624dceca25635a207cf3ae9c47c531f9.zip | |
upgraded proj files to vs 2013
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/core.vcxproj | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index 90d0628f2..d707a566c 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 2 | <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <ItemGroup Label="ProjectConfigurations"> | 3 | <ItemGroup Label="ProjectConfigurations"> |
| 4 | <ProjectConfiguration Include="Debug|Win32"> | 4 | <ProjectConfiguration Include="Debug|Win32"> |
| 5 | <Configuration>Debug</Configuration> | 5 | <Configuration>Debug</Configuration> |
| @@ -26,18 +26,22 @@ | |||
| 26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | 26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 27 | <ConfigurationType>StaticLibrary</ConfigurationType> | 27 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 28 | <UseDebugLibraries>true</UseDebugLibraries> | 28 | <UseDebugLibraries>true</UseDebugLibraries> |
| 29 | <PlatformToolset>v120</PlatformToolset> | ||
| 29 | </PropertyGroup> | 30 | </PropertyGroup> |
| 30 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | 31 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 31 | <ConfigurationType>StaticLibrary</ConfigurationType> | 32 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 32 | <UseDebugLibraries>true</UseDebugLibraries> | 33 | <UseDebugLibraries>true</UseDebugLibraries> |
| 34 | <PlatformToolset>v120</PlatformToolset> | ||
| 33 | </PropertyGroup> | 35 | </PropertyGroup> |
| 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 35 | <ConfigurationType>StaticLibrary</ConfigurationType> | 37 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 36 | <UseDebugLibraries>false</UseDebugLibraries> | 38 | <UseDebugLibraries>false</UseDebugLibraries> |
| 39 | <PlatformToolset>v120</PlatformToolset> | ||
| 37 | </PropertyGroup> | 40 | </PropertyGroup> |
| 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 39 | <ConfigurationType>StaticLibrary</ConfigurationType> | 42 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 40 | <UseDebugLibraries>false</UseDebugLibraries> | 43 | <UseDebugLibraries>false</UseDebugLibraries> |
| 44 | <PlatformToolset>v120</PlatformToolset> | ||
| 41 | </PropertyGroup> | 45 | </PropertyGroup> |
| 42 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 46 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 43 | <ImportGroup Label="ExtensionSettings"> | 47 | <ImportGroup Label="ExtensionSettings"> |