From fed254f35590cb931cddf1cca82c867ea8960051 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Wed, 22 Apr 2020 14:19:26 -0700 Subject: [PATCH] Update nuget packages across solution to latest (#2334) --- PowerToys.sln | 16 +- src/common/common.vcxproj | 7 +- src/common/common.vcxproj.filters | 5 +- .../notifications_winrt/notifications.vcxproj | 8 +- .../notifications.vcxproj.filters | 4 +- .../notifications_winrt/packages.config | 2 +- src/common/packages.config | 2 +- .../fancyzones/dll/FancyZonesModule.vcxproj | 8 +- .../dll/FancyZonesModule.vcxproj.filters | 6 +- src/modules/fancyzones/dll/packages.config | 2 +- .../FancyZonesEditor/FancyZonesEditor.csproj | 14 +- .../fancyzones/lib/FancyZonesLib.vcxproj | 4 +- src/modules/fancyzones/lib/packages.config | 2 +- .../tests/UnitTests/UnitTests.vcxproj | 4 +- .../tests/UnitTests/packages.config | 2 +- .../Wox.Plugin.Calculator.csproj | 2 +- .../Wox.Plugin.Program.csproj | 2 +- .../Wox.Plugin.Shell/Wox.Plugin.Shell.csproj | 2 +- .../Wox.Plugin.WindowWalker.csproj | 2 +- .../PowerLauncher.UI/PowerLauncher.UI.csproj | 2 +- .../PowerLauncher/PowerLauncher.csproj | 20 +- src/modules/launcher/Wox.Core/Wox.Core.csproj | 4 +- .../Wox.Infrastructure.csproj | 6 +- .../launcher/Wox.Plugin/Wox.Plugin.csproj | 6 +- src/modules/launcher/Wox.Test/Wox.Test.csproj | 2 +- src/modules/launcher/Wox/Wox.csproj | 12 +- .../MarkDownPreviewHandler.csproj | 4 +- .../UnitTests-MarkdownPreviewHandler.csproj | 2 +- .../app/Window Walker/Window Walker.csproj | 19 +- src/runner/packages.config | 2 +- src/runner/runner.vcxproj | 7 +- src/tests/win-app-driver/packages.config | 6 +- .../win-app-driver/win-app-driver.csproj | 223 +++++++++--------- 33 files changed, 206 insertions(+), 203 deletions(-) diff --git a/PowerToys.sln b/PowerToys.sln index 7b50db4031..75ce73d4c3 100644 --- a/PowerToys.sln +++ b/PowerToys.sln @@ -631,20 +631,16 @@ Global {F97E5003-F263-4D4A-A964-0F1F3C82DEF2}.Release|x64.ActiveCfg = Release|x64 {F97E5003-F263-4D4A-A964-0F1F3C82DEF2}.Release|x64.Build.0 = Release|x64 {F97E5003-F263-4D4A-A964-0F1F3C82DEF2}.Release|x86.ActiveCfg = Release|x64 - {4A3DE70C-684C-410D-B851-C23B6DAEDF16}.Debug|ARM.ActiveCfg = Debug|Win32 - {4A3DE70C-684C-410D-B851-C23B6DAEDF16}.Debug|ARM64.ActiveCfg = Debug|Win32 + {4A3DE70C-684C-410D-B851-C23B6DAEDF16}.Debug|ARM.ActiveCfg = Debug|x64 + {4A3DE70C-684C-410D-B851-C23B6DAEDF16}.Debug|ARM64.ActiveCfg = Debug|x64 {4A3DE70C-684C-410D-B851-C23B6DAEDF16}.Debug|x64.ActiveCfg = Debug|x64 {4A3DE70C-684C-410D-B851-C23B6DAEDF16}.Debug|x64.Build.0 = Debug|x64 - {4A3DE70C-684C-410D-B851-C23B6DAEDF16}.Debug|x86.ActiveCfg = Debug|Win32 - {4A3DE70C-684C-410D-B851-C23B6DAEDF16}.Debug|x86.Build.0 = Debug|Win32 - {4A3DE70C-684C-410D-B851-C23B6DAEDF16}.Debug|x86.Deploy.0 = Debug|Win32 - {4A3DE70C-684C-410D-B851-C23B6DAEDF16}.Release|ARM.ActiveCfg = Release|Win32 - {4A3DE70C-684C-410D-B851-C23B6DAEDF16}.Release|ARM64.ActiveCfg = Release|Win32 + {4A3DE70C-684C-410D-B851-C23B6DAEDF16}.Debug|x86.ActiveCfg = Debug|x64 + {4A3DE70C-684C-410D-B851-C23B6DAEDF16}.Release|ARM.ActiveCfg = Release|x64 + {4A3DE70C-684C-410D-B851-C23B6DAEDF16}.Release|ARM64.ActiveCfg = Release|x64 {4A3DE70C-684C-410D-B851-C23B6DAEDF16}.Release|x64.ActiveCfg = Release|x64 {4A3DE70C-684C-410D-B851-C23B6DAEDF16}.Release|x64.Build.0 = Release|x64 - {4A3DE70C-684C-410D-B851-C23B6DAEDF16}.Release|x86.ActiveCfg = Release|Win32 - {4A3DE70C-684C-410D-B851-C23B6DAEDF16}.Release|x86.Build.0 = Release|Win32 - {4A3DE70C-684C-410D-B851-C23B6DAEDF16}.Release|x86.Deploy.0 = Release|Win32 + {4A3DE70C-684C-410D-B851-C23B6DAEDF16}.Release|x86.ActiveCfg = Release|x64 {880ED251-9E16-4713-9A70-D35FE0C01669}.Debug|ARM.ActiveCfg = Debug|x64 {880ED251-9E16-4713-9A70-D35FE0C01669}.Debug|ARM64.ActiveCfg = Debug|x64 {880ED251-9E16-4713-9A70-D35FE0C01669}.Debug|x64.ActiveCfg = Debug|x64 diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj index eecc209872..fdb63153f1 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj @@ -29,9 +29,7 @@ common - - - + StaticLibrary true @@ -172,11 +170,12 @@ + 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}. - + \ No newline at end of file diff --git a/src/common/common.vcxproj.filters b/src/common/common.vcxproj.filters index 20dedbc650..c6d1c3a2f4 100644 --- a/src/common/common.vcxproj.filters +++ b/src/common/common.vcxproj.filters @@ -160,4 +160,7 @@ Source Files - + + + + \ No newline at end of file diff --git a/src/common/notifications_winrt/notifications.vcxproj b/src/common/notifications_winrt/notifications.vcxproj index 0599997ee5..d44d6c9e1d 100644 --- a/src/common/notifications_winrt/notifications.vcxproj +++ b/src/common/notifications_winrt/notifications.vcxproj @@ -1,6 +1,6 @@ - + true true @@ -147,13 +147,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}. - - + + \ No newline at end of file diff --git a/src/common/notifications_winrt/notifications.vcxproj.filters b/src/common/notifications_winrt/notifications.vcxproj.filters index 097a6072f1..fe1b061b0d 100644 --- a/src/common/notifications_winrt/notifications.vcxproj.filters +++ b/src/common/notifications_winrt/notifications.vcxproj.filters @@ -18,11 +18,9 @@ - - - + diff --git a/src/common/notifications_winrt/packages.config b/src/common/notifications_winrt/packages.config index c4867c30bf..1447e714af 100644 --- a/src/common/notifications_winrt/packages.config +++ b/src/common/notifications_winrt/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/src/common/packages.config b/src/common/packages.config index 09cb116327..4f733475e9 100644 --- a/src/common/packages.config +++ b/src/common/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/src/modules/fancyzones/dll/FancyZonesModule.vcxproj b/src/modules/fancyzones/dll/FancyZonesModule.vcxproj index 0f8bf3e3ac..9120dab1b3 100644 --- a/src/modules/fancyzones/dll/FancyZonesModule.vcxproj +++ b/src/modules/fancyzones/dll/FancyZonesModule.vcxproj @@ -36,7 +36,7 @@ - + @@ -121,16 +121,16 @@ - + - + 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}. - + \ No newline at end of file diff --git a/src/modules/fancyzones/dll/FancyZonesModule.vcxproj.filters b/src/modules/fancyzones/dll/FancyZonesModule.vcxproj.filters index 10d25e8762..d90f9e60e7 100644 --- a/src/modules/fancyzones/dll/FancyZonesModule.vcxproj.filters +++ b/src/modules/fancyzones/dll/FancyZonesModule.vcxproj.filters @@ -24,10 +24,10 @@ {2f10207d-d8d1-4a42-8027-8ca597b3cb23} - - - + + + \ No newline at end of file diff --git a/src/modules/fancyzones/dll/packages.config b/src/modules/fancyzones/dll/packages.config index 2e822b86d0..feed8b8b86 100644 --- a/src/modules/fancyzones/dll/packages.config +++ b/src/modules/fancyzones/dll/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/FancyZonesEditor.csproj b/src/modules/fancyzones/editor/FancyZonesEditor/FancyZonesEditor.csproj index 1eef754925..c7a9ea9b14 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/FancyZonesEditor.csproj +++ b/src/modules/fancyzones/editor/FancyZonesEditor/FancyZonesEditor.csproj @@ -9,14 +9,13 @@ Copyright (C) 2019 Microsoft Corp. - + - @@ -34,15 +33,8 @@ - - + - Debug AnyCPU @@ -244,7 +236,7 @@ 2.0.0-alpha0455 - 4.7.0 + 4.7.1 1.1.118 diff --git a/src/modules/fancyzones/lib/FancyZonesLib.vcxproj b/src/modules/fancyzones/lib/FancyZonesLib.vcxproj index 79366dc95c..4d7ee024c6 100644 --- a/src/modules/fancyzones/lib/FancyZonesLib.vcxproj +++ b/src/modules/fancyzones/lib/FancyZonesLib.vcxproj @@ -129,12 +129,12 @@ - + 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}. - + \ No newline at end of file diff --git a/src/modules/fancyzones/lib/packages.config b/src/modules/fancyzones/lib/packages.config index 2e822b86d0..feed8b8b86 100644 --- a/src/modules/fancyzones/lib/packages.config +++ b/src/modules/fancyzones/lib/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/src/modules/fancyzones/tests/UnitTests/UnitTests.vcxproj b/src/modules/fancyzones/tests/UnitTests/UnitTests.vcxproj index 864b424d3c..f23f1f7547 100644 --- a/src/modules/fancyzones/tests/UnitTests/UnitTests.vcxproj +++ b/src/modules/fancyzones/tests/UnitTests/UnitTests.vcxproj @@ -130,12 +130,12 @@ - + 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}. - + \ No newline at end of file diff --git a/src/modules/fancyzones/tests/UnitTests/packages.config b/src/modules/fancyzones/tests/UnitTests/packages.config index 09cb116327..4f733475e9 100644 --- a/src/modules/fancyzones/tests/UnitTests/packages.config +++ b/src/modules/fancyzones/tests/UnitTests/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/src/modules/launcher/Plugins/Wox.Plugin.Calculator/Wox.Plugin.Calculator.csproj b/src/modules/launcher/Plugins/Wox.Plugin.Calculator/Wox.Plugin.Calculator.csproj index e9f7298a77..02e9cb96ac 100644 --- a/src/modules/launcher/Plugins/Wox.Plugin.Calculator/Wox.Plugin.Calculator.csproj +++ b/src/modules/launcher/Plugins/Wox.Plugin.Calculator/Wox.Plugin.Calculator.csproj @@ -103,7 +103,7 @@ - + diff --git a/src/modules/launcher/Plugins/Wox.Plugin.Program/Wox.Plugin.Program.csproj b/src/modules/launcher/Plugins/Wox.Plugin.Program/Wox.Plugin.Program.csproj index d0c1cac730..0bed61a1ab 100644 --- a/src/modules/launcher/Plugins/Wox.Plugin.Program/Wox.Plugin.Program.csproj +++ b/src/modules/launcher/Plugins/Wox.Plugin.Program/Wox.Plugin.Program.csproj @@ -112,7 +112,7 @@ - + diff --git a/src/modules/launcher/Plugins/Wox.Plugin.Shell/Wox.Plugin.Shell.csproj b/src/modules/launcher/Plugins/Wox.Plugin.Shell/Wox.Plugin.Shell.csproj index 51fdbb375a..9c3951afd6 100644 --- a/src/modules/launcher/Plugins/Wox.Plugin.Shell/Wox.Plugin.Shell.csproj +++ b/src/modules/launcher/Plugins/Wox.Plugin.Shell/Wox.Plugin.Shell.csproj @@ -99,7 +99,7 @@ - + diff --git a/src/modules/launcher/Plugins/Wox.Plugin.WindowWalker/Wox.Plugin.WindowWalker.csproj b/src/modules/launcher/Plugins/Wox.Plugin.WindowWalker/Wox.Plugin.WindowWalker.csproj index df20e3365f..0e0b414355 100644 --- a/src/modules/launcher/Plugins/Wox.Plugin.WindowWalker/Wox.Plugin.WindowWalker.csproj +++ b/src/modules/launcher/Plugins/Wox.Plugin.WindowWalker/Wox.Plugin.WindowWalker.csproj @@ -63,7 +63,7 @@ - + diff --git a/src/modules/launcher/PowerLauncher.UI/PowerLauncher.UI.csproj b/src/modules/launcher/PowerLauncher.UI/PowerLauncher.UI.csproj index b8554f9f1d..298ae7cc07 100644 --- a/src/modules/launcher/PowerLauncher.UI/PowerLauncher.UI.csproj +++ b/src/modules/launcher/PowerLauncher.UI/PowerLauncher.UI.csproj @@ -100,7 +100,7 @@ 6.0.0 - 6.0.0 + 6.0.1 2.4.0-prerelease.200322001 diff --git a/src/modules/launcher/PowerLauncher/PowerLauncher.csproj b/src/modules/launcher/PowerLauncher/PowerLauncher.csproj index 0aeed52275..b8bfd8377a 100644 --- a/src/modules/launcher/PowerLauncher/PowerLauncher.csproj +++ b/src/modules/launcher/PowerLauncher/PowerLauncher.csproj @@ -58,21 +58,21 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + - + - + - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + @@ -189,4 +189,8 @@ Settings.Designer.cs + + + + \ No newline at end of file diff --git a/src/modules/launcher/Wox.Core/Wox.Core.csproj b/src/modules/launcher/Wox.Core/Wox.Core.csproj index 590edda3ec..ed43594791 100644 --- a/src/modules/launcher/Wox.Core/Wox.Core.csproj +++ b/src/modules/launcher/Wox.Core/Wox.Core.csproj @@ -56,9 +56,9 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + diff --git a/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj b/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj index 692210192e..5f68fe0a85 100644 --- a/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj +++ b/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj @@ -47,11 +47,11 @@ - - + + - + diff --git a/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj b/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj index 3ec7d48286..b88d8a3021 100644 --- a/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj +++ b/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj @@ -56,11 +56,11 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + - + diff --git a/src/modules/launcher/Wox.Test/Wox.Test.csproj b/src/modules/launcher/Wox.Test/Wox.Test.csproj index df7e04b573..3c6144178a 100644 --- a/src/modules/launcher/Wox.Test/Wox.Test.csproj +++ b/src/modules/launcher/Wox.Test/Wox.Test.csproj @@ -52,7 +52,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/modules/launcher/Wox/Wox.csproj b/src/modules/launcher/Wox/Wox.csproj index a107f7d830..f3bca0db1b 100644 --- a/src/modules/launcher/Wox/Wox.csproj +++ b/src/modules/launcher/Wox/Wox.csproj @@ -57,20 +57,20 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + diff --git a/src/modules/previewpane/MarkDownPreviewHandler/MarkDownPreviewHandler.csproj b/src/modules/previewpane/MarkDownPreviewHandler/MarkDownPreviewHandler.csproj index 37764c069f..e4db74d3a3 100644 --- a/src/modules/previewpane/MarkDownPreviewHandler/MarkDownPreviewHandler.csproj +++ b/src/modules/previewpane/MarkDownPreviewHandler/MarkDownPreviewHandler.csproj @@ -110,10 +110,10 @@ - 1.8.10 + 1.11.23 - 0.18.0 + 0.20.0 1.1.118 diff --git a/src/modules/previewpane/PreviewPaneUnitTests/UnitTests-MarkdownPreviewHandler.csproj b/src/modules/previewpane/PreviewPaneUnitTests/UnitTests-MarkdownPreviewHandler.csproj index db25b9acf7..93628a799c 100644 --- a/src/modules/previewpane/PreviewPaneUnitTests/UnitTests-MarkdownPreviewHandler.csproj +++ b/src/modules/previewpane/PreviewPaneUnitTests/UnitTests-MarkdownPreviewHandler.csproj @@ -92,7 +92,7 @@ - 0.18.0 + 0.20.0 2.1.1 diff --git a/src/modules/windowwalker/app/Window Walker/Window Walker.csproj b/src/modules/windowwalker/app/Window Walker/Window Walker.csproj index ce8fea3270..608c9403d7 100644 --- a/src/modules/windowwalker/app/Window Walker/Window Walker.csproj +++ b/src/modules/windowwalker/app/Window Walker/Window Walker.csproj @@ -17,6 +17,21 @@ $(SolutionDir)$(Platform)\$(Configuration)\obj\$(AssemblyName)\ + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true x64 @@ -193,10 +208,10 @@ - 1.2.1 + 1.2.3 - 3.0.0 + 3.1.0 1.1.118 diff --git a/src/runner/packages.config b/src/runner/packages.config index 09cb116327..4f733475e9 100644 --- a/src/runner/packages.config +++ b/src/runner/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/src/runner/runner.vcxproj b/src/runner/runner.vcxproj index 8e1a891e96..c2f2b6072e 100644 --- a/src/runner/runner.vcxproj +++ b/src/runner/runner.vcxproj @@ -18,9 +18,7 @@ runner - - - + Application true @@ -243,11 +241,12 @@ + 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}. - + \ No newline at end of file diff --git a/src/tests/win-app-driver/packages.config b/src/tests/win-app-driver/packages.config index 179155f5db..39e8c1fb67 100644 --- a/src/tests/win-app-driver/packages.config +++ b/src/tests/win-app-driver/packages.config @@ -1,10 +1,10 @@  - + - - + + diff --git a/src/tests/win-app-driver/win-app-driver.csproj b/src/tests/win-app-driver/win-app-driver.csproj index f60b319afb..b236a49d4e 100644 --- a/src/tests/win-app-driver/win-app-driver.csproj +++ b/src/tests/win-app-driver/win-app-driver.csproj @@ -1,121 +1,118 @@ - - - - - - Debug - AnyCPU - {880ED251-9E16-4713-9A70-D35FE0C01669} - Library - Properties - PowerToysTests - PowerToysTests + + + + + + Debug + AnyCPU + {880ED251-9E16-4713-9A70-D35FE0C01669} + Library + Properties + PowerToysTests + PowerToysTests v4.7.2 - 512 - {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 15.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages - False - UnitTest - - - $(SolutionDir)$(Platform)\$(Configuration)\obj\$(AssemblyName)\ - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - x64 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - x64 - - - - ..\..\..\packages\Appium.WebDriver.4.1.1\lib\net45\Appium.Net.dll - - - ..\..\..\packages\Castle.Core.4.3.1\lib\net45\Castle.Core.dll - True - - - ..\..\..\packages\MSTest.TestFramework.2.1.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - True - - - ..\..\..\packages\MSTest.TestFramework.2.1.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll - True - - - ..\..\..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll - True - - - ..\..\..\packages\DotNetSeleniumExtras.PageObjects.3.11.0\lib\net45\SeleniumExtras.PageObjects.dll - True - - - C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll - - - C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll - - - C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll - - - - - ..\..\..\packages\Selenium.WebDriver.3.141.0\lib\net45\WebDriver.dll - True - - - ..\..\..\packages\Selenium.Support.3.141.0\lib\net45\WebDriver.Support.dll - True - - - + 512 + {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 15.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages + False + UnitTest + + + $(SolutionDir)$(Platform)\$(Configuration)\obj\$(AssemblyName)\ + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + x64 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + x64 + + + + ..\..\..\packages\Appium.WebDriver.4.1.1\lib\net45\Appium.Net.dll + + + ..\..\..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll + + + ..\..\..\packages\MSTest.TestFramework.2.1.1\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll + + + ..\..\..\packages\MSTest.TestFramework.2.1.1\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll + + + ..\..\..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll + True + + + ..\..\..\packages\DotNetSeleniumExtras.PageObjects.3.11.0\lib\net45\SeleniumExtras.PageObjects.dll + True + + + C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll + + + C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll + + + C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll + + + + + ..\..\..\packages\Selenium.WebDriver.3.141.0\lib\net45\WebDriver.dll + True + + + ..\..\..\packages\Selenium.Support.3.141.0\lib\net45\WebDriver.Support.dll + True + + + - - + + - - - - - - - - - - - - - - - - - - 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}. - - - - - - + + + + + + + + + + + + + + + + + + + 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}. + + + + + \ No newline at end of file