From c2787e36ee3a82d7ed5395306df84ca7d50880ee Mon Sep 17 00:00:00 2001 From: vczh Date: Tue, 13 Dec 2022 14:14:44 -0800 Subject: [PATCH] VS2022 --- .gitignore | 1 + .../CppDoc/CaseProjects/Calculator/Calculator.vcxproj | 8 ++++---- .../CaseProjects/TypePrinter/TypePrinter.vcxproj | 8 ++++---- Tools/CppDoc/Core/Core.vcxproj | 8 ++++---- Tools/CppDoc/DocIndex/DocIndex.vcxproj | 8 ++++---- Tools/CppDoc/Lib/Lib.vcxproj | 8 ++++---- Tools/CppDoc/Reflection/Reflection.vcxproj | 8 ++++---- Tools/CppDoc/Render/Render.vcxproj | 8 ++++---- Tools/CppDoc/UnitTest/UnitTest.vcxproj | 8 ++++---- Tools/CppDoc/UnitTest_Cases/UnitTest_Cases.vcxproj | 8 ++++---- .../UnitTest_ExecuteCases.vcxproj | 8 ++++---- .../UnitTest_InputCodegen.vcxproj | 8 ++++---- Tools/Examples/Lib/Lib.vcxproj | 10 +++++----- Tools/Examples/Vlpp/Vlpp.vcxproj | 10 +++++----- Tools/Examples/VlppOS/VlppOS.vcxproj | 10 +++++----- Tools/Examples/VlppReflection/VlppReflection.vcxproj | 10 +++++----- Tools/Examples/VlppRegex/VlppRegex.vcxproj | 10 +++++----- 17 files changed, 70 insertions(+), 69 deletions(-) diff --git a/.gitignore b/.gitignore index 5bb1aeafe..9db2da2be 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ **/UnitTest_Cases/*.i.Input # User-specific files +*/**/.vs/ *.suo *.user *.sln.docstates diff --git a/Tools/CppDoc/CaseProjects/Calculator/Calculator.vcxproj b/Tools/CppDoc/CaseProjects/Calculator/Calculator.vcxproj index 5e00b513e..7725d56b5 100644 --- a/Tools/CppDoc/CaseProjects/Calculator/Calculator.vcxproj +++ b/Tools/CppDoc/CaseProjects/Calculator/Calculator.vcxproj @@ -29,14 +29,14 @@ Application true - v142 + v143 Unicode x64 Application false - v142 + v143 true Unicode x64 @@ -44,14 +44,14 @@ Application true - v142 + v143 Unicode x64 Application false - v142 + v143 true Unicode x64 diff --git a/Tools/CppDoc/CaseProjects/TypePrinter/TypePrinter.vcxproj b/Tools/CppDoc/CaseProjects/TypePrinter/TypePrinter.vcxproj index 851258363..eb8666878 100644 --- a/Tools/CppDoc/CaseProjects/TypePrinter/TypePrinter.vcxproj +++ b/Tools/CppDoc/CaseProjects/TypePrinter/TypePrinter.vcxproj @@ -36,14 +36,14 @@ Application true - v142 + v143 Unicode x64 Application false - v142 + v143 true Unicode x64 @@ -51,14 +51,14 @@ Application true - v142 + v143 Unicode x64 Application false - v142 + v143 true Unicode x64 diff --git a/Tools/CppDoc/Core/Core.vcxproj b/Tools/CppDoc/Core/Core.vcxproj index f02a05362..c5b654781 100644 --- a/Tools/CppDoc/Core/Core.vcxproj +++ b/Tools/CppDoc/Core/Core.vcxproj @@ -29,14 +29,14 @@ StaticLibrary true - v142 + v143 Unicode x64 StaticLibrary false - v142 + v143 true Unicode x64 @@ -44,14 +44,14 @@ StaticLibrary true - v142 + v143 Unicode x64 StaticLibrary false - v142 + v143 true Unicode x64 diff --git a/Tools/CppDoc/DocIndex/DocIndex.vcxproj b/Tools/CppDoc/DocIndex/DocIndex.vcxproj index 11443f0d8..a26e285ea 100644 --- a/Tools/CppDoc/DocIndex/DocIndex.vcxproj +++ b/Tools/CppDoc/DocIndex/DocIndex.vcxproj @@ -29,14 +29,14 @@ Application true - v142 + v143 Unicode x64 Application false - v142 + v143 true Unicode x64 @@ -44,14 +44,14 @@ Application true - v142 + v143 Unicode x64 Application false - v142 + v143 true Unicode x64 diff --git a/Tools/CppDoc/Lib/Lib.vcxproj b/Tools/CppDoc/Lib/Lib.vcxproj index c9d90ea89..0cd665473 100644 --- a/Tools/CppDoc/Lib/Lib.vcxproj +++ b/Tools/CppDoc/Lib/Lib.vcxproj @@ -29,14 +29,14 @@ StaticLibrary true - v142 + v143 Unicode x64 StaticLibrary false - v142 + v143 true Unicode x64 @@ -44,14 +44,14 @@ StaticLibrary true - v142 + v143 Unicode x64 StaticLibrary false - v142 + v143 true Unicode x64 diff --git a/Tools/CppDoc/Reflection/Reflection.vcxproj b/Tools/CppDoc/Reflection/Reflection.vcxproj index 8f013229e..35d2162c9 100644 --- a/Tools/CppDoc/Reflection/Reflection.vcxproj +++ b/Tools/CppDoc/Reflection/Reflection.vcxproj @@ -35,14 +35,14 @@ StaticLibrary true - v142 + v143 Unicode x64 StaticLibrary false - v142 + v143 true Unicode x64 @@ -50,14 +50,14 @@ StaticLibrary true - v142 + v143 Unicode x64 StaticLibrary false - v142 + v143 true Unicode x64 diff --git a/Tools/CppDoc/Render/Render.vcxproj b/Tools/CppDoc/Render/Render.vcxproj index c291b5ddd..43168f0e6 100644 --- a/Tools/CppDoc/Render/Render.vcxproj +++ b/Tools/CppDoc/Render/Render.vcxproj @@ -49,14 +49,14 @@ StaticLibrary true - v142 + v143 Unicode x64 StaticLibrary false - v142 + v143 true Unicode x64 @@ -64,14 +64,14 @@ StaticLibrary true - v142 + v143 Unicode x64 StaticLibrary false - v142 + v143 true Unicode x64 diff --git a/Tools/CppDoc/UnitTest/UnitTest.vcxproj b/Tools/CppDoc/UnitTest/UnitTest.vcxproj index a83d8c8e0..d29c4f942 100644 --- a/Tools/CppDoc/UnitTest/UnitTest.vcxproj +++ b/Tools/CppDoc/UnitTest/UnitTest.vcxproj @@ -29,14 +29,14 @@ Application true - v142 + v143 Unicode x64 Application false - v142 + v143 true Unicode x64 @@ -44,14 +44,14 @@ Application true - v142 + v143 Unicode x64 Application false - v142 + v143 true Unicode x64 diff --git a/Tools/CppDoc/UnitTest_Cases/UnitTest_Cases.vcxproj b/Tools/CppDoc/UnitTest_Cases/UnitTest_Cases.vcxproj index b563548d6..3e10c2c9e 100644 --- a/Tools/CppDoc/UnitTest_Cases/UnitTest_Cases.vcxproj +++ b/Tools/CppDoc/UnitTest_Cases/UnitTest_Cases.vcxproj @@ -29,14 +29,14 @@ StaticLibrary true - v142 + v143 Unicode x64 StaticLibrary false - v142 + v143 true Unicode x64 @@ -44,14 +44,14 @@ StaticLibrary true - v142 + v143 Unicode x64 StaticLibrary false - v142 + v143 true Unicode x64 diff --git a/Tools/CppDoc/UnitTest_ExecuteCases/UnitTest_ExecuteCases.vcxproj b/Tools/CppDoc/UnitTest_ExecuteCases/UnitTest_ExecuteCases.vcxproj index e1dc6ac32..7e4fb38dc 100644 --- a/Tools/CppDoc/UnitTest_ExecuteCases/UnitTest_ExecuteCases.vcxproj +++ b/Tools/CppDoc/UnitTest_ExecuteCases/UnitTest_ExecuteCases.vcxproj @@ -29,14 +29,14 @@ Application true - v142 + v143 Unicode x64 Application false - v142 + v143 true Unicode x64 @@ -44,14 +44,14 @@ Application true - v142 + v143 Unicode x64 Application false - v142 + v143 true Unicode x64 diff --git a/Tools/CppDoc/UnitTest_InputCodegen/UnitTest_InputCodegen.vcxproj b/Tools/CppDoc/UnitTest_InputCodegen/UnitTest_InputCodegen.vcxproj index 2ede75ff9..660efc2c6 100644 --- a/Tools/CppDoc/UnitTest_InputCodegen/UnitTest_InputCodegen.vcxproj +++ b/Tools/CppDoc/UnitTest_InputCodegen/UnitTest_InputCodegen.vcxproj @@ -29,14 +29,14 @@ Application true - v142 + v143 Unicode x64 Application false - v142 + v143 true Unicode x64 @@ -44,14 +44,14 @@ Application true - v142 + v143 Unicode x64 Application false - v142 + v143 true Unicode x64 diff --git a/Tools/Examples/Lib/Lib.vcxproj b/Tools/Examples/Lib/Lib.vcxproj index 4b4b1cbfc..b356f40c2 100644 --- a/Tools/Examples/Lib/Lib.vcxproj +++ b/Tools/Examples/Lib/Lib.vcxproj @@ -23,32 +23,32 @@ {7548973C-6C88-455A-BBAD-5590C10ED953} Win32Proj Lib - 10.0.17763.0 + 10.0 StaticLibrary true - v141 + v143 Unicode StaticLibrary false - v141 + v143 true Unicode StaticLibrary true - v141 + v143 Unicode StaticLibrary false - v141 + v143 true Unicode diff --git a/Tools/Examples/Vlpp/Vlpp.vcxproj b/Tools/Examples/Vlpp/Vlpp.vcxproj index a22ae49de..1cceb29b7 100644 --- a/Tools/Examples/Vlpp/Vlpp.vcxproj +++ b/Tools/Examples/Vlpp/Vlpp.vcxproj @@ -23,32 +23,32 @@ {3AAA5DA7-34DE-483C-B1E4-E74D6EE11C31} Win32Proj Vlpp - 10.0.17763.0 + 10.0 Application true - v141 + v143 Unicode Application false - v141 + v143 true Unicode Application true - v141 + v143 Unicode Application false - v141 + v143 true Unicode diff --git a/Tools/Examples/VlppOS/VlppOS.vcxproj b/Tools/Examples/VlppOS/VlppOS.vcxproj index 76e49b649..9c1bc1cf2 100644 --- a/Tools/Examples/VlppOS/VlppOS.vcxproj +++ b/Tools/Examples/VlppOS/VlppOS.vcxproj @@ -23,32 +23,32 @@ {5C9A2CF9-0B00-4A42-8D86-AD61A5330E06} Win32Proj VlppOS - 10.0.17763.0 + 10.0 Application true - v141 + v143 Unicode Application false - v141 + v143 true Unicode Application true - v141 + v143 Unicode Application false - v141 + v143 true Unicode diff --git a/Tools/Examples/VlppReflection/VlppReflection.vcxproj b/Tools/Examples/VlppReflection/VlppReflection.vcxproj index f3099f272..7ab697e83 100644 --- a/Tools/Examples/VlppReflection/VlppReflection.vcxproj +++ b/Tools/Examples/VlppReflection/VlppReflection.vcxproj @@ -23,32 +23,32 @@ {07B11A11-0C18-4C60-85CC-F58F7032F231} Win32Proj VlppReflection - 10.0.17763.0 + 10.0 Application true - v141 + v143 Unicode Application false - v141 + v143 true Unicode Application true - v141 + v143 Unicode Application false - v141 + v143 true Unicode diff --git a/Tools/Examples/VlppRegex/VlppRegex.vcxproj b/Tools/Examples/VlppRegex/VlppRegex.vcxproj index 9de3f4665..e2d03410a 100644 --- a/Tools/Examples/VlppRegex/VlppRegex.vcxproj +++ b/Tools/Examples/VlppRegex/VlppRegex.vcxproj @@ -23,32 +23,32 @@ {3F359285-F243-4615-8DC9-4177CD2B2013} Win32Proj VlppRegex - 10.0.17763.0 + 10.0 Application true - v141 + v143 Unicode Application false - v141 + v143 true Unicode Application true - v141 + v143 Unicode Application false - v141 + v143 true Unicode