diff --git a/SampleGallery/Assets/StoreAssets/AppIcon.png b/SampleGallery/Assets/StoreAssets/AppIcon.png deleted file mode 100644 index 4cdc97c..0000000 Binary files a/SampleGallery/Assets/StoreAssets/AppIcon.png and /dev/null differ diff --git a/SampleGallery/Assets/StoreAssets/SplashScreen.png b/SampleGallery/Assets/StoreAssets/SplashScreen.png deleted file mode 100644 index d9b39d5..0000000 Binary files a/SampleGallery/Assets/StoreAssets/SplashScreen.png and /dev/null differ diff --git a/SampleGallery/Assets/StoreAssets/Square150.png b/SampleGallery/Assets/StoreAssets/Square150.png deleted file mode 100644 index 3a115f6..0000000 Binary files a/SampleGallery/Assets/StoreAssets/Square150.png and /dev/null differ diff --git a/SampleGallery/Assets/StoreAssets/StoreLogo.png b/SampleGallery/Assets/StoreAssets/StoreLogo.scale-100.png similarity index 100% rename from SampleGallery/Assets/StoreAssets/StoreLogo.png rename to SampleGallery/Assets/StoreAssets/StoreLogo.scale-100.png diff --git a/SampleGallery/Assets/StoreAssets/Wide.png b/SampleGallery/Assets/StoreAssets/Wide.png deleted file mode 100644 index 4918691..0000000 Binary files a/SampleGallery/Assets/StoreAssets/Wide.png and /dev/null differ diff --git a/SampleGallery/MainPage.xaml b/SampleGallery/MainPage.xaml index 90e4601..37c5d20 100644 --- a/SampleGallery/MainPage.xaml +++ b/SampleGallery/MainPage.xaml @@ -24,7 +24,7 @@ - Windows UI Sample Gallery + Windows Composition Samples - + diff --git a/SampleGallery/Pages/HomePage.xaml b/SampleGallery/Pages/HomePage.xaml index 8a160a5..7ebbf55 100644 --- a/SampleGallery/Pages/HomePage.xaml +++ b/SampleGallery/Pages/HomePage.xaml @@ -52,10 +52,10 @@ All of the samples shown here are available on Microsoft's - Windows UI Dev Labs repo on GitHub. + Windows Composition Samples repo on GitHub. - Want to preview and experiment with the very latest pre-release samples demonstrating visual effects, animations and interactions? Become a Windows Insider and rebuild the Windows UI Dev Labs project against the latest Insider SDK and OS build to get samples that are otherwise hidden on major OS release builds. + Want to preview and experiment with the very latest pre-release samples demonstrating visual effects, animations and interactions? Become a Windows Insider and rebuild the Windows Composition Samples project against the latest Insider SDK and OS build to get samples that are otherwise hidden on major OS release builds. diff --git a/SampleGallery/SampleGallery.csproj b/SampleGallery/SampleGallery.csproj index 9fe5473..9d767f1 100644 --- a/SampleGallery/SampleGallery.csproj +++ b/SampleGallery/SampleGallery.csproj @@ -388,25 +388,22 @@ - - - + - @@ -426,7 +423,6 @@ - diff --git a/SampleGallery/Settings.xaml b/SampleGallery/Settings.xaml index 7515977..9329147 100644 --- a/SampleGallery/Settings.xaml +++ b/SampleGallery/Settings.xaml @@ -26,10 +26,10 @@ - This app showcases core platform building blocks which power Fluent design and can be used to create more delightful, engaging experiences. The source code to this app is available on - - https://github.com/Microsoft/WindowsUIDevLabs - . + This app showcases core platform building blocks which power Fluent design and can be used to create more delightful, engaging experiences. The source code to this app is available on the + + Windows Composition Samples + repo on GitHub. diff --git a/SampleGallery/Shared/Social.xaml.cs b/SampleGallery/Shared/Social.xaml.cs index 4fa4fae..5881b3d 100644 --- a/SampleGallery/Shared/Social.xaml.cs +++ b/SampleGallery/Shared/Social.xaml.cs @@ -30,6 +30,6 @@ namespace CompositionSampleGallery private async void TwitterPanel_Tapped(object sender, TappedRoutedEventArgs e){ await Launcher.LaunchUriAsync(new Uri("https://twitter.com/WindowsUI")); } - private async void GitHubPanel_Tapped(object sender, TappedRoutedEventArgs e){ await Launcher.LaunchUriAsync(new Uri("https://github.com/Microsoft/WindowsUIDevLabs")); } + private async void GitHubPanel_Tapped(object sender, TappedRoutedEventArgs e){ await Launcher.LaunchUriAsync(new Uri("http://aka.ms/windowsui")); } } }