From 0fccac24dc0af1ca3708529e1511556bd26f8367 Mon Sep 17 00:00:00 2001 From: vczh Date: Wed, 26 Apr 2023 04:45:15 -0700 Subject: [PATCH] ... --- Tutorial/GacUI_HelloWorlds/Cpp/Cpp.vcxproj | 71 ++++++++++++++ .../GacUI_HelloWorlds/CppXml/CppXml.vcxproj | 71 ++++++++++++++ .../GacUI_HelloWorlds/GacUI_HelloWorlds.sln | 43 ++++++++- Tutorial/GacUI_HelloWorlds/MVVM/MVVM.vcxproj | 71 ++++++++++++++ .../WorkflowScript/WorkflowScript.vcxproj | 71 ++++++++++++++ Tutorial/GacUI_HelloWorlds/Xml/Xml.vcxproj | 71 ++++++++++++++ Tutorial/GacUI_Windows/GacUI_Windows.sln | 10 +- Tutorial/Lib/GacUI/GacUI.vcxproj | 95 +++++++++++++++++++ .../Lib/GacUIComplete/GacUIComplete.vcxproj | 69 ++++++++++++++ 9 files changed, 565 insertions(+), 7 deletions(-) diff --git a/Tutorial/GacUI_HelloWorlds/Cpp/Cpp.vcxproj b/Tutorial/GacUI_HelloWorlds/Cpp/Cpp.vcxproj index 3a819ae9..4ac5f5ce 100644 --- a/Tutorial/GacUI_HelloWorlds/Cpp/Cpp.vcxproj +++ b/Tutorial/GacUI_HelloWorlds/Cpp/Cpp.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {7FDFBF42-6E4A-4B29-A717-BB5522FE5AA5} @@ -24,6 +32,13 @@ Unicode x64 + + Application + true + v143 + Unicode + x64 + Application false @@ -32,24 +47,46 @@ Unicode x64 + + Application + false + v143 + true + Unicode + x64 + + + + + + + true $(ProjectDir)..\..\..\Import;$(IncludePath) + + true + $(ProjectDir)..\..\..\Import;$(IncludePath) + false $(ProjectDir)..\..\..\Import;$(IncludePath) + + false + $(ProjectDir)..\..\..\Import;$(IncludePath) + @@ -65,6 +102,21 @@ true + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION + true + stdcpp20 + + + Windows + true + + Level3 @@ -84,6 +136,25 @@ true + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION + true + stdcpp20 + + + Windows + true + true + true + + {96c559ca-9718-4bec-a053-28a0ab6a8ca2} diff --git a/Tutorial/GacUI_HelloWorlds/CppXml/CppXml.vcxproj b/Tutorial/GacUI_HelloWorlds/CppXml/CppXml.vcxproj index dfc1ba76..f7ee63fc 100644 --- a/Tutorial/GacUI_HelloWorlds/CppXml/CppXml.vcxproj +++ b/Tutorial/GacUI_HelloWorlds/CppXml/CppXml.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {1C4986FB-6988-4562-A5BA-CBB7D21FCE40} @@ -24,6 +32,13 @@ Unicode x64 + + Application + true + v143 + Unicode + x64 + Application false @@ -32,24 +47,46 @@ Unicode x64 + + Application + false + v143 + true + Unicode + x64 + + + + + + + true $(ProjectDir)..\..\..\Import;$(IncludePath) + + true + $(ProjectDir)..\..\..\Import;$(IncludePath) + false $(ProjectDir)..\..\..\Import;$(IncludePath) + + false + $(ProjectDir)..\..\..\Import;$(IncludePath) + @@ -65,6 +102,21 @@ true + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION + true + stdcpp20 + + + Windows + true + + Level3 @@ -84,6 +136,25 @@ true + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION + true + stdcpp20 + + + Windows + true + true + true + + diff --git a/Tutorial/GacUI_HelloWorlds/GacUI_HelloWorlds.sln b/Tutorial/GacUI_HelloWorlds/GacUI_HelloWorlds.sln index e845130a..41e353ef 100644 --- a/Tutorial/GacUI_HelloWorlds/GacUI_HelloWorlds.sln +++ b/Tutorial/GacUI_HelloWorlds/GacUI_HelloWorlds.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.21005.1 +# Visual Studio Version 17 +VisualStudioVersion = 17.4.33205.214 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Cpp", "Cpp\Cpp.vcxproj", "{7FDFBF42-6E4A-4B29-A717-BB5522FE5AA5}" EndProject @@ -24,48 +24,85 @@ 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 {7FDFBF42-6E4A-4B29-A717-BB5522FE5AA5}.Debug|Win32.ActiveCfg = Debug|Win32 {7FDFBF42-6E4A-4B29-A717-BB5522FE5AA5}.Debug|Win32.Build.0 = Debug|Win32 + {7FDFBF42-6E4A-4B29-A717-BB5522FE5AA5}.Debug|x64.ActiveCfg = Debug|x64 + {7FDFBF42-6E4A-4B29-A717-BB5522FE5AA5}.Debug|x64.Build.0 = Debug|x64 {7FDFBF42-6E4A-4B29-A717-BB5522FE5AA5}.Release|Win32.ActiveCfg = Release|Win32 {7FDFBF42-6E4A-4B29-A717-BB5522FE5AA5}.Release|Win32.Build.0 = Release|Win32 + {7FDFBF42-6E4A-4B29-A717-BB5522FE5AA5}.Release|x64.ActiveCfg = Release|x64 + {7FDFBF42-6E4A-4B29-A717-BB5522FE5AA5}.Release|x64.Build.0 = Release|x64 {96C559CA-9718-4BEC-A053-28A0AB6A8CA2}.Debug|Win32.ActiveCfg = Debug|Win32 {96C559CA-9718-4BEC-A053-28A0AB6A8CA2}.Debug|Win32.Build.0 = Debug|Win32 + {96C559CA-9718-4BEC-A053-28A0AB6A8CA2}.Debug|x64.ActiveCfg = Debug|x64 + {96C559CA-9718-4BEC-A053-28A0AB6A8CA2}.Debug|x64.Build.0 = Debug|x64 {96C559CA-9718-4BEC-A053-28A0AB6A8CA2}.Release|Win32.ActiveCfg = Release|Win32 {96C559CA-9718-4BEC-A053-28A0AB6A8CA2}.Release|Win32.Build.0 = Release|Win32 + {96C559CA-9718-4BEC-A053-28A0AB6A8CA2}.Release|x64.ActiveCfg = Release|x64 + {96C559CA-9718-4BEC-A053-28A0AB6A8CA2}.Release|x64.Build.0 = Release|x64 {8018D622-66BA-4E65-9D03-BDAC37EA9A54}.Debug|Win32.ActiveCfg = Debug|Win32 {8018D622-66BA-4E65-9D03-BDAC37EA9A54}.Debug|Win32.Build.0 = Debug|Win32 + {8018D622-66BA-4E65-9D03-BDAC37EA9A54}.Debug|x64.ActiveCfg = Debug|x64 + {8018D622-66BA-4E65-9D03-BDAC37EA9A54}.Debug|x64.Build.0 = Debug|x64 {8018D622-66BA-4E65-9D03-BDAC37EA9A54}.Release|Win32.ActiveCfg = Release|Win32 {8018D622-66BA-4E65-9D03-BDAC37EA9A54}.Release|Win32.Build.0 = Release|Win32 + {8018D622-66BA-4E65-9D03-BDAC37EA9A54}.Release|x64.ActiveCfg = Release|x64 + {8018D622-66BA-4E65-9D03-BDAC37EA9A54}.Release|x64.Build.0 = Release|x64 {F56E51BA-C13B-411D-841B-633AF07BB902}.Debug|Win32.ActiveCfg = Debug|Win32 {F56E51BA-C13B-411D-841B-633AF07BB902}.Debug|Win32.Build.0 = Debug|Win32 + {F56E51BA-C13B-411D-841B-633AF07BB902}.Debug|x64.ActiveCfg = Debug|x64 + {F56E51BA-C13B-411D-841B-633AF07BB902}.Debug|x64.Build.0 = Debug|x64 {F56E51BA-C13B-411D-841B-633AF07BB902}.Release|Win32.ActiveCfg = Release|Win32 {F56E51BA-C13B-411D-841B-633AF07BB902}.Release|Win32.Build.0 = Release|Win32 + {F56E51BA-C13B-411D-841B-633AF07BB902}.Release|x64.ActiveCfg = Release|x64 + {F56E51BA-C13B-411D-841B-633AF07BB902}.Release|x64.Build.0 = Release|x64 {1C4986FB-6988-4562-A5BA-CBB7D21FCE40}.Debug|Win32.ActiveCfg = Debug|Win32 {1C4986FB-6988-4562-A5BA-CBB7D21FCE40}.Debug|Win32.Build.0 = Debug|Win32 + {1C4986FB-6988-4562-A5BA-CBB7D21FCE40}.Debug|x64.ActiveCfg = Debug|x64 + {1C4986FB-6988-4562-A5BA-CBB7D21FCE40}.Debug|x64.Build.0 = Debug|x64 {1C4986FB-6988-4562-A5BA-CBB7D21FCE40}.Release|Win32.ActiveCfg = Release|Win32 {1C4986FB-6988-4562-A5BA-CBB7D21FCE40}.Release|Win32.Build.0 = Release|Win32 + {1C4986FB-6988-4562-A5BA-CBB7D21FCE40}.Release|x64.ActiveCfg = Release|x64 + {1C4986FB-6988-4562-A5BA-CBB7D21FCE40}.Release|x64.Build.0 = Release|x64 {3EC7E343-4D10-4E6B-B5EE-485B38AFAD85}.Debug|Win32.ActiveCfg = Debug|Win32 {3EC7E343-4D10-4E6B-B5EE-485B38AFAD85}.Debug|Win32.Build.0 = Debug|Win32 + {3EC7E343-4D10-4E6B-B5EE-485B38AFAD85}.Debug|x64.ActiveCfg = Debug|x64 + {3EC7E343-4D10-4E6B-B5EE-485B38AFAD85}.Debug|x64.Build.0 = Debug|x64 {3EC7E343-4D10-4E6B-B5EE-485B38AFAD85}.Release|Win32.ActiveCfg = Release|Win32 {3EC7E343-4D10-4E6B-B5EE-485B38AFAD85}.Release|Win32.Build.0 = Release|Win32 + {3EC7E343-4D10-4E6B-B5EE-485B38AFAD85}.Release|x64.ActiveCfg = Release|x64 + {3EC7E343-4D10-4E6B-B5EE-485B38AFAD85}.Release|x64.Build.0 = Release|x64 {3AEC5E1A-482F-41B1-8598-C02321621A64}.Debug|Win32.ActiveCfg = Debug|Win32 {3AEC5E1A-482F-41B1-8598-C02321621A64}.Debug|Win32.Build.0 = Debug|Win32 + {3AEC5E1A-482F-41B1-8598-C02321621A64}.Debug|x64.ActiveCfg = Debug|x64 + {3AEC5E1A-482F-41B1-8598-C02321621A64}.Debug|x64.Build.0 = Debug|x64 {3AEC5E1A-482F-41B1-8598-C02321621A64}.Release|Win32.ActiveCfg = Release|Win32 {3AEC5E1A-482F-41B1-8598-C02321621A64}.Release|Win32.Build.0 = Release|Win32 + {3AEC5E1A-482F-41B1-8598-C02321621A64}.Release|x64.ActiveCfg = Release|x64 + {3AEC5E1A-482F-41B1-8598-C02321621A64}.Release|x64.Build.0 = Release|x64 {4C3F091C-1A77-401A-B773-E755A2E6E0F5}.Debug|Win32.ActiveCfg = Debug|Win32 {4C3F091C-1A77-401A-B773-E755A2E6E0F5}.Debug|Win32.Build.0 = Debug|Win32 + {4C3F091C-1A77-401A-B773-E755A2E6E0F5}.Debug|x64.ActiveCfg = Debug|x64 + {4C3F091C-1A77-401A-B773-E755A2E6E0F5}.Debug|x64.Build.0 = Debug|x64 {4C3F091C-1A77-401A-B773-E755A2E6E0F5}.Release|Win32.ActiveCfg = Release|Win32 {4C3F091C-1A77-401A-B773-E755A2E6E0F5}.Release|Win32.Build.0 = Release|Win32 + {4C3F091C-1A77-401A-B773-E755A2E6E0F5}.Release|x64.ActiveCfg = Release|x64 + {4C3F091C-1A77-401A-B773-E755A2E6E0F5}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution - {8018D622-66BA-4E65-9D03-BDAC37EA9A54} = {A01236E9-92C5-424F-B564-DBF1A9F94E7F} {96C559CA-9718-4BEC-A053-28A0AB6A8CA2} = {A01236E9-92C5-424F-B564-DBF1A9F94E7F} + {8018D622-66BA-4E65-9D03-BDAC37EA9A54} = {A01236E9-92C5-424F-B564-DBF1A9F94E7F} {3AEC5E1A-482F-41B1-8598-C02321621A64} = {A01236E9-92C5-424F-B564-DBF1A9F94E7F} EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {181FA00F-9877-47BE-BB19-0B535FE7547D} + EndGlobalSection EndGlobal diff --git a/Tutorial/GacUI_HelloWorlds/MVVM/MVVM.vcxproj b/Tutorial/GacUI_HelloWorlds/MVVM/MVVM.vcxproj index 0784c44e..4a9ab09f 100644 --- a/Tutorial/GacUI_HelloWorlds/MVVM/MVVM.vcxproj +++ b/Tutorial/GacUI_HelloWorlds/MVVM/MVVM.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {3EC7E343-4D10-4E6B-B5EE-485B38AFAD85} @@ -24,6 +32,13 @@ Unicode x64 + + Application + true + v143 + Unicode + x64 + Application false @@ -32,24 +47,46 @@ Unicode x64 + + Application + false + v143 + true + Unicode + x64 + + + + + + + true $(ProjectDir)..\..\..\Import;$(IncludePath) + + true + $(ProjectDir)..\..\..\Import;$(IncludePath) + false $(ProjectDir)..\..\..\Import;$(IncludePath) + + false + $(ProjectDir)..\..\..\Import;$(IncludePath) + @@ -65,6 +102,21 @@ true + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION + true + stdcpp20 + + + Windows + true + + Level3 @@ -84,6 +136,25 @@ true + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions);VCZH_DEBUG_NO_REFLECTION + true + stdcpp20 + + + Windows + true + true + true + + diff --git a/Tutorial/GacUI_HelloWorlds/WorkflowScript/WorkflowScript.vcxproj b/Tutorial/GacUI_HelloWorlds/WorkflowScript/WorkflowScript.vcxproj index 6d1f8403..b614824a 100644 --- a/Tutorial/GacUI_HelloWorlds/WorkflowScript/WorkflowScript.vcxproj +++ b/Tutorial/GacUI_HelloWorlds/WorkflowScript/WorkflowScript.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {F56E51BA-C13B-411D-841B-633AF07BB902} @@ -24,6 +32,13 @@ Unicode x64 + + Application + true + v143 + Unicode + x64 + Application false @@ -32,24 +47,46 @@ Unicode x64 + + Application + false + v143 + true + Unicode + x64 + + + + + + + true $(ProjectDir)..\..\..\Import;$(IncludePath) + + true + $(ProjectDir)..\..\..\Import;$(IncludePath) + false $(ProjectDir)..\..\..\Import;$(IncludePath) + + false + $(ProjectDir)..\..\..\Import;$(IncludePath) + @@ -65,6 +102,21 @@ true + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + stdcpp20 + + + Windows + true + + Level3 @@ -84,6 +136,25 @@ true + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + stdcpp20 + + + Windows + true + true + true + + diff --git a/Tutorial/GacUI_HelloWorlds/Xml/Xml.vcxproj b/Tutorial/GacUI_HelloWorlds/Xml/Xml.vcxproj index 5a147683..02187379 100644 --- a/Tutorial/GacUI_HelloWorlds/Xml/Xml.vcxproj +++ b/Tutorial/GacUI_HelloWorlds/Xml/Xml.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {4C3F091C-1A77-401A-B773-E755A2E6E0F5} @@ -24,6 +32,13 @@ Unicode x64 + + Application + true + v143 + Unicode + x64 + Application false @@ -32,24 +47,46 @@ Unicode x64 + + Application + false + v143 + true + Unicode + x64 + + + + + + + true $(ProjectDir)..\..\..\Import;$(IncludePath) + + true + $(ProjectDir)..\..\..\Import;$(IncludePath) + false $(ProjectDir)..\..\..\Import;$(IncludePath) + + false + $(ProjectDir)..\..\..\Import;$(IncludePath) + @@ -65,6 +102,21 @@ true + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + stdcpp20 + + + Windows + true + + Level3 @@ -84,6 +136,25 @@ true + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + stdcpp20 + + + Windows + true + true + true + + diff --git a/Tutorial/GacUI_Windows/GacUI_Windows.sln b/Tutorial/GacUI_Windows/GacUI_Windows.sln index 6e851df1..a36edcd1 100644 --- a/Tutorial/GacUI_Windows/GacUI_Windows.sln +++ b/Tutorial/GacUI_Windows/GacUI_Windows.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.27130.2027 +# Visual Studio Version 17 +VisualStudioVersion = 17.4.33205.214 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Direct2DClock", "Direct2DClock\Direct2DClock.vcxproj", "{9EB0726A-AA9E-4372-81F0-68AD18E82CCB}" EndProject @@ -29,10 +29,12 @@ Global {9EB0726A-AA9E-4372-81F0-68AD18E82CCB}.Release|x64.Build.0 = Release|x64 {96C559CA-9718-4BEC-A053-28A0AB6A8CA2}.Debug|Win32.ActiveCfg = Debug|Win32 {96C559CA-9718-4BEC-A053-28A0AB6A8CA2}.Debug|Win32.Build.0 = Debug|Win32 - {96C559CA-9718-4BEC-A053-28A0AB6A8CA2}.Debug|x64.ActiveCfg = Debug|Win32 + {96C559CA-9718-4BEC-A053-28A0AB6A8CA2}.Debug|x64.ActiveCfg = Debug|x64 + {96C559CA-9718-4BEC-A053-28A0AB6A8CA2}.Debug|x64.Build.0 = Debug|x64 {96C559CA-9718-4BEC-A053-28A0AB6A8CA2}.Release|Win32.ActiveCfg = Release|Win32 {96C559CA-9718-4BEC-A053-28A0AB6A8CA2}.Release|Win32.Build.0 = Release|Win32 - {96C559CA-9718-4BEC-A053-28A0AB6A8CA2}.Release|x64.ActiveCfg = Release|Win32 + {96C559CA-9718-4BEC-A053-28A0AB6A8CA2}.Release|x64.ActiveCfg = Release|x64 + {96C559CA-9718-4BEC-A053-28A0AB6A8CA2}.Release|x64.Build.0 = Release|x64 {05144B92-0CDF-4E81-A151-413305E40CE9}.Debug|Win32.ActiveCfg = Debug|Win32 {05144B92-0CDF-4E81-A151-413305E40CE9}.Debug|Win32.Build.0 = Debug|Win32 {05144B92-0CDF-4E81-A151-413305E40CE9}.Debug|x64.ActiveCfg = Debug|x64 diff --git a/Tutorial/Lib/GacUI/GacUI.vcxproj b/Tutorial/Lib/GacUI/GacUI.vcxproj index 889953f0..bb3d370a 100644 --- a/Tutorial/Lib/GacUI/GacUI.vcxproj +++ b/Tutorial/Lib/GacUI/GacUI.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {8018D622-66BA-4E65-9D03-BDAC37EA9A54} @@ -24,6 +32,13 @@ Unicode x64 + + StaticLibrary + true + v143 + Unicode + x64 + StaticLibrary false @@ -32,15 +47,29 @@ Unicode x64 + + StaticLibrary + false + v143 + true + Unicode + x64 + + + + + + + @@ -59,6 +88,22 @@ true + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + $(ProjectDir)\..\..\..\Import;%(AdditionalIncludeDirectories) + stdcpp20 + + + Windows + true + + Level3 @@ -79,69 +124,119 @@ true + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + true + $(ProjectDir)\..\..\..\Import;%(AdditionalIncludeDirectories) + stdcpp20 + + + Windows + true + true + true + + /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) true + true true + true /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) true + true true + true /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) diff --git a/Tutorial/Lib/GacUIComplete/GacUIComplete.vcxproj b/Tutorial/Lib/GacUIComplete/GacUIComplete.vcxproj index e8d54184..0efb1c5f 100644 --- a/Tutorial/Lib/GacUIComplete/GacUIComplete.vcxproj +++ b/Tutorial/Lib/GacUIComplete/GacUIComplete.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {3AEC5E1A-482F-41B1-8598-C02321621A64} @@ -24,6 +32,13 @@ Unicode x64 + + StaticLibrary + true + v143 + Unicode + x64 + StaticLibrary false @@ -32,15 +47,29 @@ Unicode x64 + + StaticLibrary + false + v143 + true + Unicode + x64 + + + + + + + @@ -59,6 +88,22 @@ true + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + $(ProjectDir)\..\..\..\Import;%(AdditionalIncludeDirectories) + stdcpp20 + + + Windows + true + + Level3 @@ -79,6 +124,26 @@ true + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + true + $(ProjectDir)\..\..\..\Import;%(AdditionalIncludeDirectories) + stdcpp20 + + + Windows + true + true + true + + {8018d622-66ba-4e65-9d03-bdac37ea9a54} @@ -87,11 +152,15 @@ /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions) /bigobj %(AdditionalOptions) + /bigobj %(AdditionalOptions)