diff --git a/appveyor.yml b/appveyor.yml
index e8f70dcd4..47141bbfb 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: stdex-15.0.sln
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- PROJECT_FILE: stdex-16.0.sln
configuration:
- Debug
- Release
@@ -13,6 +11,6 @@ platform:
- x64
- ARM64
build:
- project: $(PROJECT_FILE)
+ project: stdex.sln
parallel: true
verbosity: minimal
diff --git a/build/stdex-10.0.vcxproj b/build/stdex-10.0.vcxproj
deleted file mode 100644
index 296ae8c90..000000000
--- a/build/stdex-10.0.vcxproj
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Debug
- x64
-
-
- Release
- Win32
-
-
- Release
- x64
-
-
-
- {518777CC-0A59-4415-A12A-82751ED75343}
- stdex
- stdex
-
-
-
- StaticLibrary
- true
- Unicode
-
-
- StaticLibrary
- true
- Unicode
-
-
- StaticLibrary
- false
- true
- Unicode
-
-
- StaticLibrary
- false
- true
- Unicode
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/build/stdex-10.0.vcxproj.filters b/build/stdex-10.0.vcxproj.filters
deleted file mode 100644
index 628f252a1..000000000
--- a/build/stdex-10.0.vcxproj.filters
+++ /dev/null
@@ -1,35 +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
-
-
- {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
- rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
-
-
-
-
- Source Files
-
-
-
-
- Header Files
-
-
- Header Files
-
-
-
-
- Resource Files
-
-
-
\ No newline at end of file
diff --git a/build/stdex-16.0.vcxproj b/build/stdex-16.0.vcxproj
deleted file mode 100644
index 496ba14ef..000000000
--- a/build/stdex-16.0.vcxproj
+++ /dev/null
@@ -1,108 +0,0 @@
-
-
-
-
- Debug
- ARM64
-
-
- Debug
- Win32
-
-
- Debug
- x64
-
-
- Release
- ARM64
-
-
- Release
- Win32
-
-
- Release
- x64
-
-
-
- {518777CC-0A59-4415-A12A-82751ED75343}
- stdex
- stdex
- 10.0
-
-
-
- StaticLibrary
- true
- Unicode
- v142
-
-
- StaticLibrary
- true
- Unicode
- v142
-
-
- StaticLibrary
- true
- Unicode
- v142
- true
-
-
- StaticLibrary
- false
- true
- Unicode
- v142
-
-
- StaticLibrary
- false
- true
- Unicode
- v142
-
-
- StaticLibrary
- false
- true
- Unicode
- v142
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/build/stdex-16.0.vcxproj.filters b/build/stdex-16.0.vcxproj.filters
deleted file mode 100644
index 9dc52831a..000000000
--- a/build/stdex-16.0.vcxproj.filters
+++ /dev/null
@@ -1,30 +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
-
-
- {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
- rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
-
-
-
-
- Source Files
-
-
-
-
- Header Files
-
-
- Header Files
-
-
-
\ No newline at end of file
diff --git a/build/stdex-15.0.vcxproj b/build/stdex.vcxproj
similarity index 93%
rename from build/stdex-15.0.vcxproj
rename to build/stdex.vcxproj
index 5423cff59..44b273650 100644
--- a/build/stdex-15.0.vcxproj
+++ b/build/stdex.vcxproj
@@ -30,26 +30,25 @@
{518777CC-0A59-4415-A12A-82751ED75343}
stdex
stdex
- 10.0.17134.0
StaticLibrary
true
Unicode
- v141
+ $(DefaultPlatformToolset)
StaticLibrary
true
Unicode
- v141
+ $(DefaultPlatformToolset)
StaticLibrary
true
Unicode
- v141
+ $(DefaultPlatformToolset)
true
@@ -57,21 +56,21 @@
false
true
Unicode
- v141
+ $(DefaultPlatformToolset)
StaticLibrary
false
true
Unicode
- v141
+ $(DefaultPlatformToolset)
StaticLibrary
false
true
Unicode
- v141
+ $(DefaultPlatformToolset)
true
diff --git a/build/stdex-15.0.vcxproj.filters b/build/stdex.vcxproj.filters
similarity index 100%
rename from build/stdex-15.0.vcxproj.filters
rename to build/stdex.vcxproj.filters
diff --git a/stdex-10.0.sln b/stdex-10.0.sln
deleted file mode 100644
index b60e2d82d..000000000
--- a/stdex-10.0.sln
+++ /dev/null
@@ -1,26 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stdex", "build\stdex-10.0.vcxproj", "{518777CC-0A59-4415-A12A-82751ED75343}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Debug|x64 = Debug|x64
- Release|Win32 = Release|Win32
- Release|x64 = Release|x64
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {518777CC-0A59-4415-A12A-82751ED75343}.Debug|Win32.ActiveCfg = Debug|Win32
- {518777CC-0A59-4415-A12A-82751ED75343}.Debug|Win32.Build.0 = Debug|Win32
- {518777CC-0A59-4415-A12A-82751ED75343}.Debug|x64.ActiveCfg = Debug|x64
- {518777CC-0A59-4415-A12A-82751ED75343}.Debug|x64.Build.0 = Debug|x64
- {518777CC-0A59-4415-A12A-82751ED75343}.Release|Win32.ActiveCfg = Release|Win32
- {518777CC-0A59-4415-A12A-82751ED75343}.Release|Win32.Build.0 = Release|Win32
- {518777CC-0A59-4415-A12A-82751ED75343}.Release|x64.ActiveCfg = Release|x64
- {518777CC-0A59-4415-A12A-82751ED75343}.Release|x64.Build.0 = Release|x64
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/stdex-15.0.sln b/stdex-15.0.sln
deleted file mode 100644
index a60435f00..000000000
--- a/stdex-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}") = "stdex", "build\stdex-15.0.vcxproj", "{518777CC-0A59-4415-A12A-82751ED75343}"
-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
- {518777CC-0A59-4415-A12A-82751ED75343}.Debug|ARM64.ActiveCfg = Debug|ARM64
- {518777CC-0A59-4415-A12A-82751ED75343}.Debug|ARM64.Build.0 = Debug|ARM64
- {518777CC-0A59-4415-A12A-82751ED75343}.Debug|Win32.ActiveCfg = Debug|Win32
- {518777CC-0A59-4415-A12A-82751ED75343}.Debug|Win32.Build.0 = Debug|Win32
- {518777CC-0A59-4415-A12A-82751ED75343}.Debug|x64.ActiveCfg = Debug|x64
- {518777CC-0A59-4415-A12A-82751ED75343}.Debug|x64.Build.0 = Debug|x64
- {518777CC-0A59-4415-A12A-82751ED75343}.Release|ARM64.ActiveCfg = Release|ARM64
- {518777CC-0A59-4415-A12A-82751ED75343}.Release|ARM64.Build.0 = Release|ARM64
- {518777CC-0A59-4415-A12A-82751ED75343}.Release|Win32.ActiveCfg = Release|Win32
- {518777CC-0A59-4415-A12A-82751ED75343}.Release|Win32.Build.0 = Release|Win32
- {518777CC-0A59-4415-A12A-82751ED75343}.Release|x64.ActiveCfg = Release|x64
- {518777CC-0A59-4415-A12A-82751ED75343}.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/stdex-16.0.sln b/stdex.sln
similarity index 96%
rename from stdex-16.0.sln
rename to stdex.sln
index 29494f2a3..0161fa6cd 100644
--- a/stdex-16.0.sln
+++ b/stdex.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}") = "stdex", "build\stdex-16.0.vcxproj", "{518777CC-0A59-4415-A12A-82751ED75343}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stdex", "build\stdex.vcxproj", "{518777CC-0A59-4415-A12A-82751ED75343}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution