From 7d47fc87f188c06d7871f7100c7baaade93466a4 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Tue, 26 Jan 2016 16:55:42 +0100 Subject: [PATCH] updated Visual Studio projects and solution to Visual Studio 2015 --- README.md | 2 +- {_win-vs12 => _win-vs14}/.gitignore | 1 + {_win-vs12 => _win-vs14}/Common.props | 0 {_win-vs12 => _win-vs14}/Debug.props | 0 {_win-vs12 => _win-vs14}/Executable.vcxproj | 10 +++++----- {_win-vs12 => _win-vs14}/Library.vcxproj | 10 +++++----- {_win-vs12 => _win-vs14}/Release.props | 0 {_win-vs12 => _win-vs14}/WhereAmI.sln | 0 {_win-vs12 => _win-vs14}/x64.props | 0 {_win-vs12 => _win-vs14}/x86.props | 0 10 files changed, 12 insertions(+), 11 deletions(-) rename {_win-vs12 => _win-vs14}/.gitignore (86%) rename {_win-vs12 => _win-vs14}/Common.props (100%) rename {_win-vs12 => _win-vs14}/Debug.props (100%) rename {_win-vs12 => _win-vs14}/Executable.vcxproj (96%) rename {_win-vs12 => _win-vs14}/Library.vcxproj (96%) rename {_win-vs12 => _win-vs14}/Release.props (100%) rename {_win-vs12 => _win-vs14}/WhereAmI.sln (100%) rename {_win-vs12 => _win-vs14}/x64.props (100%) rename {_win-vs12 => _win-vs14}/x86.props (100%) diff --git a/README.md b/README.md index 91ca935..c82d394 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ You can customize the library's behavior by defining the following macros: ## Compiling for Windows -There is a Visual Studio 2013 solution in the `_win-vs12/` folder. +There is a Visual Studio 2015 solution in the `_win-vs14/` folder. ## Compiling for Linux or Mac diff --git a/_win-vs12/.gitignore b/_win-vs14/.gitignore similarity index 86% rename from _win-vs12/.gitignore rename to _win-vs14/.gitignore index 135eda3..b85cfa2 100644 --- a/_win-vs12/.gitignore +++ b/_win-vs14/.gitignore @@ -6,3 +6,4 @@ *.opensdf *.user *.sln.docstates +*.opendb diff --git a/_win-vs12/Common.props b/_win-vs14/Common.props similarity index 100% rename from _win-vs12/Common.props rename to _win-vs14/Common.props diff --git a/_win-vs12/Debug.props b/_win-vs14/Debug.props similarity index 100% rename from _win-vs12/Debug.props rename to _win-vs14/Debug.props diff --git a/_win-vs12/Executable.vcxproj b/_win-vs14/Executable.vcxproj similarity index 96% rename from _win-vs12/Executable.vcxproj rename to _win-vs14/Executable.vcxproj index 46476d1..cb45a0e 100644 --- a/_win-vs12/Executable.vcxproj +++ b/_win-vs14/Executable.vcxproj @@ -34,23 +34,23 @@ Application true - v120_xp + v140 Application true - v120_xp + v140 Application false - v120_xp + v140 true Application false - v120_xp + v140 true @@ -111,4 +111,4 @@ - + \ No newline at end of file diff --git a/_win-vs12/Library.vcxproj b/_win-vs14/Library.vcxproj similarity index 96% rename from _win-vs12/Library.vcxproj rename to _win-vs14/Library.vcxproj index 5707405..bac9708 100644 --- a/_win-vs12/Library.vcxproj +++ b/_win-vs14/Library.vcxproj @@ -34,24 +34,24 @@ DynamicLibrary true - v120_xp + v140 DynamicLibrary true - v120_xp + v140 DynamicLibrary false true - v120_xp + v140 DynamicLibrary false true - v120_xp + v140 @@ -110,4 +110,4 @@ - + \ No newline at end of file diff --git a/_win-vs12/Release.props b/_win-vs14/Release.props similarity index 100% rename from _win-vs12/Release.props rename to _win-vs14/Release.props diff --git a/_win-vs12/WhereAmI.sln b/_win-vs14/WhereAmI.sln similarity index 100% rename from _win-vs12/WhereAmI.sln rename to _win-vs14/WhereAmI.sln diff --git a/_win-vs12/x64.props b/_win-vs14/x64.props similarity index 100% rename from _win-vs12/x64.props rename to _win-vs14/x64.props diff --git a/_win-vs12/x86.props b/_win-vs14/x86.props similarity index 100% rename from _win-vs12/x86.props rename to _win-vs14/x86.props