From c1ce01ddad1947d95067ace3b2eb4c21429db908 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 14 Jun 2019 12:43:54 +0200 Subject: [PATCH] Upgrade to Visual Studio 2019 + Reset all non-vital compiler and linker options to defaults + Unify intermediate and output paths Signed-off-by: Simon Rozman --- .gitignore | 8 +-- WLANSetEAPUserData.sln | 5 +- WLANSetEAPUserData/.gitignore | 5 +- WLANSetEAPUserData/WLANSetEAPUserData.vcxproj | 55 +++++-------------- 4 files changed, 20 insertions(+), 53 deletions(-) diff --git a/.gitignore b/.gitignore index e1d7ca3..1ea575c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,3 @@ -/*.sdf -/*.suo -/Debug -/ipch -/Release +/.vs +/Win32 /x64 -/*.opensdf diff --git a/WLANSetEAPUserData.sln b/WLANSetEAPUserData.sln index 4e15c01..14c0c40 100644 --- a/WLANSetEAPUserData.sln +++ b/WLANSetEAPUserData.sln @@ -1,6 +1,7 @@  -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28010.2016 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WLANSetEAPUserData", "WLANSetEAPUserData\WLANSetEAPUserData.vcxproj", "{EC3084A5-CA18-498B-A962-5321AE37789B}" EndProject Global diff --git a/WLANSetEAPUserData/.gitignore b/WLANSetEAPUserData/.gitignore index bfa1472..ff67303 100644 --- a/WLANSetEAPUserData/.gitignore +++ b/WLANSetEAPUserData/.gitignore @@ -1,5 +1,4 @@ /*.user -/Debug -/Release +/Win32 /x64 -/*.aps +/WLANSetEAPUserData.aps diff --git a/WLANSetEAPUserData/WLANSetEAPUserData.vcxproj b/WLANSetEAPUserData/WLANSetEAPUserData.vcxproj index 3cb113c..acd956f 100644 --- a/WLANSetEAPUserData/WLANSetEAPUserData.vcxproj +++ b/WLANSetEAPUserData/WLANSetEAPUserData.vcxproj @@ -22,29 +22,34 @@ {EC3084A5-CA18-498B-A962-5321AE37789B} Win32Proj WLANSetEAPUserData + 10.0 Application true Unicode + v142 Application true Unicode + v142 Application false true Unicode + v142 Application false true Unicode + v142 @@ -63,72 +68,49 @@ - true + $(Platform)\$(Configuration)\ + $(SolutionDir)$(Platform)\$(Configuration)\ - true + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ - false + $(Platform)\$(Configuration)\ + $(SolutionDir)$(Platform)\$(Configuration)\ - false + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ - - Level4 - Disabled WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) MultiThreadedDebug - true - EditAndContinue - true - true Windows - true - - Level4 - Disabled WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) MultiThreadedDebug - true - ProgramDatabase - true - true Windows - true Level4 - - - Full - true WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - AnySuitable - Speed - true MultiThreaded - true - true - true Windows - true true true @@ -136,22 +118,11 @@ Level4 - - - Full - true WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - AnySuitable - Speed - true MultiThreaded - true - true - true Windows - true true true