Skip to content

Commit

Permalink
Windows 11 Version 22H2 - June 2023 Samples Update
Browse files Browse the repository at this point in the history
* Capabilities: Show how to use AppCapability.DisplayMessage
* All samples upgraded to 22H2 SDK
* New: OnDemandHotspot, PresenceSensor
* Archived: MyPeopleNotifications
  • Loading branch information
oldnewthing committed Jun 21, 2023
1 parent 118d53b commit 84de072
Show file tree
Hide file tree
Showing 1,092 changed files with 5,999 additions and 1,514 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
</tr>
<tr>
<td><a href="Samples/ContactPicker">Contact picker</a></td>
<td><a href="Samples/MyPeopleNotifications">My People notifications</a></td>
<td><a href="Samples/UserDataAccountManager">UserDataAccountManager</a></td>
</tr>
</table>
Expand Down Expand Up @@ -305,34 +304,35 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
<tr>
<td><a href="Samples/IoT-GPIO">General Purpose Input/Output (GPIO)</a></td>
<td><a href="Samples/Gyrometer">Gyrometer</a></td>
<td><a href="Samples/Inclinometer">Inclinometer</a></td>
<td><a href="Samples/PresenceSensor">Presence sensor</a></td>
</tr>
<tr>
<td><a href="Samples/Inclinometer">Inclinometer</a></td>
<td><a href="Samples/IoT-I2C">Inter-Integrated Circuit (I2C)</a></td>
<td><a href="Samples/LampDevice">Lamp device</a></td>
<td><a href="Samples/LightSensor">Light sensor</a></td>
</tr>
<tr>
<td><a href="Samples/LightSensor">Light sensor</a></td>
<td><a href="Samples/LineDisplay">Line display</a></td>
<td><a href="Samples/Magnetometer">Magnetometer</a></td>
<td><a href="Samples/MagneticStripeReader">Magnetic stripe reader</a></td>
</tr>
<tr>
<td><a href="Samples/MagneticStripeReader">Magnetic stripe reader</a></td>
<td><a href="Samples/Nfc">Near field communication (NFC)</a></td>
<td><a href="Samples/NfcProvisioner">NFC enterprise provisioner</a></td>
<td><a href="Samples/OrientationSensor">Orientation sensor</a></td>
</tr>
<tr>
<td><a href="Samples/OrientationSensor">Orientation sensor</a></td>
<td><a href="Samples/Pedometer">Pedometer</a></td>
<td><a href="Samples/PosPrinter">POS printer</a></td>
<td><a href="Samples/ProximitySensor">Proximity sensor</a></td>
</tr>
<tr>
<td><a href="Samples/ProximitySensor">Proximity sensor</a></td>
<td><a href="Samples/RadialController">Radial controller</a></td>
<td><a href="Samples/RelativeInclinometer">Relative inclinometer</a></td>
<td><a href="Samples/SerialArduino">Serial Arduino</a></td>
</tr>
<tr>
<td><a href="Samples/SerialArduino">Serial Arduino</a></td>
<td><a href="Samples/IoT-SPI">Serial Peripheral Interface (SPI)</a></td>
<td><a href="Samples/SimpleOrientationSensor">Simple orientation sensor</a></td>
</tr>
Expand Down Expand Up @@ -512,21 +512,22 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
<td><a href="Samples/NetworkConnectivity">Network connectivity</a></td>
</tr>
<tr>
<td><a href="Samples/OnDemandHotspot">On-Demand Wi-Fi hotspot</a></td>
<td><a href="Samples/RadioManager">Radios</a></td>
<td><a href="Samples/SocketActivityStreamSocket">Socket activity trigger stream socket</a></td>
<td><a href="Samples/StreamSocket">StreamSocket</a></td>
</tr>
<tr>
<td><a href="Samples/StreamSocket">StreamSocket</a></td>
<td><a href="Samples/Syndication">Syndication</a></td>
<td><a href="Samples/UssdProtcol">USSD protocol</a></td>
<td><a href="Samples/WebSocket">WebSocket</a></td>
</tr>
<tr>
<td><a href="Samples/WebSocket">WebSocket</a></td>
<td><a href="Samples/WiFiDirect">Wi-Fi Direct</a></td>
<td><a href="Samples/WiFiDirectServices">Wi-Fi Direct services</a></td>
<td><a href="Samples/HotspotAuthentication">Wi-Fi hotspot authentication</a></td>
</tr>
<tr>
<td><a href="Samples/HotspotAuthentication">Wi-Fi hotspot authentication</a></td>
<td><a href="Samples/WiFiScan">Wi-Fi scanning</a></td>
</tr>
</table>
Expand Down
4 changes: 2 additions & 2 deletions Samples/360VideoPlayback/cpp/360VideoPlayback.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
<AppContainerApplication>true</AppContainerApplication>
<ApplicationType>Windows Store</ApplicationType>
<WindowsTargetPlatformVersion>10.0.22000.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.22000.0</WindowsTargetPlatformMinVersion>
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.22621.0</WindowsTargetPlatformMinVersion>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Samples/360VideoPlayback/cpp/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Logo>Assets\StoreLogo-sdk.png</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.15063.0" MaxVersionTested="10.0.22000.0"/>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.15063.0" MaxVersionTested="10.0.22621.0"/>
</Dependencies>
<Resources>
<Resource Language="x-generate"/>
Expand Down
4 changes: 2 additions & 2 deletions Samples/360VideoPlayback/cs/360VideoPlayback.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<AssemblyName>360VideoPlayback</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.22000.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.22621.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>15</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
Expand Down
2 changes: 1 addition & 1 deletion Samples/360VideoPlayback/cs/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Logo>Assets\StoreLogo-sdk.png</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.15063.0" MaxVersionTested="10.0.22000.0"/>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.15063.0" MaxVersionTested="10.0.22621.0"/>
</Dependencies>
<Resources>
<Resource Language="x-generate"/>
Expand Down
2 changes: 1 addition & 1 deletion Samples/3DPrinting/cppwinrt/3DPrinting.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<AppContainerApplication>true</AppContainerApplication>
<ApplicationType>Windows Store</ApplicationType>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
<WindowsTargetPlatformVersion>10.0.22000.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>$(WindowsTargetPlatformVersion)</WindowsTargetPlatformMinVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/3DPrinting/cppwinrt/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Logo>Assets\storelogo-sdk.png</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10586.0" MaxVersionTested="10.0.22000.0"/>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10586.0" MaxVersionTested="10.0.22621.0"/>
</Dependencies>
<Resources>
<Resource Language="x-generate"/>
Expand Down
4 changes: 2 additions & 2 deletions Samples/3DPrinting/cs/3DPrinting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<AssemblyName>SDKTemplate</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.22000.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.22621.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
Expand Down
2 changes: 1 addition & 1 deletion Samples/3DPrinting/cs/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Logo>Assets\StoreLogo-sdk.png</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10586.0" MaxVersionTested="10.0.22000.0"/>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10586.0" MaxVersionTested="10.0.22621.0"/>
</Dependencies>
<Resources>
<Resource Language="x-generate"/>
Expand Down
4 changes: 2 additions & 2 deletions Samples/Accelerometer/cpp/Accelerometer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<AppContainerApplication>true</AppContainerApplication>
<ApplicationType>Windows Store</ApplicationType>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
<WindowsTargetPlatformVersion>10.0.22000.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.22000.0</WindowsTargetPlatformMinVersion>
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.22621.0</WindowsTargetPlatformMinVersion>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/Accelerometer/cpp/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</Properties>

<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.14393.0" MaxVersionTested="10.0.22000.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.14393.0" MaxVersionTested="10.0.22621.0" />
</Dependencies>

<Resources>
Expand Down
4 changes: 2 additions & 2 deletions Samples/Accelerometer/cs/Accelerometer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<AssemblyName>Accelerometer</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.22000.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.22621.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
<FileAlignment>512</FileAlignment>
Expand Down
2 changes: 1 addition & 1 deletion Samples/Accelerometer/cs/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</Properties>

<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.14393.0" MaxVersionTested="10.0.22000.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.14393.0" MaxVersionTested="10.0.22621.0" />
</Dependencies>

<Resources>
Expand Down
4 changes: 2 additions & 2 deletions Samples/Accelerometer/vb/Accelerometer.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<AssemblyName>Accelerometer</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.22000.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.22621.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
<FileAlignment>512</FileAlignment>
Expand Down
2 changes: 1 addition & 1 deletion Samples/Accelerometer/vb/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</Properties>

<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10240.0" MaxVersionTested="10.0.22000.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10240.0" MaxVersionTested="10.0.22621.0" />
</Dependencies>

<Resources>
Expand Down
4 changes: 2 additions & 2 deletions Samples/ActivitySensor/cpp/ActivitySensor.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<AppContainerApplication>true</AppContainerApplication>
<ApplicationType>Windows Store</ApplicationType>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
<WindowsTargetPlatformVersion>10.0.22000.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.22000.0</WindowsTargetPlatformMinVersion>
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.22621.0</WindowsTargetPlatformMinVersion>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/ActivitySensor/cpp/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</Properties>

<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10240.0" MaxVersionTested="10.0.22000.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10240.0" MaxVersionTested="10.0.22621.0" />
</Dependencies>

<Resources>
Expand Down
6 changes: 3 additions & 3 deletions Samples/ActivitySensor/cpp/Tasks/ActivitySensorTasks.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<AppContainerApplication>true</AppContainerApplication>
<ApplicationType>Windows Store</ApplicationType>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
<WindowsTargetPlatformVersion>10.0.22000.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.22000.0</WindowsTargetPlatformMinVersion>
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.22621.0</WindowsTargetPlatformMinVersion>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<ItemGroup Label="ProjectConfigurations">
Expand Down
4 changes: 2 additions & 2 deletions Samples/ActivitySensor/cs/ActivitySensor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<AssemblyName>ActivitySensor</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.22000.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.22621.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
<FileAlignment>512</FileAlignment>
Expand Down
2 changes: 1 addition & 1 deletion Samples/ActivitySensor/cs/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</Properties>

<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10240.0" MaxVersionTested="10.0.22000.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10240.0" MaxVersionTested="10.0.22621.0" />
</Dependencies>

<Resources>
Expand Down
4 changes: 2 additions & 2 deletions Samples/ActivitySensor/cs/Tasks/ActivitySensorTasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<AssemblyName>ActivitySensorTasksCS</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.22000.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.22621.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
<FileAlignment>512</FileAlignment>
Expand Down
4 changes: 2 additions & 2 deletions Samples/ActivitySensor/vb/ActivitySensor.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<AssemblyName>ActivitySensor</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.22000.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.22621.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
<FileAlignment>512</FileAlignment>
Expand Down
2 changes: 1 addition & 1 deletion Samples/ActivitySensor/vb/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</Properties>

<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10240.0" MaxVersionTested="10.0.22000.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10240.0" MaxVersionTested="10.0.22621.0" />
</Dependencies>

<Resources>
Expand Down
4 changes: 2 additions & 2 deletions Samples/ActivitySensor/vb/Tasks/ActivitySensorTasks.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<AssemblyName>ActivitySensorTasksCS</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.22000.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.22621.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
<FileAlignment>512</FileAlignment>
Expand Down
4 changes: 2 additions & 2 deletions Samples/AdaptiveStreaming/cs/AdaptiveStreaming.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<AssemblyName>AdaptiveStreaming</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.22000.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.22621.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
<FileAlignment>512</FileAlignment>
Expand Down
2 changes: 1 addition & 1 deletion Samples/AdaptiveStreaming/cs/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</Properties>

<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.14393.0" MaxVersionTested="10.0.22000.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.14393.0" MaxVersionTested="10.0.22621.0" />
</Dependencies>

<Resources>
Expand Down
4 changes: 2 additions & 2 deletions Samples/AdvancedCasting/cs/AdvancedCasting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<AssemblyName>ScreenCasting</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.22000.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.22621.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
<FileAlignment>512</FileAlignment>
Expand Down
2 changes: 1 addition & 1 deletion Samples/AdvancedCasting/cs/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Logo>Assets\StoreLogo-sdk.png</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10240.0" MaxVersionTested="10.0.22000.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10240.0" MaxVersionTested="10.0.22621.0" />
</Dependencies>
<Resources>
<Resource Language="x-generate" />
Expand Down
4 changes: 2 additions & 2 deletions Samples/AdvancedCasting/vb/AdvancedCasting.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<AssemblyName>ScreenCasting</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.22000.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.22621.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
<FileAlignment>512</FileAlignment>
Expand Down
2 changes: 1 addition & 1 deletion Samples/AdvancedCasting/vb/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Logo>Assets\StoreLogo-sdk.png</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10240.0" MaxVersionTested="10.0.22000.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10240.0" MaxVersionTested="10.0.22621.0" />
</Dependencies>
<Resources>
<Resource Language="x-generate" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<AppContainerApplication>true</AppContainerApplication>
<ApplicationType>Windows Store</ApplicationType>
<WindowsTargetPlatformVersion>10.0.22000.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.22000.0</WindowsTargetPlatformMinVersion>
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.22621.0</WindowsTargetPlatformMinVersion>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<AppContainerApplication>true</AppContainerApplication>
<ApplicationType>Windows Store</ApplicationType>
<WindowsTargetPlatformVersion>10.0.22000.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.22000.0</WindowsTargetPlatformMinVersion>
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.22621.0</WindowsTargetPlatformMinVersion>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
</PropertyGroup>
Expand Down
Loading

0 comments on commit 84de072

Please sign in to comment.