Skip to content

Commit 5a195ae

Browse files
committed
Windows 10 1511 Release - January 2016 Update
2 parents cef5343 + 1709b21 commit 5a195ae

File tree

589 files changed

+4513
-618
lines changed

Some content is hidden

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

589 files changed

+4513
-618
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
191191
<td><a href="Samples/WebView">WebView control (HTML)</a></td>
192192
</tr>
193193
<tr>
194+
<td><a href="Samples/XamlWebView">WebView control (XAML)</a></td>
194195
<td><a href="Samples/ResizeAppView">Window resizing</a></td>
195196
</tr>
196197
</table>
@@ -453,31 +454,32 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
453454

454455
<table>
455456
<tr>
457+
<td><a href="Samples/Advertising">Advertising</a></td>
456458
<td><a href="Samples/BackgroundTransfer">Background transfer</a></td>
457459
<td><a href="Samples/DatagramSocket">DatagramSocket</a></td>
458-
<td><a href="Samples/EasProtocol">Exchange Active Sync (EAS)</a></td>
459460
</tr>
460461
<tr>
462+
<td><a href="Samples/EasProtocol">Exchange Active Sync (EAS)</a></td>
461463
<td><a href="Samples/HttpClient">HttpClient</a></td>
462464
<td><a href="Samples/Json">JSON</a></td>
463-
<td><a href="Samples/MobileBroadband">Mobile broadband</a></td>
464465
</tr>
465466
<tr>
467+
<td><a href="Samples/MobileBroadband">Mobile broadband</a></td>
466468
<td><a href="Samples/RadioManager">Radios</a></td>
467469
<td><a href="Samples/FeedReader">RSS reader end-to-end (JavaScript)</a></td>
468-
<td><a href="Samples/SocketActivityStreamSocket">Socket activity trigger stream socket</a></td>
469470
</tr>
470471
<tr>
472+
<td><a href="Samples/SocketActivityStreamSocket">Socket activity trigger stream socket</a></td>
471473
<td><a href="Samples/StreamSocket">StreamSocket</a></td>
472474
<td><a href="Samples/Syndication">Syndication</a></td>
473-
<td><a href="Samples/UssdProtcol">USSD protocol</a></td>
474475
</tr>
475476
<tr>
477+
<td><a href="Samples/UssdProtcol">USSD protocol</a></td>
476478
<td><a href="Samples/WebSocket">WebSocket</a></td>
477479
<td><a href="Samples/WiFiDirect">Wi-Fi Direct</a></td>
478-
<td><a href="Samples/WiFiDirectServices">Wi-Fi Direct services</a></td>
479480
</tr>
480481
<tr>
482+
<td><a href="Samples/WiFiDirectServices">Wi-Fi Direct services</a></td>
481483
<td><a href="Samples/WiFiScan">Wi-Fi scanning</a></td>
482484
</tr>
483485
</table>

Samples/Accelerometer/cpp/Accelerometer.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<AppContainerApplication>true</AppContainerApplication>
99
<ApplicationType>Windows Store</ApplicationType>
1010
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
11-
<WindowsTargetPlatformVersion>10.0.10240.0</WindowsTargetPlatformVersion>
11+
<WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
1212
<WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
1313
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
1414
</PropertyGroup>

Samples/Accelerometer/cs/Accelerometer.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyName>Accelerometer</AssemblyName>
1212
<DefaultLanguage>en-US</DefaultLanguage>
1313
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion>
14+
<TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
1515
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>

Samples/Accelerometer/js/Accelerometer.jsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).props" />
4646
<PropertyGroup>
4747
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
48-
<TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion>
48+
<TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
4949
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
5050
<MinimumVisualStudioVersion>$(VersionNumberMajor).$(VersionNumberMinor)</MinimumVisualStudioVersion>
5151
<DefaultLanguage>en-US</DefaultLanguage>

Samples/Accelerometer/vb/Accelerometer.vbproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyName>Accelerometer</AssemblyName>
1212
<DefaultLanguage>en-US</DefaultLanguage>
1313
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion>
14+
<TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
1515
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>

Samples/ActivitySensor/cpp/ActivitySensor.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<AppContainerApplication>true</AppContainerApplication>
99
<ApplicationType>Windows Store</ApplicationType>
1010
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
11-
<WindowsTargetPlatformVersion>10.0.10240.0</WindowsTargetPlatformVersion>
11+
<WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
1212
<WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
1313
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
1414
</PropertyGroup>

Samples/ActivitySensor/cpp/Tasks/ActivitySensorTasks.vcxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<AppContainerApplication>true</AppContainerApplication>
99
<ApplicationType>Windows Store</ApplicationType>
1010
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
11-
<WindowsTargetPlatformVersion>10.0.10240.0</WindowsTargetPlatformVersion>
11+
<WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
1212
<WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
1313
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
14-
<TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion>
14+
<TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
1515
</PropertyGroup>
1616
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
1717
<ItemGroup Label="ProjectConfigurations">

Samples/ActivitySensor/cs/ActivitySensor.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyName>ActivitySensor</AssemblyName>
1212
<DefaultLanguage>en-US</DefaultLanguage>
1313
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion>
14+
<TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
1515
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>

Samples/ActivitySensor/cs/Tasks/ActivitySensorTasks.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyName>ActivitySensorTasksCS</AssemblyName>
1212
<DefaultLanguage>en-US</DefaultLanguage>
1313
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion>
14+
<TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
1515
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>

Samples/ActivitySensor/vb/ActivitySensor.vbproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyName>ActivitySensor</AssemblyName>
1212
<DefaultLanguage>en-US</DefaultLanguage>
1313
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion>
14+
<TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
1515
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>

Samples/ActivitySensor/vb/Tasks/ActivitySensorTasks.vbproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyName>ActivitySensorTasksCS</AssemblyName>
1212
<DefaultLanguage>en-US</DefaultLanguage>
1313
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion>
14+
<TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
1515
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>

Samples/AdaptiveStreaming/cs/AdaptiveStreaming.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyName>AdaptiveStreaming</AssemblyName>
1212
<DefaultLanguage>en-US</DefaultLanguage>
1313
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion>
14+
<TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
1515
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>

Samples/AdaptiveStreaming/js/AdaptiveStreaming.jsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).props" />
4646
<PropertyGroup>
4747
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
48-
<TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion>
48+
<TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
4949
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
5050
<MinimumVisualStudioVersion>$(VersionNumberMajor).$(VersionNumberMinor)</MinimumVisualStudioVersion>
5151
<DefaultLanguage>en-US</DefaultLanguage>

Samples/AdaptiveStreaming/vb/AdaptiveStreaming.vbproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyName>AdaptiveStreaming</AssemblyName>
1212
<DefaultLanguage>en-US</DefaultLanguage>
1313
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion>
14+
<TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
1515
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>

Samples/AdvancedCasting/cs/AdvancedCasting.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyName>ScreenCasting</AssemblyName>
1212
<DefaultLanguage>en-US</DefaultLanguage>
1313
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion>
14+
<TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
1515
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>

Samples/AdvancedCasting/vb/AdvancedCasting.vbproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyName>ScreenCasting</AssemblyName>
1212
<DefaultLanguage>en-US</DefaultLanguage>
1313
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion>
14+
<TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
1515
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>

Samples/Advertising/README.md

+65
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
<!---
2+
category: NetworkingAndWebServices
3+
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=722924
4+
--->
5+
6+
# Advertising sample
7+
8+
This sample shows how to use the Microsoft Advertising SDK (Microsoft.Advertising) to show display ads and interstitial ads using the following methods:
9+
- Creating an ad control to show display ads using only XAML / HTML markup
10+
- Creating an ad control to show display ads programatically
11+
- Creating an ad control to show interstitial video ads programatically
12+
13+
## Prerequisites
14+
15+
This sample requires the [Microsoft Advertising SDK Libraries for XAML or JavaScript](http://go.microsoft.com/fwlink/?LinkID=619694).
16+
[Download it here](http://go.microsoft.com/fwlink/p/?LinkId=518026).
17+
It also requires the [internet client capability](https://msdn.microsoft.com/library/windows/apps/mt270968#general-use_capabilities) to be added to the manifest.
18+
19+
When you incorporate this sample into your own app,
20+
obtain your own ApplicationId and AdUnitId from the Dev Center.
21+
See [Monetize with Ads](https://msdn.microsoft.com/en-us/library/windows/apps/mt170658.aspx) on MSDN
22+
for more details.
23+
24+
## Related topics
25+
26+
### Samples
27+
28+
[Store in-app purchase](/Samples/Store)
29+
30+
## Reference
31+
32+
[Microsoft Advertising Client SDK API Reference](https://msdn.microsoft.com/en-US/library/mt313151(v=msads.30).aspx)
33+
34+
### See also
35+
36+
[Getting Started](https://msdn.microsoft.com/en-US/library/mt313197(v=msads.30).aspx)
37+
38+
[Developer Walkthroughs](https://msdn.microsoft.com/en-US/library/mt313121(v=msads.30).aspx)
39+
40+
[Interstitial Ads](https://msdn.microsoft.com/en-US/library/mt313191(v=msads.30).aspx)
41+
42+
## System requirements
43+
44+
**Client:** Windows 10
45+
46+
**Phone:** Windows 10
47+
48+
## Build the sample
49+
50+
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.
51+
2. Start Microsoft Visual Studio 2015 and select **File** \> **Open** \> **Project/Solution**.
52+
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.
53+
4. Press Ctrl+Shift+B, or select **Build** \> **Build Solution**.
54+
55+
## Run the sample
56+
57+
The next steps depend on whether you just want to deploy the sample or you want to both deploy and run it.
58+
59+
### Deploying the sample
60+
61+
- Select Build > Deploy Solution.
62+
63+
### Deploying and running the sample
64+
65+
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.
+40
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}") = "Advertising", "Advertising.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)