diff --git a/WindowsAppRuntime.sln b/WindowsAppRuntime.sln index 30cd8eb7d5..d36b1388a6 100644 --- a/WindowsAppRuntime.sln +++ b/WindowsAppRuntime.sln @@ -755,8 +755,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Deployment.WindowsAppRuntim EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Deployment.WindowsAppRuntime.Test.SingletonLowerVersion", "test\Deployment\data\WindowsAppRuntime.Test.SingletonLowerVersion\WindowsAppRuntime.Test.SingletonLowerVersion.vcxproj", "{7A3C8F5D-9B2E-4A1F-8D6C-3E9F7B4A2C1D}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StoragePickersTestApp", "test\TestApps\StoragePickersTestApp\StoragePickersTestApp.vcxproj", "{D1310DE7-70EC-4B6A-8A78-2A31BCFA037F}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -2667,30 +2665,6 @@ Global {7A3C8F5D-9B2E-4A1F-8D6C-3E9F7B4A2C1D}.Release|x64.Build.0 = Release|x64 {7A3C8F5D-9B2E-4A1F-8D6C-3E9F7B4A2C1D}.Release|x86.ActiveCfg = Release|Win32 {7A3C8F5D-9B2E-4A1F-8D6C-3E9F7B4A2C1D}.Release|x86.Build.0 = Release|Win32 - {D1310DE7-70EC-4B6A-8A78-2A31BCFA037F}.Debug|Any CPU.ActiveCfg = Debug|x64 - {D1310DE7-70EC-4B6A-8A78-2A31BCFA037F}.Debug|Any CPU.Build.0 = Debug|x64 - {D1310DE7-70EC-4B6A-8A78-2A31BCFA037F}.Debug|Any CPU.Deploy.0 = Debug|x64 - {D1310DE7-70EC-4B6A-8A78-2A31BCFA037F}.Debug|ARM64.ActiveCfg = Debug|ARM64 - {D1310DE7-70EC-4B6A-8A78-2A31BCFA037F}.Debug|ARM64.Build.0 = Debug|ARM64 - {D1310DE7-70EC-4B6A-8A78-2A31BCFA037F}.Debug|ARM64.Deploy.0 = Debug|ARM64 - {D1310DE7-70EC-4B6A-8A78-2A31BCFA037F}.Debug|x64.ActiveCfg = Debug|x64 - {D1310DE7-70EC-4B6A-8A78-2A31BCFA037F}.Debug|x64.Build.0 = Debug|x64 - {D1310DE7-70EC-4B6A-8A78-2A31BCFA037F}.Debug|x64.Deploy.0 = Debug|x64 - {D1310DE7-70EC-4B6A-8A78-2A31BCFA037F}.Debug|x86.ActiveCfg = Debug|Win32 - {D1310DE7-70EC-4B6A-8A78-2A31BCFA037F}.Debug|x86.Build.0 = Debug|Win32 - {D1310DE7-70EC-4B6A-8A78-2A31BCFA037F}.Debug|x86.Deploy.0 = Debug|Win32 - {D1310DE7-70EC-4B6A-8A78-2A31BCFA037F}.Release|Any CPU.ActiveCfg = Release|x64 - {D1310DE7-70EC-4B6A-8A78-2A31BCFA037F}.Release|Any CPU.Build.0 = Release|x64 - {D1310DE7-70EC-4B6A-8A78-2A31BCFA037F}.Release|Any CPU.Deploy.0 = Release|x64 - {D1310DE7-70EC-4B6A-8A78-2A31BCFA037F}.Release|ARM64.ActiveCfg = Release|ARM64 - {D1310DE7-70EC-4B6A-8A78-2A31BCFA037F}.Release|ARM64.Build.0 = Release|ARM64 - {D1310DE7-70EC-4B6A-8A78-2A31BCFA037F}.Release|ARM64.Deploy.0 = Release|ARM64 - {D1310DE7-70EC-4B6A-8A78-2A31BCFA037F}.Release|x64.ActiveCfg = Release|x64 - {D1310DE7-70EC-4B6A-8A78-2A31BCFA037F}.Release|x64.Build.0 = Release|x64 - {D1310DE7-70EC-4B6A-8A78-2A31BCFA037F}.Release|x64.Deploy.0 = Release|x64 - {D1310DE7-70EC-4B6A-8A78-2A31BCFA037F}.Release|x86.ActiveCfg = Release|Win32 - {D1310DE7-70EC-4B6A-8A78-2A31BCFA037F}.Release|x86.Build.0 = Release|Win32 - {D1310DE7-70EC-4B6A-8A78-2A31BCFA037F}.Release|x86.Deploy.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -2919,7 +2893,6 @@ Global {06AA7FD7-36BE-41AC-9008-56919D1612C6} = {3B706C5C-55E0-4B76-BF59-89E20FE46795} {462CF10A-E6B5-4005-8E25-132D1DE589B7} = {2B653A15-2482-40E5-9509-C531E69D0749} {7A3C8F5D-9B2E-4A1F-8D6C-3E9F7B4A2C1D} = {2B653A15-2482-40E5-9509-C531E69D0749} - {D1310DE7-70EC-4B6A-8A78-2A31BCFA037F} = {AC5FFC80-92FE-4933-BED2-EC5519AC4440} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {4B3D7591-CFEC-4762-9A07-ABE99938FB77} diff --git a/test/TestApps/StoragePickersTestApp/App.xaml b/test/TestApps/StoragePickersTestApp/App.xaml deleted file mode 100644 index 400df8963b..0000000000 --- a/test/TestApps/StoragePickersTestApp/App.xaml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - diff --git a/test/TestApps/StoragePickersTestApp/App.xaml.cpp b/test/TestApps/StoragePickersTestApp/App.xaml.cpp deleted file mode 100644 index 6c5316458a..0000000000 --- a/test/TestApps/StoragePickersTestApp/App.xaml.cpp +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c) Microsoft Corporation and Contributors. All rights reserved. -// Licensed under the MIT License. See LICENSE in the project root for license information. - -#include "pch.h" -#include "App.xaml.h" -#include "MainWindow.xaml.h" - -#include -#include - -using namespace winrt; -using namespace Microsoft::UI::Xaml; - -namespace winrt::StoragePickersTestApp::implementation -{ - App::App() - { -#if defined _DEBUG && !defined DISABLE_XAML_GENERATED_BREAK_ON_UNHANDLED_EXCEPTION - UnhandledException([](IInspectable const&, UnhandledExceptionEventArgs const& e) - { - if (IsDebuggerPresent()) - { - auto errorMessage = e.Message(); - __debugbreak(); - } - }); -#endif - } - - void App::OnLaunched([[maybe_unused]] LaunchActivatedEventArgs const& e) - { - window = make(); - window.as()->InitializeDefaults(); - - if (auto appWindow = window.AppWindow()) - { - appWindow.Resize(winrt::Windows::Graphics::SizeInt32{ 1800, 1220 }); - } - - window.Activate(); - } -} diff --git a/test/TestApps/StoragePickersTestApp/App.xaml.h b/test/TestApps/StoragePickersTestApp/App.xaml.h deleted file mode 100644 index b8ddc37cb9..0000000000 --- a/test/TestApps/StoragePickersTestApp/App.xaml.h +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright (c) Microsoft Corporation and Contributors. All rights reserved. -// Licensed under the MIT License. See LICENSE in the project root for license information. - -#pragma once - -#include "App.xaml.g.h" - -namespace winrt::StoragePickersTestApp::implementation -{ - struct App : AppT - { - App(); - - void OnLaunched(Microsoft::UI::Xaml::LaunchActivatedEventArgs const&); - - private: - winrt::Microsoft::UI::Xaml::Window window{ nullptr }; - }; -} diff --git a/test/TestApps/StoragePickersTestApp/Assets/LockScreenLogo.scale-200.png b/test/TestApps/StoragePickersTestApp/Assets/LockScreenLogo.scale-200.png deleted file mode 100644 index 7440f0d4bf..0000000000 Binary files a/test/TestApps/StoragePickersTestApp/Assets/LockScreenLogo.scale-200.png and /dev/null differ diff --git a/test/TestApps/StoragePickersTestApp/Assets/SplashScreen.scale-200.png b/test/TestApps/StoragePickersTestApp/Assets/SplashScreen.scale-200.png deleted file mode 100644 index 32f486a867..0000000000 Binary files a/test/TestApps/StoragePickersTestApp/Assets/SplashScreen.scale-200.png and /dev/null differ diff --git a/test/TestApps/StoragePickersTestApp/Assets/Square150x150Logo.scale-200.png b/test/TestApps/StoragePickersTestApp/Assets/Square150x150Logo.scale-200.png deleted file mode 100644 index 53ee3777ea..0000000000 Binary files a/test/TestApps/StoragePickersTestApp/Assets/Square150x150Logo.scale-200.png and /dev/null differ diff --git a/test/TestApps/StoragePickersTestApp/Assets/Square44x44Logo.scale-200.png b/test/TestApps/StoragePickersTestApp/Assets/Square44x44Logo.scale-200.png deleted file mode 100644 index f713bba67f..0000000000 Binary files a/test/TestApps/StoragePickersTestApp/Assets/Square44x44Logo.scale-200.png and /dev/null differ diff --git a/test/TestApps/StoragePickersTestApp/Assets/Square44x44Logo.targetsize-24_altform-unplated.png b/test/TestApps/StoragePickersTestApp/Assets/Square44x44Logo.targetsize-24_altform-unplated.png deleted file mode 100644 index dc9f5bea0c..0000000000 Binary files a/test/TestApps/StoragePickersTestApp/Assets/Square44x44Logo.targetsize-24_altform-unplated.png and /dev/null differ diff --git a/test/TestApps/StoragePickersTestApp/Assets/StoreLogo.png b/test/TestApps/StoragePickersTestApp/Assets/StoreLogo.png deleted file mode 100644 index a4586f26bd..0000000000 Binary files a/test/TestApps/StoragePickersTestApp/Assets/StoreLogo.png and /dev/null differ diff --git a/test/TestApps/StoragePickersTestApp/Assets/Wide310x150Logo.scale-200.png b/test/TestApps/StoragePickersTestApp/Assets/Wide310x150Logo.scale-200.png deleted file mode 100644 index 8b4a5d0dd5..0000000000 Binary files a/test/TestApps/StoragePickersTestApp/Assets/Wide310x150Logo.scale-200.png and /dev/null differ diff --git a/test/TestApps/StoragePickersTestApp/Directory.Build.props b/test/TestApps/StoragePickersTestApp/Directory.Build.props deleted file mode 100644 index d68fb6cd6c..0000000000 --- a/test/TestApps/StoragePickersTestApp/Directory.Build.props +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - diff --git a/test/TestApps/StoragePickersTestApp/Directory.Build.targets b/test/TestApps/StoragePickersTestApp/Directory.Build.targets deleted file mode 100644 index 69059f309f..0000000000 --- a/test/TestApps/StoragePickersTestApp/Directory.Build.targets +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/test/TestApps/StoragePickersTestApp/MainWindow.idl b/test/TestApps/StoragePickersTestApp/MainWindow.idl deleted file mode 100644 index bf53253266..0000000000 --- a/test/TestApps/StoragePickersTestApp/MainWindow.idl +++ /dev/null @@ -1,11 +0,0 @@ -// Copyright (c) Microsoft Corporation and Contributors. All rights reserved. -// Licensed under the MIT License. See LICENSE in the project root for license information. - -namespace StoragePickersTestApp -{ - [default_interface] - runtimeclass MainWindow : Microsoft.UI.Xaml.Window - { - MainWindow(); - } -} diff --git a/test/TestApps/StoragePickersTestApp/MainWindow.xaml b/test/TestApps/StoragePickersTestApp/MainWindow.xaml deleted file mode 100644 index 8e211b041c..0000000000 --- a/test/TestApps/StoragePickersTestApp/MainWindow.xaml +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -