From 682348f870891b3ed3efe9576a1ac70d0f47f666 Mon Sep 17 00:00:00 2001 From: CptNemo Date: Wed, 3 Jun 2020 14:09:21 +0200 Subject: [PATCH] - --- .gitignore | 3 +++ CnCRemastered.sln | 9 ++------- REDALERT/RedAlert.vcxproj | 10 +++++----- TIBERIANDAWN/TiberianDawn.vcxproj | 10 +++++----- nemo_notes.txt | 1 + 5 files changed, 16 insertions(+), 17 deletions(-) create mode 100644 nemo_notes.txt diff --git a/.gitignore b/.gitignore index 592ba47..3192db2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ ################################################################################ /.vs/CnCRemastered/v16 +/.vs +/TIBERIANDAWN/Win32/Release +/bin/Win32 diff --git a/CnCRemastered.sln b/CnCRemastered.sln index 52d2e12..f9d037a 100644 --- a/CnCRemastered.sln +++ b/CnCRemastered.sln @@ -1,12 +1,9 @@ - Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.28307.1022 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30128.74 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TiberianDawn", "TiberianDawn\TiberianDawn.vcxproj", "{1380ED08-82A3-49C2-A171-1915574B3382}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RedAlert", "RedAlert\RedAlert.vcxproj", "{DA948ED9-EF67-4813-94B7-995BE956786E}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Release|x86 = Release|x86 @@ -14,8 +11,6 @@ Global GlobalSection(ProjectConfigurationPlatforms) = postSolution {1380ED08-82A3-49C2-A171-1915574B3382}.Release|x86.ActiveCfg = Release|Win32 {1380ED08-82A3-49C2-A171-1915574B3382}.Release|x86.Build.0 = Release|Win32 - {DA948ED9-EF67-4813-94B7-995BE956786E}.Release|x86.ActiveCfg = Release|Win32 - {DA948ED9-EF67-4813-94B7-995BE956786E}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/REDALERT/RedAlert.vcxproj b/REDALERT/RedAlert.vcxproj index 7161a6d..1a65d28 100644 --- a/REDALERT/RedAlert.vcxproj +++ b/REDALERT/RedAlert.vcxproj @@ -22,7 +22,7 @@ 15.0 {DA948ED9-EF67-4813-94B7-995BE956786E} RedAlert - 8.1 + 10.0 SAK SAK SAK @@ -32,26 +32,26 @@ DynamicLibrary true - v141 + v142 MultiByte DynamicLibrary false - v141 + v142 true MultiByte Application true - v141 + v142 MultiByte Application false - v141 + v142 true MultiByte diff --git a/TIBERIANDAWN/TiberianDawn.vcxproj b/TIBERIANDAWN/TiberianDawn.vcxproj index 0896ad2..531fba3 100644 --- a/TIBERIANDAWN/TiberianDawn.vcxproj +++ b/TIBERIANDAWN/TiberianDawn.vcxproj @@ -18,21 +18,21 @@ SAK SAK SAK - 8.1 + 10.0 DynamicLibrary true MultiByte - v141 + v142 DynamicLibrary false false MultiByte - v141 + v142 @@ -69,7 +69,7 @@ MultiThreadedDebug 4800;4244;4996 true - 1Byte + Default false true @@ -103,7 +103,7 @@ MultiThreaded false true - 1Byte + Default true diff --git a/nemo_notes.txt b/nemo_notes.txt new file mode 100644 index 0000000..74200e9 --- /dev/null +++ b/nemo_notes.txt @@ -0,0 +1 @@ +https://stackoverflow.com/questions/56570681/static-assertion-failed-with-windows-headers-require-the-default-packing-option \ No newline at end of file