diff --git a/.clang-format b/.clang-format index 6562bcd597f..f62fb6dce57 100644 --- a/.clang-format +++ b/.clang-format @@ -1,19 +1,19 @@ --- -# Don't try to format any languages not described by this file -DisableFormat: true -BasedOnStyle: LLVM +Language: Cpp AccessModifierOffset: -4 AlignAfterOpenBracket: Align -AlignConsecutiveMacros: false -AlignConsecutiveAssignments: false -AlignConsecutiveDeclarations: false +AlignArrayOfStructures: None +AlignConsecutiveMacros: None +AlignConsecutiveAssignments: None +AlignConsecutiveBitFields: None +AlignConsecutiveDeclarations: None AlignEscapedNewlines: Right -AlignOperands: true +AlignOperands: Align AlignTrailingComments: true AllowAllArgumentsOnNextLine: true -AllowAllConstructorInitializersOnNextLine: true AllowAllParametersOfDeclarationOnNextLine: true -AllowShortBlocksOnASingleLine: false +AllowShortEnumsOnASingleLine: true +AllowShortBlocksOnASingleLine: Never AllowShortCaseLabelsOnASingleLine: false AllowShortFunctionsOnASingleLine: Empty AllowShortLambdasOnASingleLine: Empty @@ -23,12 +23,14 @@ AlwaysBreakAfterDefinitionReturnType: None AlwaysBreakAfterReturnType: None AlwaysBreakBeforeMultilineStrings: false AlwaysBreakTemplateDeclarations: Yes +AttributeMacros: + - __capability BinPackArguments: true BinPackParameters: true BraceWrapping: AfterCaseLabel: false AfterClass: false - AfterControlStatement: false + AfterControlStatement: Never AfterEnum: false AfterFunction: true AfterNamespace: false @@ -38,27 +40,39 @@ BraceWrapping: AfterExternBlock: false BeforeCatch: true BeforeElse: true + BeforeLambdaBody: false + BeforeWhile: false IndentBraces: false SplitEmptyFunction: true SplitEmptyRecord: true SplitEmptyNamespace: true BreakBeforeBinaryOperators: None +BreakBeforeConceptDeclarations: true BreakBeforeBraces: Custom BreakBeforeInheritanceComma: false BreakInheritanceList: BeforeColon BreakBeforeTernaryOperators: true +BreakConstructorInitializersBeforeComma: false BreakConstructorInitializers: BeforeComma BreakAfterJavaFieldAnnotations: false BreakStringLiterals: true ColumnLimit: 118 CommentPragmas: '^ IWYU pragma:' +QualifierAlignment: Leave CompactNamespaces: false -ConstructorInitializerAllOnOneLineOrOnePerLine: false ConstructorInitializerIndentWidth: 4 ContinuationIndentWidth: 4 Cpp11BracedListStyle: true +DeriveLineEnding: true DerivePointerAlignment: false +DisableFormat: false +EmptyLineAfterAccessModifier: Never +EmptyLineBeforeAccessModifier: LogicalBlock ExperimentalAutoDetectBinPacking: false +PackConstructorInitializers: BinPack +BasedOnStyle: '' +ConstructorInitializerAllOnOneLineOrOnePerLine: false +AllowAllConstructorInitializersOnNextLine: true FixNamespaceComments: true ForEachMacros: - foreach @@ -68,68 +82,114 @@ ForEachMacros: - TEST_CASE - DYNAMIC_SECTION - BENCHMARK +IfMacros: + - KJ_IF_MAYBE IncludeBlocks: Preserve IncludeCategories: - Regex: '^"(llvm|llvm-c|clang|clang-c)/' Priority: 2 + SortPriority: 0 + CaseSensitive: false - Regex: '^(<|"(gtest|isl|json)/)' Priority: 3 + SortPriority: 0 + CaseSensitive: false - Regex: '.*' Priority: 1 + SortPriority: 0 + CaseSensitive: false IncludeIsMainRegex: '(Test)?$' +IncludeIsMainSourceRegex: '' +IndentAccessModifiers: false IndentCaseLabels: true +IndentCaseBlocks: false +IndentGotoLabels: true IndentPPDirectives: None +IndentExternBlock: AfterExternBlock +IndentRequires: false IndentWidth: 4 IndentWrappedFunctionNames: false +InsertTrailingCommas: None JavaScriptQuotes: Leave JavaScriptWrapImports: true KeepEmptyLinesAtTheStartOfBlocks: true +LambdaBodyIndentation: Signature MacroBlockBegin: '' MacroBlockEnd: '' MaxEmptyLinesToKeep: 2 NamespaceIndentation: None ObjCBinPackProtocolList: Auto ObjCBlockIndentWidth: 4 +ObjCBreakBeforeNestedBlockParam: true ObjCSpaceAfterProperty: false ObjCSpaceBeforeProtocolList: true PenaltyBreakAssignment: 2 PenaltyBreakBeforeFirstCallParameter: 19 PenaltyBreakComment: 300 PenaltyBreakFirstLessLess: 120 +PenaltyBreakOpenParenthesis: 0 PenaltyBreakString: 1000 PenaltyBreakTemplateDeclaration: 10 PenaltyExcessCharacter: 1000000 PenaltyReturnTypeOnItsOwnLine: 60 +PenaltyIndentedWhitespace: 0 PointerAlignment: Left +PPIndentWidth: -1 +ReferenceAlignment: Left ReflowComments: true -SortIncludes: false -SortUsingDeclarations: true +RemoveBracesLLVM: false +SeparateDefinitionBlocks: Leave +ShortNamespaceLines: 1 +SortIncludes: Never +SortJavaStaticImport: Before +SortUsingDeclarations: false SpaceAfterCStyleCast: false SpaceAfterLogicalNot: false SpaceAfterTemplateKeyword: true SpaceBeforeAssignmentOperators: true +SpaceBeforeCaseColon: false SpaceBeforeCpp11BracedList: false SpaceBeforeCtorInitializerColon: true SpaceBeforeInheritanceColon: true -SpaceBeforeParens: ControlStatementsExceptForEachMacros +SpaceBeforeParens: ControlStatementsExceptControlMacros +SpaceBeforeParensOptions: + AfterControlStatements: true + AfterForeachMacros: false + AfterFunctionDefinitionName: false + AfterFunctionDeclarationName: false + AfterIfMacros: false + AfterOverloadedOperator: false + BeforeNonEmptyParentheses: false +SpaceAroundPointerQualifiers: Default SpaceBeforeRangeBasedForLoopColon: true +SpaceInEmptyBlock: false SpaceInEmptyParentheses: false SpacesBeforeTrailingComments: 1 -SpacesInAngles: false +SpacesInAngles: Never +SpacesInConditionalStatement: false SpacesInContainerLiterals: true SpacesInCStyleCastParentheses: false +SpacesInLineCommentPrefix: + Minimum: 1 + Maximum: -1 SpacesInParentheses: false SpacesInSquareBrackets: false -Standard: Cpp11 +SpaceBeforeSquareBrackets: false +BitFieldColonSpacing: Both +Standard: Latest +StatementAttributeLikeMacros: + - Q_EMIT StatementMacros: - Q_UNUSED - QT_REQUIRE_VERSION TabWidth: 4 +UseCRLF: false UseTab: Never ---- -Language: Cpp -DisableFormat: false ---- -Language: ObjC -DisableFormat: false +WhitespaceSensitiveMacros: + - STRINGIZE + - PP_STRINGIZE + - BOOST_PP_STRINGIZE + - NS_SWIFT_NAME + - CF_SWIFT_NAME ... + diff --git a/.project b/.project index 48555f2457f..ae4d3317790 100644 --- a/.project +++ b/.project @@ -25,15 +25,6 @@ org.eclipse.cdt.managedbuilder.core.ScannerConfigNature - - 1684928805201 - external - 30 - - org.eclipse.ui.ide.multiFilter - 1.0-name-matches-false-false-catch - - 1684928848403 src/external diff --git a/CHANGELOG.md b/CHANGELOG.md index 31c6d9b9572..bd6304f6b54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ * Fixed an issue during a subsequent open of an encrypted Realm for some rare allocation patterns when the top ref was within ~50 bytes of the end of a page. This could manifest as a DecryptionFailed exception or as an assertion: `encrypted_file_mapping.hpp:183: Assertion failed: local_ndx < m_page_state.size()`. ([#7319](https://github.com/realm/realm-core/issues/7319)) * Non-streaming download sync progress notification is fixed for flexible sync Realms where before it was sometimes stopping to emit values right after the registration of the callback (PR [#7561](https://github.com/realm/realm-core/issues/7561)). * Schema initialization could hit an assertion failure if the sync client applied a downloaded changeset while the Realm file was in the process of being opened ([#7041](https://github.com/realm/realm-core/issues/7041), since v11.4.0). +* Queries using query paths on Mixed values returns inconsistent results ([#7587](https://github.com/realm/realm-core/issues/7587), since v14.0.0) * Fix client reset failure during sync migration due to previous incomplete client reset. ([PR #7542](https://github.com/realm/realm-core/pull/7542), since v13.11.0) ### Breaking changes @@ -58,6 +59,8 @@ * Sha-2 is no longer required as a submodule on Windows if linking with OpenSSL. * The Catch2 submodule has moved to `test/external/catch`. * Fix possible file corruption if using Transaction::copy_to if nested collections are present. +* Evergreen config was udpated so most linux CI testing is done on ubuntu 22.04 on aarch64 with clang 18, upgrading from clang 11 on ubuntu 20.04 mostly on x86_64 ([PR #7475](https://github.com/realm/realm-core/pull/7475)). +* Evergreen config was updated to move most MacOS testing to MacOS 14 on arm64 with Xcode 15.2, updating from Macos 11 on x86_64 with Xcode 13.1 ([PR #7618](https://github.com/realm/realm-core/pull/7618)). ---------------------------------------------- @@ -92,6 +95,7 @@ ### Enhancements * Introduce sync 'progress_estimate' parameter (value from 0.0 to 1.0) for existing sync 'ProgressNotifierCallback' api to report sync progress on current batch of upload/download until completion ([#7450](https://github.com/realm/realm-core/issues/7450)) +* Support assigning nested collections via templated API (PR [#7478](https://github.com/realm/realm-core/pull/7478)) ### Fixed * Fix an assertion failure "m_lock_info && m_lock_info->m_file.get_path() == m_filename" that appears to be related to opening a Realm while the file is in the process of being closed on another thread ([Swift #8507](https://github.com/realm/realm-swift/issues/8507)). diff --git a/Visual Studio/uwp_demo/App.xaml b/Visual Studio/uwp_demo/App.xaml deleted file mode 100644 index 6ebc1f22b7b..00000000000 --- a/Visual Studio/uwp_demo/App.xaml +++ /dev/null @@ -1,8 +0,0 @@ - - - diff --git a/Visual Studio/uwp_demo/App.xaml.cpp b/Visual Studio/uwp_demo/App.xaml.cpp deleted file mode 100644 index 2a87f84243a..00000000000 --- a/Visual Studio/uwp_demo/App.xaml.cpp +++ /dev/null @@ -1,152 +0,0 @@ -// -// App.xaml.cpp -// Implementation of the App class. -// - -#include "pch.h" -#include "MainPage.xaml.h" - -#include - -using namespace App1; - -using namespace Platform; -using namespace Windows::ApplicationModel; -using namespace Windows::ApplicationModel::Activation; -using namespace Windows::Foundation; -using namespace Windows::Foundation::Collections; -using namespace Windows::UI::Xaml; -using namespace Windows::UI::Xaml::Controls; -using namespace Windows::UI::Xaml::Controls::Primitives; -using namespace Windows::UI::Xaml::Data; -using namespace Windows::UI::Xaml::Input; -using namespace Windows::UI::Xaml::Interop; -using namespace Windows::UI::Xaml::Media; -using namespace Windows::UI::Xaml::Navigation; - -/// -/// Initializes the singleton application object. This is the first line of authored code -/// executed, and as such is the logical equivalent of main() or WinMain(). -/// -App::App() -{ - InitializeComponent(); - Suspending += ref new SuspendingEventHandler(this, &App::OnSuspending); -} - -/// -/// Invoked when the application is launched normally by the end user. Other entry points -/// will be used such as when the application is launched to open a specific file. -/// -/// Details about the launch request and process. -void App::OnLaunched(Windows::ApplicationModel::Activation::LaunchActivatedEventArgs^ e) -{ - using namespace realm; - using namespace std; - - { - Table t; - t.add_column(type_Int, "ints"); - t.add_empty_row(); - t.set_int(0, 0, 123); - int64_t i = t.get_int(0, 0); - } - - // For ARM, only Release mode is currently configured. Build Core in ARM Release mode too. - - // Enable when you have specified a valid tempdir for the target machine, else it will crash - /* - { - SharedGroupOptions sgo = SharedGroupOptions(SharedGroupOptions::Durability::Full, nullptr, false, std::function(), "tempdir"); - SharedGroup sg_w("test.realm", false, sgo); - WriteTransaction wt(sg_w); - TableRef t = wt.add_table("table"); - size_t col_ndx = t->add_column(type_String, "column"); - t->add_empty_row(1); - t->set_string(col_ndx, 0, StringData("string")); - } - */ - -#if _DEBUG - // Show graphics profiling information while debugging. - if (IsDebuggerPresent()) - { - // Display the current frame rate counters - DebugSettings->EnableFrameRateCounter = true; - } -#endif - auto rootFrame = dynamic_cast(Window::Current->Content); - - // Do not repeat app initialization when the Window already has content, - // just ensure that the window is active - if (rootFrame == nullptr) - { - // Create a Frame to act as the navigation context and associate it with - // a SuspensionManager key - rootFrame = ref new Frame(); - - rootFrame->NavigationFailed += ref new Windows::UI::Xaml::Navigation::NavigationFailedEventHandler(this, &App::OnNavigationFailed); - - if (e->PreviousExecutionState == ApplicationExecutionState::Terminated) - { - // TODO: Restore the saved session state only when appropriate, scheduling the - // final launch steps after the restore is complete - - } - - if (e->PrelaunchActivated == false) - { - if (rootFrame->Content == nullptr) - { - // When the navigation stack isn't restored navigate to the first page, - // configuring the new page by passing required information as a navigation - // parameter - rootFrame->Navigate(TypeName(MainPage::typeid), e->Arguments); - } - // Place the frame in the current Window - Window::Current->Content = rootFrame; - // Ensure the current window is active - Window::Current->Activate(); - } - } - else - { - if (e->PrelaunchActivated == false) - { - if (rootFrame->Content == nullptr) - { - // When the navigation stack isn't restored navigate to the first page, - // configuring the new page by passing required information as a navigation - // parameter - rootFrame->Navigate(TypeName(MainPage::typeid), e->Arguments); - } - // Ensure the current window is active - Window::Current->Activate(); - } - } -} - -/// -/// Invoked when application execution is being suspended. Application state is saved -/// without knowing whether the application will be terminated or resumed with the contents -/// of memory still intact. -/// -/// The source of the suspend request. -/// Details about the suspend request. -void App::OnSuspending(Object^ sender, SuspendingEventArgs^ e) -{ - (void) sender; // Unused parameter - (void) e; // Unused parameter - - //TODO: Save application state and stop any background activity -} - -/// -/// Invoked when Navigation to a certain page fails -/// -/// The Frame which failed navigation -/// Details about the navigation failure -void App::OnNavigationFailed(Platform::Object ^sender, Windows::UI::Xaml::Navigation::NavigationFailedEventArgs ^e) -{ - throw ref new FailureException("Failed to load Page " + e->SourcePageType.Name); -} \ No newline at end of file diff --git a/Visual Studio/uwp_demo/App.xaml.h b/Visual Studio/uwp_demo/App.xaml.h deleted file mode 100644 index a2bd4660bdd..00000000000 --- a/Visual Studio/uwp_demo/App.xaml.h +++ /dev/null @@ -1,27 +0,0 @@ -// -// App.xaml.h -// Declaration of the App class. -// - -#pragma once - -#include "App.g.h" - -namespace App1 -{ - /// - /// Provides application-specific behavior to supplement the default Application class. - /// - ref class App sealed - { - protected: - virtual void OnLaunched(Windows::ApplicationModel::Activation::LaunchActivatedEventArgs^ e) override; - - internal: - App(); - - private: - void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ e); - void OnNavigationFailed(Platform::Object ^sender, Windows::UI::Xaml::Navigation::NavigationFailedEventArgs ^e); - }; -} diff --git a/Visual Studio/uwp_demo/App1.sln b/Visual Studio/uwp_demo/App1.sln deleted file mode 100644 index 1d6736d7750..00000000000 --- a/Visual Studio/uwp_demo/App1.sln +++ /dev/null @@ -1,40 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26020.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "App1", "App1.vcxproj", "{2E10CEC7-325B-4EE0-917F-42C442BBC188}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|ARM = Debug|ARM - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|ARM = Release|ARM - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {2E10CEC7-325B-4EE0-917F-42C442BBC188}.Debug|ARM.ActiveCfg = Debug|ARM - {2E10CEC7-325B-4EE0-917F-42C442BBC188}.Debug|ARM.Build.0 = Debug|ARM - {2E10CEC7-325B-4EE0-917F-42C442BBC188}.Debug|ARM.Deploy.0 = Debug|ARM - {2E10CEC7-325B-4EE0-917F-42C442BBC188}.Debug|Win32.ActiveCfg = Debug|Win32 - {2E10CEC7-325B-4EE0-917F-42C442BBC188}.Debug|Win32.Build.0 = Debug|Win32 - {2E10CEC7-325B-4EE0-917F-42C442BBC188}.Debug|Win32.Deploy.0 = Debug|Win32 - {2E10CEC7-325B-4EE0-917F-42C442BBC188}.Debug|x64.ActiveCfg = Debug|x64 - {2E10CEC7-325B-4EE0-917F-42C442BBC188}.Debug|x64.Build.0 = Debug|x64 - {2E10CEC7-325B-4EE0-917F-42C442BBC188}.Debug|x64.Deploy.0 = Debug|x64 - {2E10CEC7-325B-4EE0-917F-42C442BBC188}.Release|ARM.ActiveCfg = Release|ARM - {2E10CEC7-325B-4EE0-917F-42C442BBC188}.Release|ARM.Build.0 = Release|ARM - {2E10CEC7-325B-4EE0-917F-42C442BBC188}.Release|ARM.Deploy.0 = Release|ARM - {2E10CEC7-325B-4EE0-917F-42C442BBC188}.Release|Win32.ActiveCfg = Release|Win32 - {2E10CEC7-325B-4EE0-917F-42C442BBC188}.Release|Win32.Build.0 = Release|Win32 - {2E10CEC7-325B-4EE0-917F-42C442BBC188}.Release|Win32.Deploy.0 = Release|Win32 - {2E10CEC7-325B-4EE0-917F-42C442BBC188}.Release|x64.ActiveCfg = Release|x64 - {2E10CEC7-325B-4EE0-917F-42C442BBC188}.Release|x64.Build.0 = Release|x64 - {2E10CEC7-325B-4EE0-917F-42C442BBC188}.Release|x64.Deploy.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Visual Studio/uwp_demo/App1.vcxproj b/Visual Studio/uwp_demo/App1.vcxproj deleted file mode 100644 index e9cb9256faa..00000000000 --- a/Visual Studio/uwp_demo/App1.vcxproj +++ /dev/null @@ -1,224 +0,0 @@ - - - - {2e10cec7-325b-4ee0-917f-42c442bbc188} - App1 - en-US - 14.0 - true - Windows Store - 10.0.10586.0 - 10.0.10240.0 - 10.0 - - - - - Debug - ARM - - - Debug - Win32 - - - Debug - x64 - - - Release - ARM - - - Release - Win32 - - - Release - x64 - - - - Application - true - v141 - - - Application - true - v141 - - - Application - true - v141 - - - Application - false - v141 - - - Application - false - v141 - - - Application - false - v141 - - - - - - - - - - - - - - - - - - - - - - - - - App1_TemporaryKey.pfx - True - Always - arm - - - - /bigobj -D_SCL_SECURE_NO_WARNINGS %(AdditionalOptions) - 4453;28204 - $(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories); ..\..\..\realm-core\src - - - "..\..\..\realm-core\Visual Studio\lib\Realm UWP Debug static lib x64.lib" %(AdditionalOptions) - - - - - /bigobj -D_SCL_SECURE_NO_WARNINGS %(AdditionalOptions) - 4453;28204 - $(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories); ..\..\..\realm-core\src - - - "..\..\..\realm-core\Visual Studio\lib\Realm UWP Debug static lib x64.lib" %(AdditionalOptions) - - - - - /bigobj -D_SCL_SECURE_NO_WARNINGS %(AdditionalOptions) - 4453;28204 - $(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories); ..\..\..\realm-core\src - - - "..\..\..\realm-core\Visual Studio\lib\Realm UWP Debug static lib x64.lib" %(AdditionalOptions) - - - - - /bigobj %(AdditionalOptions) - 4453;28204 - $(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories); ..\..\..\realm-core\src - Default - MultiThreadedDLL - MaxSpeed - - - - "C:\D\realm-core\Visual Studio\lib\Realm UWP Release static lib x64.lib" %(AdditionalOptions) - - - - - /bigobj %(AdditionalOptions) - 4453;28204 - $(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories); ..\..\..\realm-core\src - Default - MultiThreadedDLL - MaxSpeed - - - - - "..\..\..\realm-core\Visual Studio\ARM\UWP Release static lib\Realm\Realm UWP Release static lib ARM.lib" %(AdditionalOptions) - - - - - /bigobj %(AdditionalOptions) - 4453;28204 - $(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories); ..\..\..\realm-core\src - Default - MultiThreadedDLL - MaxSpeed - - - - - "..\..\..\realm-core\Visual Studio\lib\Realm UWP Release static lib x64.lib" %(AdditionalOptions) - - - - - - App.xaml - - - MainPage.xaml - - - - - Designer - - - Designer - - - - - Designer - - - - - - - - - - - - - - - App.xaml - - - MainPage.xaml - - - Create - Create - Create - Create - Create - Create - - - - - - \ No newline at end of file diff --git a/Visual Studio/uwp_demo/App1.vcxproj.filters b/Visual Studio/uwp_demo/App1.vcxproj.filters deleted file mode 100644 index 7a6117afeda..00000000000 --- a/Visual Studio/uwp_demo/App1.vcxproj.filters +++ /dev/null @@ -1,57 +0,0 @@ - - - - - 2e10cec7-325b-4ee0-917f-42c442bbc188 - - - 49d2eb57-246d-4aa4-850e-1ba48992da82 - bmp;fbx;gif;jpg;jpeg;tga;tiff;tif;png - - - - - - - - - - - - - - - - - - Assets - - - Assets - - - Assets - - - Assets - - - Assets - - - Assets - - - Assets - - - - - - - - - - - - \ No newline at end of file diff --git a/Visual Studio/uwp_demo/App1_TemporaryKey.pfx b/Visual Studio/uwp_demo/App1_TemporaryKey.pfx deleted file mode 100644 index f76bba2f176..00000000000 Binary files a/Visual Studio/uwp_demo/App1_TemporaryKey.pfx and /dev/null differ diff --git a/Visual Studio/uwp_demo/Assets/LockScreenLogo.scale-200.png b/Visual Studio/uwp_demo/Assets/LockScreenLogo.scale-200.png deleted file mode 100644 index 735f57adb5d..00000000000 Binary files a/Visual Studio/uwp_demo/Assets/LockScreenLogo.scale-200.png and /dev/null differ diff --git a/Visual Studio/uwp_demo/Assets/SplashScreen.scale-200.png b/Visual Studio/uwp_demo/Assets/SplashScreen.scale-200.png deleted file mode 100644 index 023e7f1feda..00000000000 Binary files a/Visual Studio/uwp_demo/Assets/SplashScreen.scale-200.png and /dev/null differ diff --git a/Visual Studio/uwp_demo/Assets/Square150x150Logo.scale-200.png b/Visual Studio/uwp_demo/Assets/Square150x150Logo.scale-200.png deleted file mode 100644 index af49fec1a54..00000000000 Binary files a/Visual Studio/uwp_demo/Assets/Square150x150Logo.scale-200.png and /dev/null differ diff --git a/Visual Studio/uwp_demo/Assets/Square44x44Logo.scale-200.png b/Visual Studio/uwp_demo/Assets/Square44x44Logo.scale-200.png deleted file mode 100644 index ce342a2ec8a..00000000000 Binary files a/Visual Studio/uwp_demo/Assets/Square44x44Logo.scale-200.png and /dev/null differ diff --git a/Visual Studio/uwp_demo/Assets/Square44x44Logo.targetsize-24_altform-unplated.png b/Visual Studio/uwp_demo/Assets/Square44x44Logo.targetsize-24_altform-unplated.png deleted file mode 100644 index f6c02ce97e0..00000000000 Binary files a/Visual Studio/uwp_demo/Assets/Square44x44Logo.targetsize-24_altform-unplated.png and /dev/null differ diff --git a/Visual Studio/uwp_demo/Assets/StoreLogo.png b/Visual Studio/uwp_demo/Assets/StoreLogo.png deleted file mode 100644 index 7385b56c0e4..00000000000 Binary files a/Visual Studio/uwp_demo/Assets/StoreLogo.png and /dev/null differ diff --git a/Visual Studio/uwp_demo/Assets/Wide310x150Logo.scale-200.png b/Visual Studio/uwp_demo/Assets/Wide310x150Logo.scale-200.png deleted file mode 100644 index 288995b397f..00000000000 Binary files a/Visual Studio/uwp_demo/Assets/Wide310x150Logo.scale-200.png and /dev/null differ diff --git a/Visual Studio/uwp_demo/MainPage.xaml b/Visual Studio/uwp_demo/MainPage.xaml deleted file mode 100644 index 262743bf579..00000000000 --- a/Visual Studio/uwp_demo/MainPage.xaml +++ /dev/null @@ -1,17 +0,0 @@ - - - -