From 4bd46b2458361b2e629c37c143a3e2d74631daad Mon Sep 17 00:00:00 2001 From: dimitri Date: Mon, 2 Apr 2018 08:57:06 -0700 Subject: [PATCH] update example project to VS2017 --- .../{v140 => v141}/libnyquist-examples.sln | 9 ++++++--- .../{v140 => v141}/libnyquist-examples.vcxproj | 18 +++++++----------- .../libnyquist-examples.vcxproj.filters | 0 3 files changed, 13 insertions(+), 14 deletions(-) rename examples/libnyquist-examples.vcxproj/{v140 => v141}/libnyquist-examples.sln (88%) rename examples/libnyquist-examples.vcxproj/{v140 => v141}/libnyquist-examples.vcxproj (92%) rename examples/libnyquist-examples.vcxproj/{v140 => v141}/libnyquist-examples.vcxproj.filters (100%) diff --git a/examples/libnyquist-examples.vcxproj/v140/libnyquist-examples.sln b/examples/libnyquist-examples.vcxproj/v141/libnyquist-examples.sln similarity index 88% rename from examples/libnyquist-examples.vcxproj/v140/libnyquist-examples.sln rename to examples/libnyquist-examples.vcxproj/v141/libnyquist-examples.sln index 9020131..1027208 100644 --- a/examples/libnyquist-examples.vcxproj/v140/libnyquist-examples.sln +++ b/examples/libnyquist-examples.vcxproj/v141/libnyquist-examples.sln @@ -1,11 +1,11 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 +# Visual Studio 15 +VisualStudioVersion = 15.0.27130.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libnyquist-examples", "libnyquist-examples.vcxproj", "{C0C0C270-FB9E-4EEB-8F22-180BB2FA800B}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libnyquist", "..\..\..\libnyquist.vcxproj\v140\libnyquist.vcxproj", "{0EEC3739-F60A-4B90-8B75-9E1AFF28106A}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libnyquist", "..\..\..\libnyquist.vcxproj\v141\libnyquist.vcxproj", "{0EEC3739-F60A-4B90-8B75-9E1AFF28106A}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -35,4 +35,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {1FD1AD23-26D0-4E89-9C5F-3C8FCCBE22E1} + EndGlobalSection EndGlobal diff --git a/examples/libnyquist-examples.vcxproj/v140/libnyquist-examples.vcxproj b/examples/libnyquist-examples.vcxproj/v141/libnyquist-examples.vcxproj similarity index 92% rename from examples/libnyquist-examples.vcxproj/v140/libnyquist-examples.vcxproj rename to examples/libnyquist-examples.vcxproj/v141/libnyquist-examples.vcxproj index 6a867c4..6aeacb1 100644 --- a/examples/libnyquist-examples.vcxproj/v140/libnyquist-examples.vcxproj +++ b/examples/libnyquist-examples.vcxproj/v141/libnyquist-examples.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -21,31 +21,32 @@ {C0C0C270-FB9E-4EEB-8F22-180BB2FA800B} libnyquistexamples + 10.0.16299.0 Application true - v140 + v141 MultiByte Application true - v140 + v141 MultiByte Application false - v140 + v141 true MultiByte Application false - v140 + v141 true MultiByte @@ -133,13 +134,8 @@ - + {0eec3739-f60a-4b90-8b75-9e1aff28106a} - false - true - false - true - false diff --git a/examples/libnyquist-examples.vcxproj/v140/libnyquist-examples.vcxproj.filters b/examples/libnyquist-examples.vcxproj/v141/libnyquist-examples.vcxproj.filters similarity index 100% rename from examples/libnyquist-examples.vcxproj/v140/libnyquist-examples.vcxproj.filters rename to examples/libnyquist-examples.vcxproj/v141/libnyquist-examples.vcxproj.filters