diff options
author | Eustachy Kapusta <Eustachy.kapusta@gmail.com> | 2013-09-13 18:49:19 +0200 |
---|---|---|
committer | Arnavion <arnavion@gmail.com> | 2013-09-15 15:07:46 -0700 |
commit | b658fca4a72c2aca810a8a1f53e4f3b2c924380d (patch) | |
tree | 3ac1ed993b54455e160cfe10ea950db2051c3f1f /win32 | |
parent | 277732e384a0c51d65a835d7ff810111ca735e4a (diff) |
Convert project files to vs2013
Diffstat (limited to 'win32')
-rw-r--r-- | win32/copy/copy.vcxproj | 4 | ||||
-rw-r--r-- | win32/hexchat.sln | 4 | ||||
-rw-r--r-- | win32/installer/installer.vcxproj | 4 | ||||
-rw-r--r-- | win32/nls/nls.vcxproj | 4 |
4 files changed, 9 insertions, 7 deletions
diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj index 1586d200..e5c81570 100644 --- a/win32/copy/copy.vcxproj +++ b/win32/copy/copy.vcxproj @@ -1,7 +1,7 @@ <?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"> <PropertyGroup Label="Configuration"> - <PlatformToolset>v110</PlatformToolset> + <PlatformToolset>v120</PlatformToolset> </PropertyGroup> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Release|Win32"> diff --git a/win32/hexchat.sln b/win32/hexchat.sln index 8805cb8f..ac889427 100644 --- a/win32/hexchat.sln +++ b/win32/hexchat.sln @@ -1,6 +1,8 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Express 2012 for Windows Desktop +# Visual Studio 2013 +VisualStudioVersion = 12.0.20827.3 +MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common", "..\src\common\common.vcxproj", "{87554B59-006C-4D94-9714-897B27067BA3}" ProjectSection(ProjectDependencies) = postProject {A7D7CE59-2A31-48AE-BED2-A9828E241832} = {A7D7CE59-2A31-48AE-BED2-A9828E241832} diff --git a/win32/installer/installer.vcxproj b/win32/installer/installer.vcxproj index 87142c2c..39a1cb90 100644 --- a/win32/installer/installer.vcxproj +++ b/win32/installer/installer.vcxproj @@ -1,7 +1,7 @@ <?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"> <PropertyGroup Label="Configuration"> - <PlatformToolset>v110</PlatformToolset> + <PlatformToolset>v120</PlatformToolset> </PropertyGroup> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Release|Win32"> diff --git a/win32/nls/nls.vcxproj b/win32/nls/nls.vcxproj index 35ca3e9d..928fb225 100644 --- a/win32/nls/nls.vcxproj +++ b/win32/nls/nls.vcxproj @@ -1,7 +1,7 @@ <?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"> <PropertyGroup Label="Configuration"> - <PlatformToolset>v110</PlatformToolset> + <PlatformToolset>v120</PlatformToolset> </PropertyGroup> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Release|Win32"> |