From a070ee6c23e4441292ade5a18cedef94efa498ef Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 30 Nov 2021 09:38:35 +0100 Subject: [PATCH] Merge 2017 and 2019 project files Signed-off-by: Simon Rozman --- WinStd-15.0.sln | 37 ------ WinStd-16.0.sln => WinStd.sln | 2 +- appveyor.yml | 4 +- build/WinStd-16.0.vcxproj | 89 -------------- build/WinStd-16.0.vcxproj.filters | 110 ------------------ build/{WinStd-15.0.vcxproj => WinStd.vcxproj} | 13 +-- ...vcxproj.filters => WinStd.vcxproj.filters} | 0 7 files changed, 8 insertions(+), 247 deletions(-) delete mode 100644 WinStd-15.0.sln rename WinStd-16.0.sln => WinStd.sln (96%) delete mode 100644 build/WinStd-16.0.vcxproj delete mode 100644 build/WinStd-16.0.vcxproj.filters rename build/{WinStd-15.0.vcxproj => WinStd.vcxproj} (91%) rename build/{WinStd-15.0.vcxproj.filters => WinStd.vcxproj.filters} (100%) diff --git a/WinStd-15.0.sln b/WinStd-15.0.sln deleted file mode 100644 index 89f0477f..00000000 --- a/WinStd-15.0.sln +++ /dev/null @@ -1,37 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.28010.2016 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinStd", "build\WinStd-15.0.vcxproj", "{47399D91-7EB9-41DE-B521-514BA5DB0C43}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|ARM64 = Debug|ARM64 - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|ARM64 = Release|ARM64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Debug|ARM64.ActiveCfg = Debug|ARM64 - {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Debug|ARM64.Build.0 = Debug|ARM64 - {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Debug|Win32.ActiveCfg = Debug|Win32 - {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Debug|Win32.Build.0 = Debug|Win32 - {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Debug|x64.ActiveCfg = Debug|x64 - {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Debug|x64.Build.0 = Debug|x64 - {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Release|ARM64.ActiveCfg = Release|ARM64 - {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Release|ARM64.Build.0 = Release|ARM64 - {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Release|Win32.ActiveCfg = Release|Win32 - {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Release|Win32.Build.0 = Release|Win32 - {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Release|x64.ActiveCfg = Release|x64 - {47399D91-7EB9-41DE-B521-514BA5DB0C43}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {CDBF4F12-7487-465C-8F31-9CFB3BDC2EE3} - EndGlobalSection -EndGlobal diff --git a/WinStd-16.0.sln b/WinStd.sln similarity index 96% rename from WinStd-16.0.sln rename to WinStd.sln index e1921410..df3f91af 100644 --- a/WinStd-16.0.sln +++ b/WinStd.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.29009.5 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinStd", "build\WinStd-16.0.vcxproj", "{47399D91-7EB9-41DE-B521-514BA5DB0C43}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinStd", "build\WinStd.vcxproj", "{47399D91-7EB9-41DE-B521-514BA5DB0C43}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/appveyor.yml b/appveyor.yml index fa58a1f2..7e30585a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,9 +2,7 @@ version: 1.0.{build} environment: matrix: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - PROJECT_FILE: WinStd-15.0.sln - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 - PROJECT_FILE: WinStd-16.0.sln configuration: - Debug - Release @@ -13,6 +11,6 @@ platform: - x64 - ARM64 build: - project: $(PROJECT_FILE) + project: WinStd.sln parallel: true verbosity: minimal diff --git a/build/WinStd-16.0.vcxproj b/build/WinStd-16.0.vcxproj deleted file mode 100644 index afd4de4b..00000000 --- a/build/WinStd-16.0.vcxproj +++ /dev/null @@ -1,89 +0,0 @@ - - - - - Debug - ARM64 - - - Debug - Win32 - - - Debug - x64 - - - Release - ARM64 - - - Release - Win32 - - - Release - x64 - - - - {47399D91-7EB9-41DE-B521-514BA5DB0C43} - WinStd - Win32Proj - 10.0 - WinStd - - - - StaticLibrary - Unicode - v142 - - - StaticLibrary - Unicode - v142 - - - StaticLibrary - Unicode - v142 - - - StaticLibrary - Unicode - v142 - true - - - StaticLibrary - Unicode - v142 - - - StaticLibrary - Unicode - v142 - true - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - - - - - \ No newline at end of file diff --git a/build/WinStd-16.0.vcxproj.filters b/build/WinStd-16.0.vcxproj.filters deleted file mode 100644 index 00ac3ad3..00000000 --- a/build/WinStd-16.0.vcxproj.filters +++ /dev/null @@ -1,110 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - \ No newline at end of file diff --git a/build/WinStd-15.0.vcxproj b/build/WinStd.vcxproj similarity index 91% rename from build/WinStd-15.0.vcxproj rename to build/WinStd.vcxproj index b779c75e..fb67886b 100644 --- a/build/WinStd-15.0.vcxproj +++ b/build/WinStd.vcxproj @@ -30,40 +30,39 @@ {47399D91-7EB9-41DE-B521-514BA5DB0C43} WinStd Win32Proj - 10.0.17134.0 WinStd StaticLibrary Unicode - v141 + $(DefaultPlatformToolset) StaticLibrary Unicode - v141 + $(DefaultPlatformToolset) StaticLibrary Unicode - v141 + $(DefaultPlatformToolset) StaticLibrary Unicode - v141 + $(DefaultPlatformToolset) true StaticLibrary Unicode - v141 + $(DefaultPlatformToolset) StaticLibrary Unicode - v141 + $(DefaultPlatformToolset) true diff --git a/build/WinStd-15.0.vcxproj.filters b/build/WinStd.vcxproj.filters similarity index 100% rename from build/WinStd-15.0.vcxproj.filters rename to build/WinStd.vcxproj.filters