Skip to content

Commit

Permalink
Windows 10 RTM Release - August 2015 Update 4
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnewthing committed Aug 26, 2015
1 parent ec9437f commit 2fbdfea
Show file tree
Hide file tree
Showing 252 changed files with 9,597 additions and 1,343 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,16 +324,20 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
</tr>
<tr>
<td><a href="Samples/ApplicationResources">Application resources and localization</a></td>
<td><a href="Samples/Calendar">Calendar</a></td>
<td><a href="Samples/DateTimeFormatting">Date and time formatting</a></td>
<td><a href="Samples/JapanesePhoneticAnalysis">Japanese phonetic analysis</a></td>
</tr>
<tr>
<td><a href="Samples/GlobalizationPreferences">Globalization preferences</a></td>
<td><a href="Samples/JapanesePhoneticAnalysis">Japanese phonetic analysis</a></td>
<td><a href="Samples/LanguageFont">Language font mapping</a></td>
</tr>
<tr>
<td><a href="Samples/LinguisticServices">Linguistic services</a></td>
<td><a href="Samples/NumberFormatting">Number formatting and parsing</a></td>
<td><a href="Samples/TextSegmentation">Text segmentation</a></td>
</tr>
<tr>
<td><a href="Samples/TextSegmentation">Text segmentation</a></td>
<td><a href="Samples/TextSuggestion">Text suggestions</a></td>
<td><a href="Samples/Unicode">Unicode string processing</a></td>
</tr>
Expand Down Expand Up @@ -362,9 +366,9 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
<th colspan="3" align="left">Identity, security, and encryption</th>
</tr>
<tr>
<td><a href="Samples/UserInfo">User information</a></td>
<td><a href="Samples/PasswordVault">Credential locker</a></td>
<td><a href="Samples/CredentialPicker">Credential picker</a></td>
<td><a href="Samples/DisablingScreenCapture">Disabling screen capture</a></td>
</tr>
<tr>
<td><a href="Samples/EnterpriseDataProtection">Enterprise data protection</a></td>
Expand All @@ -373,10 +377,11 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
</tr>
<tr>
<td><a href="Samples/SmartCard">Smart cards</a></td>
<td><a href="Samples/UserInfo">User information</a></td>
<td><a href="Samples/UserConsentVerifier">UserConsentVerifier</a></td>
<td><a href="Samples/WebAccountManagement">Web account management</a></td>
</tr>
<tr>
<td><a href="Samples/WebAccountManagement">Web account management</a></td>
<td><a href="Samples/WebAuthenticationBroker">WebAuthenticationBroker</a></td>
</tr>
</table>
Expand Down
19 changes: 2 additions & 17 deletions Samples/ApplicationData/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!---
<!---
category: AppSettings
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620486&clcid=0x409
--->
Expand All @@ -24,28 +24,13 @@ The sample covers these key tasks:
- Reading and writing files to an app data store
- Responding to roaming events


## Tasks

[**Quickstart: Local application data (JavaScript)**](http://msdn.microsoft.com/library/windows/apps/hh465118)

[**Quickstart: Local application data (C#/VB/C++)**](http://msdn.microsoft.com/library/windows/apps/hh700361)

[**Quickstart: Roaming application data (JavaScript)**](http://msdn.microsoft.com/library/windows/apps/hh465123)

[**Quickstart: Roaming application data (C#/VB/C++)**](http://msdn.microsoft.com/library/windows/apps/hh700362)

[**Quickstart: Temporary application data (JavaScript)**](http://msdn.microsoft.com/library/windows/apps/hh465130)

[**Quickstart: Temporary application data (C#/VB/C++)**](http://msdn.microsoft.com/library/windows/apps/hh700363)

## Guidelines

[**Guidelines for roaming application data**](http://msdn.microsoft.com/library/windows/apps/hh465094)

## Concepts

[**Application data**](http://msdn.microsoft.com/library/windows/apps/hh464917)
[Store and retrieve settings and other app data](https://msdn.microsoft.com/library/windows/apps/mt299098)

## Reference

Expand Down
6 changes: 3 additions & 3 deletions Samples/Appointments/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!---
<!---
category: ContactsAndCalendar
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620488&clcid=0x409
--->
Expand All @@ -9,7 +9,7 @@ Demonstrates the functionality of the API of the [**Windows.ApplicationModel.App

An appointment ID is a **String** object that represents the appointment. Use the [**ShowAddAppointmentAsync**](http://msdn.microsoft.com/library/windows/apps/dn297256) API to obtain an appointment ID of the appointment to add. Use this appointment ID with the [**ShowReplaceAppointmentAsync**](http://msdn.microsoft.com/library/windows/apps/dn297283) or [**ShowRemoveAppointmentAsync**](http://msdn.microsoft.com/library/windows/apps/dn297269) API to update or remove the appointment.

For more info about how to manage appointments, see [Quickstart: Managing appointments (Windows Store apps using C#/VB/C++ and XAML)](http://msdn.microsoft.com/library/windows/apps/dn495339) and [Quickstart: Managing appointments (Windows Store apps using JavaScript and HTML)](http://msdn.microsoft.com/library/windows/apps/dn495338).
For more info about how to manage appointments, see [Managing appointments](https://msdn.microsoft.com/library/windows/apps/mt269389).

To obtain an insider copy of Windows 10, go to [Windows 10](http://insider.windows.com).

Expand Down Expand Up @@ -38,7 +38,7 @@ For more info about the concepts and APIs demonstrated in this sample, see these

1. If you download the samples ZIP, be sure to unzip the entire archive, not just the folder with the sample you want to build.
2. Start Microsoft Visual Studio 2015 and select **File** \> **Open** \> **Project/Solution**.
3. Starting in the folder where you unzipped the samples, go to the Samples subfolder, then the subfolder for this specific sample, then the subfolder for your preferred language (C++, C#, or JavaScript). Double-click the Visual Studio 2015 Solution (.sln) file.
3. Starting in the folder where you unzipped the samples, go to the Samples subfolder, then the subfolder for this specific sample, then the subfolder for your preferred language (C++, C#, or JavaScript). Double-click the Visual Studio 2015 Solution (.sln) file.
4. Press Ctrl+Shift+B, or select **Build** \> **Build Solution**.

## Run the sample
Expand Down
14 changes: 5 additions & 9 deletions Samples/AssociationLaunching/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,10 @@ For more info about the concepts and APIs demonstrated in this sample, see these

###Tasks

- [How to handle file activation (JavaScript)](http://msdn.microsoft.com/library/windows/apps/hh452684)
- [How to handle file activation (C#/VB/C++)](http://msdn.microsoft.com/library/windows/apps/hh779669)
- [How to handle protocol activation (JavaScript)](http://msdn.microsoft.com/library/windows/apps/hh452686)
- [How to handle protocol activation (C#/VB/C++)](http://msdn.microsoft.com/library/windows/apps/hh779670)
- [How to launch the default app for a file (JavaScript)](http://msdn.microsoft.com/library/windows/apps/hh452687)
- [How to launch the default app for a file (C#/VB/C++)](http://msdn.microsoft.com/library/windows/apps/hh779671)
- [How to launch the default app for a protocol (JavaScript)](http://msdn.microsoft.com/library/windows/apps/hh452690)
- [How to launch the default app for a protocol (C#/VB/C++)](http://msdn.microsoft.com/library/windows/apps/hh779672)
- [Handle file activation](https://msdn.microsoft.com/library/windows/apps/mt269385)
- [Handle URI activation](https://msdn.microsoft.com/library/windows/apps/mt228339)
- [Launch the default app for a file](https://msdn.microsoft.com/library/windows/apps/mt299102)
- [Launch the default app for a URI](https://msdn.microsoft.com/library/windows/apps/mt228340)

###Guidelines

Expand All @@ -65,7 +61,7 @@ For more info about the concepts and APIs demonstrated in this sample, see these

1. If you download the samples ZIP, be sure to unzip the entire archive, not just the folder with the sample you want to build.
2. Start Microsoft Visual Studio 2015 and select **File** \> **Open** \> **Project/Solution**.
3. Starting in the folder where you unzipped the samples, go to the Samples subfolder, then the subfolder for this specific sample, then the subfolder for your preferred language (C++, C#, or JavaScript). Double-click the Visual Studio 2015 Solution (.sln) file.
3. Starting in the folder where you unzipped the samples, go to the Samples subfolder, then the subfolder for this specific sample, then the subfolder for your preferred language (C++, C#, or JavaScript). Double-click the Visual Studio 2015 Solution (.sln) file.
4. Press Ctrl+Shift+B, or select **Build** \> **Build Solution**.

## Run the sample
Expand Down
24 changes: 12 additions & 12 deletions Samples/BackgroundTask/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!---
<!---
category: LaunchingAndBackgroundTasks
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=618666&clcid=0x409
--->
Expand Down Expand Up @@ -38,7 +38,7 @@ To obtain an evaluation copy of Microsoft Visual Studio 2013, go to [Visual Stu

[Managing background tasks](http://msdn.microsoft.com/library/windows/apps/hh977053)

[Supporting your app with background tasks](http://msdn.microsoft.com/library/windows/apps/hh977056)
[Support your app with background tasks](https://msdn.microsoft.com/library/windows/apps/mt299103)

[Windows 8 app samples](http://go.microsoft.com/fwlink/p/?LinkID=227694)

Expand Down Expand Up @@ -112,14 +112,14 @@ Add the BackgroundTaskSample app to the lock screen manually:

See the following topics for step-by-step information about using background tasks:

- [Quickstart: Create and register a background task](http://msdn.microsoft.com/library/windows/apps/hh977055)
- [How to respond to system events with background tasks](http://msdn.microsoft.com/library/windows/apps/hh977058)
- [How to set conditions for running a background task](http://msdn.microsoft.com/library/windows/apps/hh977057)
- [How to handle a cancelled background task](http://msdn.microsoft.com/library/windows/apps/hh977052)
- [How to monitor background task progress and completion](http://msdn.microsoft.com/library/windows/apps/hh977054)
- [How to run a background task on a timer](http://msdn.microsoft.com/library/windows/apps/hh977059)
- [How to use maintenance triggers](http://msdn.microsoft.com/library/windows/apps/jj883699)
- [How to declare background tasks in the application manifest](http://msdn.microsoft.com/library/windows/apps/hh977049)
- [Guidelines and checklists for background tasks](http://msdn.microsoft.com/library/windows/apps/hh977051)
- [**How to debug a background task**](http://msdn.microsoft.com/library/windows/apps/jj542416)
- [Create and register a background task](https://msdn.microsoft.com/library/windows/apps/mt299100)
- [Respond to system events with background tasks](https://msdn.microsoft.com/library/windows/apps/mt185414)
- [Set conditions for running a background task](https://msdn.microsoft.com/library/windows/apps/mt185620)
- [Handle a cancelled background task](https://msdn.microsoft.com/library/windows/apps/mt187312)
- [Monitor background task progress and completion](https://msdn.microsoft.com/library/windows/apps/mt186457)
- [Run a background task on a timer ](https://msdn.microsoft.com/library/windows/apps/mt186458)
- [Use a maintenance trigger](https://msdn.microsoft.com/library/windows/apps/mt185632)
- [Declare background tasks in the application manifest](https://msdn.microsoft.com/library/windows/apps/mt185412)
- [Guidelines for background tasks](https://msdn.microsoft.com/library/windows/apps/mt187310)
- [Debug a background task](https://msdn.microsoft.com/library/windows/apps/mt299101)

2 changes: 1 addition & 1 deletion Samples/BasicFaceDetection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The FaceDetector is intended to operate on a static image or a single frame of v

1. If you download the samples ZIP, be sure to unzip the entire archive, not just the folder with the sample you want to build.
2. Start Microsoft Visual Studio 2015 and select **File** \> **Open** \> **Project/Solution**.
3. Starting in the folder where you unzipped the samples, go to the Samples subfolder, then the subfolder for this specific sample, then the subfolder for your preferred language (C++, C#, or JavaScript). Double-click the Visual Studio 2015 Solution (.sln) file.
3. Starting in the folder where you unzipped the samples, go to the Samples subfolder, then the subfolder for this specific sample, then the subfolder for your preferred language (C++ or C#). Double-click the Visual Studio 2015 Solution (.sln) file.
4. Press Ctrl+Shift+B, or select **Build** \> **Build Solution**.

## Run the sample
Expand Down
40 changes: 40 additions & 0 deletions Samples/BasicFaceDetection/cpp/BasicFaceDetection.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BasicFaceDetection", "BasicFaceDetection.vcxproj", "{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|ARM.ActiveCfg = Debug|ARM
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|ARM.Build.0 = Debug|ARM
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|ARM.Deploy.0 = Debug|ARM
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|x64.ActiveCfg = Debug|x64
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|x64.Build.0 = Debug|x64
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|x64.Deploy.0 = Debug|x64
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|x86.ActiveCfg = Debug|Win32
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|x86.Build.0 = Debug|Win32
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|x86.Deploy.0 = Debug|Win32
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|ARM.ActiveCfg = Release|ARM
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|ARM.Build.0 = Release|ARM
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|ARM.Deploy.0 = Release|ARM
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|x64.ActiveCfg = Release|x64
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|x64.Build.0 = Release|x64
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|x64.Deploy.0 = Release|x64
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|x86.ActiveCfg = Release|Win32
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|x86.Build.0 = Release|Win32
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading

0 comments on commit 2fbdfea

Please sign in to comment.