forked from microsoft/Windows-universal-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add samples metadata for internal bookkeeping
- Loading branch information
1 parent
c2ca5ee
commit f08e1a9
Showing
219 changed files
with
2,452 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: 3D Printing Sample | ||
description: This sample demonstrates a number of different tasks associated with 3D printing and editing the 3MF file type. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: 3D Printing from Unity sample | ||
description: This sample demonstrates loading a Unity 3D asset into the Windows 10 3D print dialog. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Accelerometer sample | ||
description: This sample shows how to use the Accelerometer class. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
- cpp | ||
- js | ||
- vb | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Activity detection sensor sample | ||
description: This sample demonstrates the use of the Windows.Devices.Sensors.ActivitySensor API. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
- cpp | ||
- js | ||
- vb | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Adaptive streaming sample | ||
description: How to create and use an AdaptiveMediaSource to playback HLS and DASH content over HTTP. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
- js | ||
- vb | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Advanced casting sample | ||
description: This sample shows how to use the APIs in the Windows.Media.Casting and Windows.Media.DialProtocol namespaces. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
- vb | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Advertising sample | ||
description: This sample shows how to use the Microsoft Advertising SDK (Microsoft.Advertising) to show display ads and interstitial ads using the following methods: - Creating an ad control to show display ads using only XAML / HTML markup - Creating an ad control to show display ads programatically - Creating an ad control to show interstitial video ads programatically ## Prerequisites This sample requires the Microsoft Advertising SDK Libraries for XAML or JavaScript. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
- cpp | ||
- js | ||
technologies: | ||
- windows |
11 changes: 11 additions & 0 deletions
11
Samples/AllJoyn/ConsumerExperiences/alljoyn-consumer-experiences.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: AllJoyn consumer experiences sample | ||
description: This sample demonstrates how to create an AllJoyn Windows Universal app using Code Generation with Introspection XML and Windows.Devices.AllJoyn. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
- js | ||
technologies: | ||
- windows |
11 changes: 11 additions & 0 deletions
11
Samples/AllJoyn/ProducerExperiences/alljoyn-producer-experiences.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: AllJoyn producer experiences sample | ||
description: This sample demonstrates how to create an AllJoyn Windows Universal app using Code Generation with Introspection XML and Windows.Devices.AllJoyn. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
- js | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Altimeter sample | ||
description: This sample demonstrates the use of the Windows.Devices.Sensors.Altimeter API. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
- cpp | ||
- js | ||
- vb | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Animation library (HTML) sample | ||
description: This sample shows how to use the Animation Library APIs. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- js | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Animation metrics sample | ||
description: This sample shows how to use the Animation Metrics APIs (Windows.UI.Core.AnimationMetrics to access the raw parameters that define the animations in the Windows Animation Library. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
- cpp | ||
- js | ||
- vb | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: App services sample | ||
description: This sample demonstrates how an app can provide a service that other apps can consume. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
- vb | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Application data sample | ||
description: This sample shows you how to store and retrieve data that is specific to each user and Windows Runtime app by using the Windows Runtime application data APIs (Windows.Storage.ApplicationData and so on). | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
- vb | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Application resources and localization sample | ||
description: This sample shows how to use application resources to separate localizable content from app code. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
- cpp | ||
- js | ||
- vb | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Appointment calendar sample | ||
description: Demonstrates the functionality of the API of the Windows.ApplicationModel.Appointments namespace. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
- vb | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Association launching sample | ||
description: This sample shows you how to launch an app for to handle a file type or a protocol (also known as custom scheme). | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
- vb | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Audio categories sample | ||
description: This sample demonstrates how to create apps that use various audio categories. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
- js | ||
- vb | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: AudioGraph sample | ||
description: This sample shows how to use the APIs in the Windows.Media.Audio namespace to create audio graphs for audio routing, mixing, and processing scenarios. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Back Button Sample | ||
description: This sample demonstrates how to set up an event handler for the back button event and how to enable the title bar back button for when the app is in windowed Desktop mode. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
- vb | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Background audio sample | ||
description: This sample demonstrates how to use the Background Media Player and playback lists to create a collection of songs that can continue to play even when the app is no longer in the foreground. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
- vb | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Background sensors sample | ||
description: This sample shows how to use background tasks with a device use trigger targetting sensors APIs. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
- cpp | ||
- vb | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Background task sample | ||
description: This sample shows you how to create and register background tasks using the Windows Runtime background task API. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
- cpp | ||
- vb | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Background transfer sample | ||
description: This sample shows how to use the Background Transfer API to download and upload files in the background in Universal Windows Platform (UWP) apps. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
- cpp | ||
- js | ||
- vb | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Barcode scanner sample | ||
description: This sample shows how to obtain a barcode scanner, claim it for exclusive use, enable it to receive data, and read a barcode. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
- cpp | ||
- js | ||
- vb | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Barometer sample | ||
description: This sample demonstrates the use of the Windows.Devices.Sensors.Barometer API. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
- cpp | ||
- js | ||
- vb | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Basic face detection sample | ||
description: This sample shows how to use the Windows.Media.FaceAnalysis.FaceDetector WinRT class to find human faces within a still image. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
- cpp | ||
- vb | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Basic face tracking sample | ||
description: This sample shows how to use the Windows.Media.FaceAnalysis.FaceTracker WinRT class to find human faces within an video stream. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
- cpp | ||
- vb | ||
technologies: | ||
- windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Basic input sample | ||
description: This sample shows how to handle input in Universal Windows Apps. | ||
generateZip: false | ||
author: oldnewthing | ||
languages: | ||
- csharp | ||
- vb | ||
technologies: | ||
- windows |
Oops, something went wrong.