Skip to content

Commit

Permalink
Add samples metadata for internal bookkeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnewthing committed Mar 1, 2018
1 parent c2ca5ee commit f08e1a9
Show file tree
Hide file tree
Showing 219 changed files with 2,452 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Samples/3DPrinting/3d-printing.yaml
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
10 changes: 10 additions & 0 deletions Samples/3DPrintingFromUnity/3d-printing-from-unity.yaml
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
13 changes: 13 additions & 0 deletions Samples/Accelerometer/accelerometer.yaml
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
13 changes: 13 additions & 0 deletions Samples/ActivitySensor/activity-sensor.yaml
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
12 changes: 12 additions & 0 deletions Samples/AdaptiveStreaming/adaptive-streaming.yaml
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
11 changes: 11 additions & 0 deletions Samples/AdvancedCasting/advanced-casting.yaml
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
12 changes: 12 additions & 0 deletions Samples/Advertising/advertising.yaml
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
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
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
13 changes: 13 additions & 0 deletions Samples/Altimeter/altimeter.yaml
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
10 changes: 10 additions & 0 deletions Samples/AnimationLibrary/animation-library.yaml
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
13 changes: 13 additions & 0 deletions Samples/AnimationMetrics/animation-metrics.yaml
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
11 changes: 11 additions & 0 deletions Samples/AppServices/app-services.yaml
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
11 changes: 11 additions & 0 deletions Samples/ApplicationData/application-data.yaml
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
13 changes: 13 additions & 0 deletions Samples/ApplicationResources/application-resources.yaml
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
11 changes: 11 additions & 0 deletions Samples/Appointments/appointments.yaml
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
11 changes: 11 additions & 0 deletions Samples/AssociationLaunching/association-launching.yaml
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
12 changes: 12 additions & 0 deletions Samples/AudioCategory/audio-category.yaml
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
10 changes: 10 additions & 0 deletions Samples/AudioCreation/audio-creation.yaml
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
11 changes: 11 additions & 0 deletions Samples/BackButton/back-button.yaml
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
11 changes: 11 additions & 0 deletions Samples/BackgroundAudio/background-audio.yaml
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
12 changes: 12 additions & 0 deletions Samples/BackgroundSensors/background-sensors.yaml
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
12 changes: 12 additions & 0 deletions Samples/BackgroundTask/background-task.yaml
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
13 changes: 13 additions & 0 deletions Samples/BackgroundTransfer/background-transfer.yaml
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
13 changes: 13 additions & 0 deletions Samples/BarcodeScanner/barcode-scanner.yaml
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
13 changes: 13 additions & 0 deletions Samples/Barometer/barometer.yaml
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
12 changes: 12 additions & 0 deletions Samples/BasicFaceDetection/basic-face-detection.yaml
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
12 changes: 12 additions & 0 deletions Samples/BasicFaceTracking/basic-face-tracking.yaml
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
11 changes: 11 additions & 0 deletions Samples/BasicInput/basic-input.yaml
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
Loading

0 comments on commit f08e1a9

Please sign in to comment.