From 175494a94255f8f422bc37440d9dc41c0bcd52bc Mon Sep 17 00:00:00 2001 From: Steve White Date: Fri, 19 Apr 2019 17:05:48 -0700 Subject: [PATCH] updating for 19h1 --- PhotoLab/PhotoLab.csproj | 4 ++-- README.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PhotoLab/PhotoLab.csproj b/PhotoLab/PhotoLab.csproj index 3a8a41c..b67f785 100644 --- a/PhotoLab/PhotoLab.csproj +++ b/PhotoLab/PhotoLab.csproj @@ -11,8 +11,8 @@ PhotoLab en-US UAP - 10.0.17763.0 - 10.0.17763.0 + 10.0.18362.0 + 10.0.18362.0 14 512 {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} diff --git a/README.md b/README.md index 98b5f48..533e54a 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ statusNotificationTargets: # PhotoLab sample +> Note - This sample is targeted and tested for Windows 10, version 1903 (10.0; Build 18362), and Visual Studio 2019. If you prefer, you can use project properties to retarget the project(s) to Windows 10, version 1809 (10.0; Build 17763), and/or open the sample with Visual Studio 2017. + A mini-app for viewing and editing image files, demonstrating XAML layout, data binding, and UI customization features for Universal Windows Platform (UWP) apps. ![PhotoLab sample showing the image collection page](Screenshots/PhotoLab-collection-page.png)