Skip to content

Commit 2fbdfea

Browse files
committed
Windows 10 RTM Release - August 2015 Update 4
1 parent ec9437f commit 2fbdfea

File tree

252 files changed

+9597
-1343
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

252 files changed

+9597
-1343
lines changed

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -324,16 +324,20 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
324324
</tr>
325325
<tr>
326326
<td><a href="Samples/ApplicationResources">Application resources and localization</a></td>
327+
<td><a href="Samples/Calendar">Calendar</a></td>
327328
<td><a href="Samples/DateTimeFormatting">Date and time formatting</a></td>
328-
<td><a href="Samples/JapanesePhoneticAnalysis">Japanese phonetic analysis</a></td>
329329
</tr>
330330
<tr>
331+
<td><a href="Samples/GlobalizationPreferences">Globalization preferences</a></td>
332+
<td><a href="Samples/JapanesePhoneticAnalysis">Japanese phonetic analysis</a></td>
331333
<td><a href="Samples/LanguageFont">Language font mapping</a></td>
334+
</tr>
335+
<tr>
332336
<td><a href="Samples/LinguisticServices">Linguistic services</a></td>
333337
<td><a href="Samples/NumberFormatting">Number formatting and parsing</a></td>
338+
<td><a href="Samples/TextSegmentation">Text segmentation</a></td>
334339
</tr>
335340
<tr>
336-
<td><a href="Samples/TextSegmentation">Text segmentation</a></td>
337341
<td><a href="Samples/TextSuggestion">Text suggestions</a></td>
338342
<td><a href="Samples/Unicode">Unicode string processing</a></td>
339343
</tr>
@@ -362,9 +366,9 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
362366
<th colspan="3" align="left">Identity, security, and encryption</th>
363367
</tr>
364368
<tr>
365-
<td><a href="Samples/UserInfo">User information</a></td>
366369
<td><a href="Samples/PasswordVault">Credential locker</a></td>
367370
<td><a href="Samples/CredentialPicker">Credential picker</a></td>
371+
<td><a href="Samples/DisablingScreenCapture">Disabling screen capture</a></td>
368372
</tr>
369373
<tr>
370374
<td><a href="Samples/EnterpriseDataProtection">Enterprise data protection</a></td>
@@ -373,10 +377,11 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
373377
</tr>
374378
<tr>
375379
<td><a href="Samples/SmartCard">Smart cards</a></td>
380+
<td><a href="Samples/UserInfo">User information</a></td>
376381
<td><a href="Samples/UserConsentVerifier">UserConsentVerifier</a></td>
377-
<td><a href="Samples/WebAccountManagement">Web account management</a></td>
378382
</tr>
379383
<tr>
384+
<td><a href="Samples/WebAccountManagement">Web account management</a></td>
380385
<td><a href="Samples/WebAuthenticationBroker">WebAuthenticationBroker</a></td>
381386
</tr>
382387
</table>

Samples/ApplicationData/README.md

+2-17
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!---
1+
<!---
22
category: AppSettings
33
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620486&clcid=0x409
44
--->
@@ -24,28 +24,13 @@ The sample covers these key tasks:
2424
- Reading and writing files to an app data store
2525
- Responding to roaming events
2626

27-
28-
## Tasks
29-
30-
[**Quickstart: Local application data (JavaScript)**](http://msdn.microsoft.com/library/windows/apps/hh465118)
31-
32-
[**Quickstart: Local application data (C#/VB/C++)**](http://msdn.microsoft.com/library/windows/apps/hh700361)
33-
34-
[**Quickstart: Roaming application data (JavaScript)**](http://msdn.microsoft.com/library/windows/apps/hh465123)
35-
36-
[**Quickstart: Roaming application data (C#/VB/C++)**](http://msdn.microsoft.com/library/windows/apps/hh700362)
37-
38-
[**Quickstart: Temporary application data (JavaScript)**](http://msdn.microsoft.com/library/windows/apps/hh465130)
39-
40-
[**Quickstart: Temporary application data (C#/VB/C++)**](http://msdn.microsoft.com/library/windows/apps/hh700363)
41-
4227
## Guidelines
4328

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

4631
## Concepts
4732

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

5035
## Reference
5136

Samples/Appointments/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!---
1+
<!---
22
category: ContactsAndCalendar
33
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620488&clcid=0x409
44
--->
@@ -9,7 +9,7 @@ Demonstrates the functionality of the API of the [**Windows.ApplicationModel.App
99

1010
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.
1111

12-
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).
12+
For more info about how to manage appointments, see [Managing appointments](https://msdn.microsoft.com/library/windows/apps/mt269389).
1313

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

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

3939
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.
4040
2. Start Microsoft Visual Studio 2015 and select **File** \> **Open** \> **Project/Solution**.
41-
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.
41+
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.
4242
4. Press Ctrl+Shift+B, or select **Build** \> **Build Solution**.
4343

4444
## Run the sample

Samples/AssociationLaunching/README.md

+5-9
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,10 @@ For more info about the concepts and APIs demonstrated in this sample, see these
4040

4141
###Tasks
4242

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

5248
###Guidelines
5349

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

6662
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.
6763
2. Start Microsoft Visual Studio 2015 and select **File** \> **Open** \> **Project/Solution**.
68-
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.
64+
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.
6965
4. Press Ctrl+Shift+B, or select **Build** \> **Build Solution**.
7066

7167
## Run the sample

Samples/BackgroundTask/README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!---
1+
<!---
22
category: LaunchingAndBackgroundTasks
33
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=618666&clcid=0x409
44
--->
@@ -38,7 +38,7 @@ To obtain an evaluation copy of Microsoft Visual Studio 2013, go to [Visual Stu
3838

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

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

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

@@ -112,14 +112,14 @@ Add the BackgroundTaskSample app to the lock screen manually:
112112

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

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

Samples/BasicFaceDetection/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The FaceDetector is intended to operate on a static image or a single frame of v
6565

6666
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.
6767
2. Start Microsoft Visual Studio 2015 and select **File** \> **Open** \> **Project/Solution**.
68-
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.
68+
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.
6969
4. Press Ctrl+Shift+B, or select **Build** \> **Build Solution**.
7070

7171
## Run the sample
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.23107.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BasicFaceDetection", "BasicFaceDetection.vcxproj", "{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|ARM = Debug|ARM
11+
Debug|x64 = Debug|x64
12+
Debug|x86 = Debug|x86
13+
Release|ARM = Release|ARM
14+
Release|x64 = Release|x64
15+
Release|x86 = Release|x86
16+
EndGlobalSection
17+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18+
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|ARM.ActiveCfg = Debug|ARM
19+
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|ARM.Build.0 = Debug|ARM
20+
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|ARM.Deploy.0 = Debug|ARM
21+
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|x64.ActiveCfg = Debug|x64
22+
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|x64.Build.0 = Debug|x64
23+
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|x64.Deploy.0 = Debug|x64
24+
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|x86.ActiveCfg = Debug|Win32
25+
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|x86.Build.0 = Debug|Win32
26+
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Debug|x86.Deploy.0 = Debug|Win32
27+
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|ARM.ActiveCfg = Release|ARM
28+
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|ARM.Build.0 = Release|ARM
29+
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|ARM.Deploy.0 = Release|ARM
30+
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|x64.ActiveCfg = Release|x64
31+
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|x64.Build.0 = Release|x64
32+
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|x64.Deploy.0 = Release|x64
33+
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|x86.ActiveCfg = Release|Win32
34+
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|x86.Build.0 = Release|Win32
35+
{F710B9FD-4E6B-42D7-A99A-6D48888D48B0}.Release|x86.Deploy.0 = Release|Win32
36+
EndGlobalSection
37+
GlobalSection(SolutionProperties) = preSolution
38+
HideSolutionNode = FALSE
39+
EndGlobalSection
40+
EndGlobal

0 commit comments

Comments
 (0)