diff --git a/.gitignore b/.gitignore index 697a85a..d6c04b3 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /TIBERIANDAWN/Win32/Debug /REDALERT/Win32 /REDALERT/RedAlert.vcxproj.user +/bin/Release diff --git a/REDALERT/RedAlert.vcxproj b/REDALERT/RedAlert.vcxproj index fae457b..226570c 100644 --- a/REDALERT/RedAlert.vcxproj +++ b/REDALERT/RedAlert.vcxproj @@ -1,10 +1,6 @@ - - Debug - Win32 - Release Win32 @@ -21,12 +17,6 @@ SAK - - DynamicLibrary - true - v142 - MultiByte - DynamicLibrary false @@ -40,24 +30,15 @@ - - - - ..\bin\$(PlatformName)\ + ..\bin\$(Configuration)\ $(PlatformName)\$(Configuration)\ false - - false - ..\bin\$(PlatformName)\ - $(PlatformName)\$(Configuration)\ - $(ProjectName) - Level3 @@ -75,44 +56,20 @@ 4800;4244;4996 false true + StreamingSIMDExtensions2 + Speed true true winmm.lib;Ws2_32.lib;%(AdditionalDependencies) - DebugFull + false Windows false false false - - - Level3 - Disabled - false - ./win32lib - false - true - ProgramDatabase - WINDOWS_IGNORE_PACKING_MISMATCH;TRUE_FALSE_DEFINED;ENGLISH;WIN32;_DEBUG;_WINDOWS;_USRDLL;REDALERT_EXPORTS;%(PreprocessorDefinitions) - false - MultiThreadedDebug - 1Byte - 4800;4244;4996 - true - true - - - winmm.lib;Ws2_32.lib;%(AdditionalDependencies) - DebugFull - Windows - $(OutDir)$(TargetName).lib - false - false - - @@ -702,15 +659,11 @@ - - true - + Document - true - 1 true 1 diff --git a/TIBERIANDAWN/TiberianDawn.vcxproj b/TIBERIANDAWN/TiberianDawn.vcxproj index a43c49f..d48e828 100644 --- a/TIBERIANDAWN/TiberianDawn.vcxproj +++ b/TIBERIANDAWN/TiberianDawn.vcxproj @@ -1,10 +1,6 @@ - - Debug - Win32 - Release Win32 @@ -21,12 +17,6 @@ 10.0 - - DynamicLibrary - true - MultiByte - v142 - DynamicLibrary false @@ -38,57 +28,15 @@ - - - - - false - ..\bin\$(PlatformName)\ - $(PlatformName)\$(Configuration)\ - $(ProjectName) - false - ..\bin\$(PlatformName)\ + ..\bin\$(Configuration)\ $(PlatformName)\$(Configuration)\ - - - - - Level3 - Disabled - WINDOWS_IGNORE_PACKING_MISMATCH;TRUE_FALSE_DEFINED;WIN32;_DEBUG;_WINDOWS;_USRDLL;TIBERIANDAWN_EXPORTS;%(PreprocessorDefinitions) - ./win32lib - ProgramDatabase - false - MultiThreadedDebug - 4800;4244;4996 - true - 1Byte - false - true - true - - - Windows - winmm.lib;Ws2_32.lib;%(AdditionalDependencies) - false - false - false - - - DebugFull - - - - - - Level3 @@ -106,16 +54,20 @@ true 1Byte true + StreamingSIMDExtensions2 + Speed + false Windows - DebugFull + false true true winmm.lib;Ws2_32.lib;%(AdditionalDependencies) false false + Default @@ -125,8 +77,6 @@ - true - 1 true 1 @@ -135,8 +85,6 @@ Document true 1 - 1 - true @@ -146,9 +94,7 @@ Document - 1 1 - true true @@ -156,7 +102,6 @@ Document true - true @@ -366,7 +311,6 @@ true - true diff --git a/nemo_notes.txt b/nemo_notes.txt deleted file mode 100644 index 74200e9..0000000 --- a/nemo_notes.txt +++ /dev/null @@ -1 +0,0 @@ -https://stackoverflow.com/questions/56570681/static-assertion-failed-with-windows-headers-require-the-default-packing-option \ No newline at end of file