From 27e0535f32ebb56909a2f34f2159d934aab20012 Mon Sep 17 00:00:00 2001 From: fasdqw222 <87090865+fasdqw222@users.noreply.github.com> Date: Tue, 13 Jul 2021 23:03:55 +0700 Subject: [PATCH] Revert "Update Xaml Toolkit App Host to 6.1.3 (#10640)" This reverts commit e37fd5e546476bea53cabcaac236e2f05703ca85. --- scratch/ScratchIslandApp/SampleApp/SampleAppLib.vcxproj | 6 +++--- scratch/ScratchIslandApp/SampleApp/dll/SampleApp.vcxproj | 6 +++--- scratch/ScratchIslandApp/SampleApp/packages.config | 2 +- scratch/ScratchIslandApp/WindowExe/WindowExe.vcxproj | 8 ++++---- scratch/ScratchIslandApp/WindowExe/packages.config | 2 +- .../LocalTests_TerminalApp/TerminalApp.LocalTests.vcxproj | 2 +- src/cascadia/TerminalApp/TerminalAppLib.vcxproj | 6 +++--- src/cascadia/TerminalApp/dll/TerminalApp.vcxproj | 6 +++--- src/cascadia/TerminalApp/packages.config | 2 +- src/cascadia/WindowsTerminal/WindowsTerminal.vcxproj | 8 ++++---- src/cascadia/WindowsTerminal/packages.config | 2 +- .../WindowsTerminalUniversal.vcxproj | 8 ++++---- src/cascadia/WindowsTerminalUniversal/packages.config | 2 +- 13 files changed, 30 insertions(+), 30 deletions(-) diff --git a/scratch/ScratchIslandApp/SampleApp/SampleAppLib.vcxproj b/scratch/ScratchIslandApp/SampleApp/SampleAppLib.vcxproj index 54a6c570608..c16d6be6fc2 100644 --- a/scratch/ScratchIslandApp/SampleApp/SampleAppLib.vcxproj +++ b/scratch/ScratchIslandApp/SampleApp/SampleAppLib.vcxproj @@ -19,7 +19,7 @@ - + @@ -148,13 +148,13 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + @@ -77,13 +77,13 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + diff --git a/scratch/ScratchIslandApp/SampleApp/packages.config b/scratch/ScratchIslandApp/SampleApp/packages.config index a54ab2a0eb5..a6c68340ad1 100644 --- a/scratch/ScratchIslandApp/SampleApp/packages.config +++ b/scratch/ScratchIslandApp/SampleApp/packages.config @@ -1,6 +1,6 @@  - + diff --git a/scratch/ScratchIslandApp/WindowExe/WindowExe.vcxproj b/scratch/ScratchIslandApp/WindowExe/WindowExe.vcxproj index e8cb725b7dc..edd372c2ffa 100644 --- a/scratch/ScratchIslandApp/WindowExe/WindowExe.vcxproj +++ b/scratch/ScratchIslandApp/WindowExe/WindowExe.vcxproj @@ -1,6 +1,6 @@ - + {b4427499-9fde-4208-b456-5bc580637633} @@ -121,15 +121,15 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/scratch/ScratchIslandApp/WindowExe/packages.config b/scratch/ScratchIslandApp/WindowExe/packages.config index 1159f12ea7b..409baff1384 100644 --- a/scratch/ScratchIslandApp/WindowExe/packages.config +++ b/scratch/ScratchIslandApp/WindowExe/packages.config @@ -1,7 +1,7 @@  - + diff --git a/src/cascadia/LocalTests_TerminalApp/TerminalApp.LocalTests.vcxproj b/src/cascadia/LocalTests_TerminalApp/TerminalApp.LocalTests.vcxproj index a6340764b56..9cc573240ac 100644 --- a/src/cascadia/LocalTests_TerminalApp/TerminalApp.LocalTests.vcxproj +++ b/src/cascadia/LocalTests_TerminalApp/TerminalApp.LocalTests.vcxproj @@ -97,6 +97,6 @@ - + diff --git a/src/cascadia/TerminalApp/TerminalAppLib.vcxproj b/src/cascadia/TerminalApp/TerminalAppLib.vcxproj index 67317f4e482..2c763b2d446 100644 --- a/src/cascadia/TerminalApp/TerminalAppLib.vcxproj +++ b/src/cascadia/TerminalApp/TerminalAppLib.vcxproj @@ -19,7 +19,7 @@ - + @@ -372,13 +372,13 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + @@ -90,13 +90,13 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + diff --git a/src/cascadia/TerminalApp/packages.config b/src/cascadia/TerminalApp/packages.config index a54ab2a0eb5..a6c68340ad1 100644 --- a/src/cascadia/TerminalApp/packages.config +++ b/src/cascadia/TerminalApp/packages.config @@ -1,6 +1,6 @@  - + diff --git a/src/cascadia/WindowsTerminal/WindowsTerminal.vcxproj b/src/cascadia/WindowsTerminal/WindowsTerminal.vcxproj index 16ff1225758..ee7de8ced20 100644 --- a/src/cascadia/WindowsTerminal/WindowsTerminal.vcxproj +++ b/src/cascadia/WindowsTerminal/WindowsTerminal.vcxproj @@ -1,6 +1,6 @@ - + {CA5CAD1A-1754-4A9D-93D7-857A9D17CB1B} @@ -116,15 +116,15 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/src/cascadia/WindowsTerminal/packages.config b/src/cascadia/WindowsTerminal/packages.config index 59d50fced66..72071aa7981 100644 --- a/src/cascadia/WindowsTerminal/packages.config +++ b/src/cascadia/WindowsTerminal/packages.config @@ -1,7 +1,7 @@  - + diff --git a/src/cascadia/WindowsTerminalUniversal/WindowsTerminalUniversal.vcxproj b/src/cascadia/WindowsTerminalUniversal/WindowsTerminalUniversal.vcxproj index ab1d88cdb12..ca328419044 100644 --- a/src/cascadia/WindowsTerminalUniversal/WindowsTerminalUniversal.vcxproj +++ b/src/cascadia/WindowsTerminalUniversal/WindowsTerminalUniversal.vcxproj @@ -1,6 +1,6 @@  - + @@ -88,15 +88,15 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/src/cascadia/WindowsTerminalUniversal/packages.config b/src/cascadia/WindowsTerminalUniversal/packages.config index 546b6f78ea6..6b762882f3e 100644 --- a/src/cascadia/WindowsTerminalUniversal/packages.config +++ b/src/cascadia/WindowsTerminalUniversal/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file