From 2da48189ab23c95bed0bb4fd69a5b3bfc8e03c15 Mon Sep 17 00:00:00 2001 From: Karl Erickson Date: Tue, 23 Oct 2018 16:29:01 -0700 Subject: [PATCH] added metadata files --- apps/News/news.yml | 11 +++++++++++ apps/NorthwindPhoto/northwind-photo.yml | 11 +++++++++++ apps/iot/iot.yml | 11 +++++++++++ apps/music/music.yml | 11 +++++++++++ apps/social/social.yml | 11 +++++++++++ apps/video/video.yml | 10 ++++++++++ apps/weather/weather.yml | 11 +++++++++++ 7 files changed, 76 insertions(+) create mode 100644 apps/News/news.yml create mode 100644 apps/NorthwindPhoto/northwind-photo.yml create mode 100644 apps/iot/iot.yml create mode 100644 apps/music/music.yml create mode 100644 apps/social/social.yml create mode 100644 apps/video/video.yml create mode 100644 apps/weather/weather.yml diff --git a/apps/News/news.yml b/apps/News/news.yml new file mode 100644 index 0000000..0dc3204 --- /dev/null +++ b/apps/News/news.yml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: UWP Experiences - The News Experience + description: Fourth Coffee is a sample news app that works across the desktop, phone, and Xbox One and offers a premium experience that takes advantage of each device’s strengths. + generateZip: true + author: nmetulev + languages: + - csharp + technologies: + - windows + vssolution: News.sln \ No newline at end of file diff --git a/apps/NorthwindPhoto/northwind-photo.yml b/apps/NorthwindPhoto/northwind-photo.yml new file mode 100644 index 0000000..2bf2b8f --- /dev/null +++ b/apps/NorthwindPhoto/northwind-photo.yml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: UWP Experiences - Northwind Photo + description: The Northwind Photo application was used at the Windows Developer Day keynote to demonstrate some of the great features of the Creators Update. + generateZip: true + author: nmetulev + languages: + - csharp + technologies: + - windows + vssolution: NorthwindPhoto.sln \ No newline at end of file diff --git a/apps/iot/iot.yml b/apps/iot/iot.yml new file mode 100644 index 0000000..9b045db --- /dev/null +++ b/apps/iot/iot.yml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: UWP Experiences - The IoT Experience + description: Best For You is a sample fitness UWP app that uses Windows IoT Core and Azure Iot Hub to collect data from a fictional IoT enabled yoga clothes and presenting it to the user in a meaningful and helpful way on all of their devices to track progress of exercise and health. + generateZip: true + author: nmetulev + languages: + - csharp + technologies: + - windows + vssolution: BestForYou\Yoga.sln \ No newline at end of file diff --git a/apps/music/music.yml b/apps/music/music.yml new file mode 100644 index 0000000..6af41e1 --- /dev/null +++ b/apps/music/music.yml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: UWP Experiences - The Music Experience + description: Backdrop is a sample music app written for the Universal Windows Platform (UWP) and tvOS by using Xamarin to share the majority of business logic, view models, playlist management, cloud and device communication. It uses SignalR to create a social music experience across users, device form factors and platforms. + generateZip: true + author: nmetulev + languages: + - csharp + technologies: + - windows + vssolution: music.sln \ No newline at end of file diff --git a/apps/social/social.yml b/apps/social/social.yml new file mode 100644 index 0000000..508fa83 --- /dev/null +++ b/apps/social/social.yml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: UWP Experiences - The Social Experience + description: Adventure Works is a cross device UWP app for sharing adventures and experiences with fictional friends by using APIs for Camera, Inking, Speech, Project Rome and more. Azure Cognitive Services provides the required inteligence. + generateZip: true + author: nmetulev + languages: + - csharp + technologies: + - windows + vssolution: "Adventure Works\Adventure Works.sln" \ No newline at end of file diff --git a/apps/video/video.yml b/apps/video/video.yml new file mode 100644 index 0000000..fd7f031 --- /dev/null +++ b/apps/video/video.yml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: UWP Experiences - The Video Experience + description: South Ridge Video is an open source video app developed as a hosted web application built with React.js, and hosted on a web server. South Ridge can easily be converted to a UWP application that takes advantage of native platform capabilities and can be distributed through the Windows Store as any other UWP app. + generateZip: true + author: nmetulev + languages: + - javascript + technologies: + - windows diff --git a/apps/weather/weather.yml b/apps/weather/weather.yml new file mode 100644 index 0000000..a352b9f --- /dev/null +++ b/apps/weather/weather.yml @@ -0,0 +1,11 @@ +### YamlMime:Sample +sample: +- name: UWP Experiences - The Weather Experience + description: Atmosphere is is a sample weather app that showcases the use of the popular Unity Engine in a normal Universal Windows Platform (UWP) application. + generateZip: true + author: nmetulev + languages: + - csharp + technologies: + - windows + vssolution: Atmosphere\Atmosphere.sln \ No newline at end of file