Skip to content

Commit cc3e8a8

Browse files
committed
Windows 10 future version - September 2017 Update
2 parents 85b2522 + 5f0d091 commit cc3e8a8

File tree

203 files changed

+9721
-4809
lines changed

Some content is hidden

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

203 files changed

+9721
-4809
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
304304
<td><a href="Samples/BluetoothAdvertisement">Bluetooth advertisement</a></td>
305305
</tr>
306306
<tr>
307-
<td><a href="Samples/BluetoothLEClient">Bluetooth Low Energy client</a></td>
307+
<td><a href="Samples/BluetoothLE">Bluetooth Low Energy</a></td>
308308
<td><a href="Samples/CashDrawer">Cash drawer</a></td>
309309
<td><a href="Samples/Compass">Compass</a></td>
310310
</tr>
+80
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.26228.4
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppServicesClient", "AppServicesClient\AppServicesClient.vcxproj", "{336031EF-1B50-541C-841B-43216923CF4E}"
7+
ProjectSection(ProjectDependencies) = postProject
8+
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C} = {D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}
9+
EndProjectSection
10+
EndProject
11+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppServicesProvider", "AppServicesProvider\AppServicesProvider.vcxproj", "{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}"
12+
ProjectSection(ProjectDependencies) = postProject
13+
{5B93DBD6-9A95-5D82-B48F-69D33002C843} = {5B93DBD6-9A95-5D82-B48F-69D33002C843}
14+
EndProjectSection
15+
EndProject
16+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RandomNumberService", "RandomNumberService\RandomNumberService.vcxproj", "{5B93DBD6-9A95-5D82-B48F-69D33002C843}"
17+
EndProject
18+
Global
19+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
20+
Debug|ARM = Debug|ARM
21+
Debug|x64 = Debug|x64
22+
Debug|x86 = Debug|x86
23+
Release|ARM = Release|ARM
24+
Release|x64 = Release|x64
25+
Release|x86 = Release|x86
26+
EndGlobalSection
27+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
28+
{336031EF-1B50-541C-841B-43216923CF4E}.Debug|ARM.ActiveCfg = Debug|ARM
29+
{336031EF-1B50-541C-841B-43216923CF4E}.Debug|ARM.Build.0 = Debug|ARM
30+
{336031EF-1B50-541C-841B-43216923CF4E}.Debug|ARM.Deploy.0 = Debug|ARM
31+
{336031EF-1B50-541C-841B-43216923CF4E}.Debug|x64.ActiveCfg = Debug|x64
32+
{336031EF-1B50-541C-841B-43216923CF4E}.Debug|x64.Build.0 = Debug|x64
33+
{336031EF-1B50-541C-841B-43216923CF4E}.Debug|x64.Deploy.0 = Debug|x64
34+
{336031EF-1B50-541C-841B-43216923CF4E}.Debug|x86.ActiveCfg = Debug|Win32
35+
{336031EF-1B50-541C-841B-43216923CF4E}.Debug|x86.Build.0 = Debug|Win32
36+
{336031EF-1B50-541C-841B-43216923CF4E}.Debug|x86.Deploy.0 = Debug|Win32
37+
{336031EF-1B50-541C-841B-43216923CF4E}.Release|ARM.ActiveCfg = Release|ARM
38+
{336031EF-1B50-541C-841B-43216923CF4E}.Release|ARM.Build.0 = Release|ARM
39+
{336031EF-1B50-541C-841B-43216923CF4E}.Release|ARM.Deploy.0 = Release|ARM
40+
{336031EF-1B50-541C-841B-43216923CF4E}.Release|x64.ActiveCfg = Release|x64
41+
{336031EF-1B50-541C-841B-43216923CF4E}.Release|x64.Build.0 = Release|x64
42+
{336031EF-1B50-541C-841B-43216923CF4E}.Release|x64.Deploy.0 = Release|x64
43+
{336031EF-1B50-541C-841B-43216923CF4E}.Release|x86.ActiveCfg = Release|Win32
44+
{336031EF-1B50-541C-841B-43216923CF4E}.Release|x86.Build.0 = Release|Win32
45+
{336031EF-1B50-541C-841B-43216923CF4E}.Release|x86.Deploy.0 = Release|Win32
46+
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Debug|ARM.ActiveCfg = Debug|ARM
47+
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Debug|ARM.Build.0 = Debug|ARM
48+
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Debug|ARM.Deploy.0 = Debug|ARM
49+
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Debug|x64.ActiveCfg = Debug|x64
50+
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Debug|x64.Build.0 = Debug|x64
51+
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Debug|x64.Deploy.0 = Debug|x64
52+
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Debug|x86.ActiveCfg = Debug|Win32
53+
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Debug|x86.Build.0 = Debug|Win32
54+
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Debug|x86.Deploy.0 = Debug|Win32
55+
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Release|ARM.ActiveCfg = Release|ARM
56+
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Release|ARM.Build.0 = Release|ARM
57+
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Release|ARM.Deploy.0 = Release|ARM
58+
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Release|x64.ActiveCfg = Release|x64
59+
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Release|x64.Build.0 = Release|x64
60+
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Release|x64.Deploy.0 = Release|x64
61+
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Release|x86.ActiveCfg = Release|Win32
62+
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Release|x86.Build.0 = Release|Win32
63+
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Release|x86.Deploy.0 = Release|Win32
64+
{5B93DBD6-9A95-5D82-B48F-69D33002C843}.Debug|ARM.ActiveCfg = Debug|ARM
65+
{5B93DBD6-9A95-5D82-B48F-69D33002C843}.Debug|ARM.Build.0 = Debug|ARM
66+
{5B93DBD6-9A95-5D82-B48F-69D33002C843}.Debug|x64.ActiveCfg = Debug|x64
67+
{5B93DBD6-9A95-5D82-B48F-69D33002C843}.Debug|x64.Build.0 = Debug|x64
68+
{5B93DBD6-9A95-5D82-B48F-69D33002C843}.Debug|x86.ActiveCfg = Debug|Win32
69+
{5B93DBD6-9A95-5D82-B48F-69D33002C843}.Debug|x86.Build.0 = Debug|Win32
70+
{5B93DBD6-9A95-5D82-B48F-69D33002C843}.Release|ARM.ActiveCfg = Release|ARM
71+
{5B93DBD6-9A95-5D82-B48F-69D33002C843}.Release|ARM.Build.0 = Release|ARM
72+
{5B93DBD6-9A95-5D82-B48F-69D33002C843}.Release|x64.ActiveCfg = Release|x64
73+
{5B93DBD6-9A95-5D82-B48F-69D33002C843}.Release|x64.Build.0 = Release|x64
74+
{5B93DBD6-9A95-5D82-B48F-69D33002C843}.Release|x86.ActiveCfg = Release|Win32
75+
{5B93DBD6-9A95-5D82-B48F-69D33002C843}.Release|x86.Build.0 = Release|Win32
76+
EndGlobalSection
77+
GlobalSection(SolutionProperties) = preSolution
78+
HideSolutionNode = FALSE
79+
EndGlobalSection
80+
EndGlobal
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,218 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup Label="Globals">
4+
<ProjectGuid>{336031ef-1b50-541c-841b-43216923cf4e}</ProjectGuid>
5+
<RootNamespace>SDKTemplate</RootNamespace>
6+
<DefaultLanguage>en-US</DefaultLanguage>
7+
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
8+
<AppContainerApplication>true</AppContainerApplication>
9+
<ApplicationType>Windows Store</ApplicationType>
10+
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
11+
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
12+
<WindowsTargetPlatformMinVersion>10.0.15063.0</WindowsTargetPlatformMinVersion>
13+
</PropertyGroup>
14+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
15+
<ItemGroup Label="ProjectConfigurations">
16+
<ProjectConfiguration Include="Debug|ARM">
17+
<Configuration>Debug</Configuration>
18+
<Platform>ARM</Platform>
19+
</ProjectConfiguration>
20+
<ProjectConfiguration Include="Debug|Win32">
21+
<Configuration>Debug</Configuration>
22+
<Platform>Win32</Platform>
23+
</ProjectConfiguration>
24+
<ProjectConfiguration Include="Debug|x64">
25+
<Configuration>Debug</Configuration>
26+
<Platform>x64</Platform>
27+
</ProjectConfiguration>
28+
<ProjectConfiguration Include="Release|ARM">
29+
<Configuration>Release</Configuration>
30+
<Platform>ARM</Platform>
31+
</ProjectConfiguration>
32+
<ProjectConfiguration Include="Release|Win32">
33+
<Configuration>Release</Configuration>
34+
<Platform>Win32</Platform>
35+
</ProjectConfiguration>
36+
<ProjectConfiguration Include="Release|x64">
37+
<Configuration>Release</Configuration>
38+
<Platform>x64</Platform>
39+
</ProjectConfiguration>
40+
</ItemGroup>
41+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
42+
<ConfigurationType>Application</ConfigurationType>
43+
<UseDebugLibraries>true</UseDebugLibraries>
44+
<PlatformToolset>v141</PlatformToolset>
45+
</PropertyGroup>
46+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
47+
<ConfigurationType>Application</ConfigurationType>
48+
<UseDebugLibraries>true</UseDebugLibraries>
49+
<PlatformToolset>v141</PlatformToolset>
50+
</PropertyGroup>
51+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
52+
<ConfigurationType>Application</ConfigurationType>
53+
<UseDebugLibraries>true</UseDebugLibraries>
54+
<PlatformToolset>v141</PlatformToolset>
55+
</PropertyGroup>
56+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
57+
<ConfigurationType>Application</ConfigurationType>
58+
<UseDebugLibraries>false</UseDebugLibraries>
59+
<WholeProgramOptimization>true</WholeProgramOptimization>
60+
<PlatformToolset>v141</PlatformToolset>
61+
</PropertyGroup>
62+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
63+
<ConfigurationType>Application</ConfigurationType>
64+
<UseDebugLibraries>false</UseDebugLibraries>
65+
<WholeProgramOptimization>true</WholeProgramOptimization>
66+
<PlatformToolset>v141</PlatformToolset>
67+
</PropertyGroup>
68+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
69+
<ConfigurationType>Application</ConfigurationType>
70+
<UseDebugLibraries>false</UseDebugLibraries>
71+
<WholeProgramOptimization>true</WholeProgramOptimization>
72+
<PlatformToolset>v141</PlatformToolset>
73+
</PropertyGroup>
74+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
75+
<ImportGroup Label="ExtensionSettings">
76+
</ImportGroup>
77+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
78+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
79+
</ImportGroup>
80+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
81+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
82+
</ImportGroup>
83+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
84+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
85+
</ImportGroup>
86+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
87+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
88+
</ImportGroup>
89+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
90+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
91+
</ImportGroup>
92+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
93+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
94+
</ImportGroup>
95+
<PropertyGroup Label="UserMacros" />
96+
<PropertyGroup>
97+
<IncludePath>$(VC_IncludePath);$(UniversalCRT_IncludePath);$(WindowsSDK_IncludePath);..\..\..\..\SharedContent\cpp</IncludePath>
98+
</PropertyGroup>
99+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
100+
<ClCompile>
101+
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
102+
<DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
103+
</ClCompile>
104+
</ItemDefinitionGroup>
105+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
106+
<ClCompile>
107+
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
108+
<DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
109+
</ClCompile>
110+
</ItemDefinitionGroup>
111+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
112+
<ClCompile>
113+
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
114+
<DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
115+
</ClCompile>
116+
</ItemDefinitionGroup>
117+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
118+
<ClCompile>
119+
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
120+
<DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
121+
</ClCompile>
122+
</ItemDefinitionGroup>
123+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
124+
<ClCompile>
125+
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
126+
<DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
127+
</ClCompile>
128+
</ItemDefinitionGroup>
129+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
130+
<ClCompile>
131+
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
132+
<DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
133+
</ClCompile>
134+
</ItemDefinitionGroup>
135+
<ItemGroup>
136+
<ClInclude Include="pch.h" />
137+
<ClInclude Include="..\..\..\..\SharedContent\cpp\App.xaml.h">
138+
<DependentUpon>..\..\..\..\SharedContent\xaml\App.xaml</DependentUpon>
139+
</ClInclude>
140+
<ClInclude Include="..\..\..\..\SharedContent\cpp\MainPage.xaml.h">
141+
<DependentUpon>..\..\..\..\SharedContent\cpp\MainPage.xaml</DependentUpon>
142+
</ClInclude>
143+
<ClInclude Include="SampleConfiguration.h" />
144+
<ClInclude Include="KeepConnectionOpenScenario.xaml.h">
145+
<DependentUpon>..\..\shared\KeepConnectionOpenScenario.xaml</DependentUpon>
146+
</ClInclude>
147+
<ClInclude Include="OpenCloseConnectionScenario.xaml.h">
148+
<DependentUpon>..\..\shared\OpenCloseConnectionScenario.xaml</DependentUpon>
149+
</ClInclude>
150+
</ItemGroup>
151+
<ItemGroup>
152+
<ApplicationDefinition Include="..\..\..\..\SharedContent\xaml\App.xaml">
153+
<SubType>Designer</SubType>
154+
</ApplicationDefinition>
155+
<Page Include="..\..\..\..\SharedContent\cpp\MainPage.xaml">
156+
<SubType>Designer</SubType>
157+
</Page>
158+
<Page Include="..\..\shared\KeepConnectionOpenScenario.xaml" />
159+
<Page Include="..\..\shared\OpenCloseConnectionScenario.xaml" />
160+
<Page Include="..\..\..\..\SharedContent\xaml\Styles.xaml">
161+
<Link>Styles\Styles.xaml</Link>
162+
</Page>
163+
</ItemGroup>
164+
<ItemGroup>
165+
<AppxManifest Include="Package.appxmanifest">
166+
<SubType>Designer</SubType>
167+
</AppxManifest>
168+
</ItemGroup>
169+
<ItemGroup>
170+
<ClCompile Include="..\..\..\..\SharedContent\cpp\App.xaml.cpp">
171+
<DependentUpon>..\..\..\..\SharedContent\xaml\App.xaml</DependentUpon>
172+
</ClCompile>
173+
<ClCompile Include="..\..\..\..\SharedContent\cpp\MainPage.xaml.cpp">
174+
<DependentUpon>..\..\..\..\SharedContent\cpp\MainPage.xaml</DependentUpon>
175+
</ClCompile>
176+
<ClCompile Include="pch.cpp">
177+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
178+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
179+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">Create</PrecompiledHeader>
180+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Create</PrecompiledHeader>
181+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
182+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
183+
</ClCompile>
184+
<ClCompile Include="SampleConfiguration.cpp" />
185+
<ClCompile Include="KeepConnectionOpenScenario.xaml.cpp">
186+
<DependentUpon>..\..\shared\KeepConnectionOpenScenario.xaml</DependentUpon>
187+
</ClCompile>
188+
<ClCompile Include="OpenCloseConnectionScenario.xaml.cpp">
189+
<DependentUpon>..\..\shared\OpenCloseConnectionScenario.xaml</DependentUpon>
190+
</ClCompile>
191+
</ItemGroup>
192+
<ItemGroup>
193+
<Image Include="..\..\..\..\SharedContent\media\microsoft-sdk.png">
194+
<Link>Assets\microsoft-sdk.png</Link>
195+
</Image>
196+
<Image Include="..\..\..\..\SharedContent\media\smalltile-sdk.png">
197+
<Link>Assets\smalltile-sdk.png</Link>
198+
</Image>
199+
<Image Include="..\..\..\..\SharedContent\media\splash-sdk.png">
200+
<Link>Assets\splash-sdk.png</Link>
201+
</Image>
202+
<Image Include="..\..\..\..\SharedContent\media\squaretile-sdk.png">
203+
<Link>Assets\squaretile-sdk.png</Link>
204+
</Image>
205+
<Image Include="..\..\..\..\SharedContent\media\storelogo-sdk.png">
206+
<Link>Assets\storelogo-sdk.png</Link>
207+
</Image>
208+
<Image Include="..\..\..\..\SharedContent\media\tile-sdk.png">
209+
<Link>Assets\tile-sdk.png</Link>
210+
</Image>
211+
<Image Include="..\..\..\..\SharedContent\media\windows-sdk.png">
212+
<Link>Assets\windows-sdk.png</Link>
213+
</Image>
214+
</ItemGroup>
215+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
216+
<ImportGroup Label="ExtensionTargets">
217+
</ImportGroup>
218+
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
<Filter Include="Assets">
5+
<UniqueIdentifier>80bfd669-aa83-4537-9611-027cffe0d8af</UniqueIdentifier>
6+
<Extensions>bmp;fbx;gif;jpg;jpeg;tga;tiff;tif;png</Extensions>
7+
</Filter>
8+
<Filter Include="Styles">
9+
<UniqueIdentifier>{c6978fb6-bc64-498d-97c8-f5b53997e54e}</UniqueIdentifier>
10+
</Filter>
11+
</ItemGroup>
12+
<ItemGroup>
13+
<ApplicationDefinition Include="..\..\..\..\SharedContent\xaml\App.xaml" />
14+
</ItemGroup>
15+
<ItemGroup>
16+
<ClCompile Include="..\..\..\..\SharedContent\cpp\App.xaml.cpp" />
17+
<ClCompile Include="..\..\..\..\SharedContent\cpp\MainPage.xaml.cpp" />
18+
<ClCompile Include="pch.cpp" />
19+
<ClCompile Include="SampleConfiguration.cpp" />
20+
<ClCompile Include="KeepConnectionOpenScenario.xaml.cpp" />
21+
<ClCompile Include="OpenCloseConnectionScenario.xaml.cpp" />
22+
</ItemGroup>
23+
<ItemGroup>
24+
<ClInclude Include="pch.h" />
25+
<ClInclude Include="..\..\..\..\SharedContent\cpp\App.xaml.h" />
26+
<ClInclude Include="..\..\..\..\SharedContent\cpp\MainPage.xaml.h" />
27+
<ClInclude Include="SampleConfiguration.h" />
28+
<ClInclude Include="KeepConnectionOpenScenario.xaml.h" />
29+
<ClInclude Include="OpenCloseConnectionScenario.xaml.h" />
30+
</ItemGroup>
31+
<ItemGroup>
32+
<AppxManifest Include="Package.appxmanifest" />
33+
</ItemGroup>
34+
<ItemGroup>
35+
<Page Include="..\..\..\..\SharedContent\cpp\MainPage.xaml" />
36+
<Page Include="..\..\..\..\SharedContent\xaml\Styles.xaml">
37+
<Filter>Styles</Filter>
38+
</Page>
39+
<Page Include="..\..\shared\KeepConnectionOpenScenario.xaml" />
40+
<Page Include="..\..\shared\OpenCloseConnectionScenario.xaml" />
41+
</ItemGroup>
42+
<ItemGroup>
43+
<Image Include="..\..\..\..\SharedContent\media\smalltile-sdk.png">
44+
<Filter>Assets</Filter>
45+
</Image>
46+
<Image Include="..\..\..\..\SharedContent\media\splash-sdk.png">
47+
<Filter>Assets</Filter>
48+
</Image>
49+
<Image Include="..\..\..\..\SharedContent\media\squaretile-sdk.png">
50+
<Filter>Assets</Filter>
51+
</Image>
52+
<Image Include="..\..\..\..\SharedContent\media\storelogo-sdk.png">
53+
<Filter>Assets</Filter>
54+
</Image>
55+
<Image Include="..\..\..\..\SharedContent\media\tile-sdk.png">
56+
<Filter>Assets</Filter>
57+
</Image>
58+
<Image Include="..\..\..\..\SharedContent\media\windows-sdk.png">
59+
<Filter>Assets</Filter>
60+
</Image>
61+
<Image Include="..\..\..\..\SharedContent\media\microsoft-sdk.png">
62+
<Filter>Assets</Filter>
63+
</Image>
64+
</ItemGroup>
65+
</Project>

0 commit comments

Comments
 (0)