Skip to content

Commit

Permalink
Windows 10 Version 1703 - September 2017 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnewthing committed Sep 14, 2017
2 parents 8a0c92d + 50c35a5 commit 5f0d091
Show file tree
Hide file tree
Showing 146 changed files with 6,828 additions and 4,716 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ For additional Windows samples, see [Windows on GitHub](http://microsoft.github.
<td><a href="Samples/BluetoothAdvertisement">Bluetooth advertisement</a></td>
</tr>
<tr>
<td><a href="Samples/BluetoothLEClient">Bluetooth Low Energy client</a></td>
<td><a href="Samples/BluetoothLE">Bluetooth Low Energy</a></td>
<td><a href="Samples/CashDrawer">Cash drawer</a></td>
<td><a href="Samples/Compass">Compass</a></td>
</tr>
Expand Down
80 changes: 80 additions & 0 deletions Samples/AppServices/cpp/AppServices.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppServicesClient", "AppServicesClient\AppServicesClient.vcxproj", "{336031EF-1B50-541C-841B-43216923CF4E}"
ProjectSection(ProjectDependencies) = postProject
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C} = {D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AppServicesProvider", "AppServicesProvider\AppServicesProvider.vcxproj", "{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}"
ProjectSection(ProjectDependencies) = postProject
{5B93DBD6-9A95-5D82-B48F-69D33002C843} = {5B93DBD6-9A95-5D82-B48F-69D33002C843}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RandomNumberService", "RandomNumberService\RandomNumberService.vcxproj", "{5B93DBD6-9A95-5D82-B48F-69D33002C843}"
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
{336031EF-1B50-541C-841B-43216923CF4E}.Debug|ARM.ActiveCfg = Debug|ARM
{336031EF-1B50-541C-841B-43216923CF4E}.Debug|ARM.Build.0 = Debug|ARM
{336031EF-1B50-541C-841B-43216923CF4E}.Debug|ARM.Deploy.0 = Debug|ARM
{336031EF-1B50-541C-841B-43216923CF4E}.Debug|x64.ActiveCfg = Debug|x64
{336031EF-1B50-541C-841B-43216923CF4E}.Debug|x64.Build.0 = Debug|x64
{336031EF-1B50-541C-841B-43216923CF4E}.Debug|x64.Deploy.0 = Debug|x64
{336031EF-1B50-541C-841B-43216923CF4E}.Debug|x86.ActiveCfg = Debug|Win32
{336031EF-1B50-541C-841B-43216923CF4E}.Debug|x86.Build.0 = Debug|Win32
{336031EF-1B50-541C-841B-43216923CF4E}.Debug|x86.Deploy.0 = Debug|Win32
{336031EF-1B50-541C-841B-43216923CF4E}.Release|ARM.ActiveCfg = Release|ARM
{336031EF-1B50-541C-841B-43216923CF4E}.Release|ARM.Build.0 = Release|ARM
{336031EF-1B50-541C-841B-43216923CF4E}.Release|ARM.Deploy.0 = Release|ARM
{336031EF-1B50-541C-841B-43216923CF4E}.Release|x64.ActiveCfg = Release|x64
{336031EF-1B50-541C-841B-43216923CF4E}.Release|x64.Build.0 = Release|x64
{336031EF-1B50-541C-841B-43216923CF4E}.Release|x64.Deploy.0 = Release|x64
{336031EF-1B50-541C-841B-43216923CF4E}.Release|x86.ActiveCfg = Release|Win32
{336031EF-1B50-541C-841B-43216923CF4E}.Release|x86.Build.0 = Release|Win32
{336031EF-1B50-541C-841B-43216923CF4E}.Release|x86.Deploy.0 = Release|Win32
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Debug|ARM.ActiveCfg = Debug|ARM
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Debug|ARM.Build.0 = Debug|ARM
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Debug|ARM.Deploy.0 = Debug|ARM
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Debug|x64.ActiveCfg = Debug|x64
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Debug|x64.Build.0 = Debug|x64
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Debug|x64.Deploy.0 = Debug|x64
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Debug|x86.ActiveCfg = Debug|Win32
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Debug|x86.Build.0 = Debug|Win32
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Debug|x86.Deploy.0 = Debug|Win32
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Release|ARM.ActiveCfg = Release|ARM
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Release|ARM.Build.0 = Release|ARM
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Release|ARM.Deploy.0 = Release|ARM
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Release|x64.ActiveCfg = Release|x64
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Release|x64.Build.0 = Release|x64
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Release|x64.Deploy.0 = Release|x64
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Release|x86.ActiveCfg = Release|Win32
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Release|x86.Build.0 = Release|Win32
{D2B3A260-95E8-5AF3-9865-9DDBA8C0034C}.Release|x86.Deploy.0 = Release|Win32
{5B93DBD6-9A95-5D82-B48F-69D33002C843}.Debug|ARM.ActiveCfg = Debug|ARM
{5B93DBD6-9A95-5D82-B48F-69D33002C843}.Debug|ARM.Build.0 = Debug|ARM
{5B93DBD6-9A95-5D82-B48F-69D33002C843}.Debug|x64.ActiveCfg = Debug|x64
{5B93DBD6-9A95-5D82-B48F-69D33002C843}.Debug|x64.Build.0 = Debug|x64
{5B93DBD6-9A95-5D82-B48F-69D33002C843}.Debug|x86.ActiveCfg = Debug|Win32
{5B93DBD6-9A95-5D82-B48F-69D33002C843}.Debug|x86.Build.0 = Debug|Win32
{5B93DBD6-9A95-5D82-B48F-69D33002C843}.Release|ARM.ActiveCfg = Release|ARM
{5B93DBD6-9A95-5D82-B48F-69D33002C843}.Release|ARM.Build.0 = Release|ARM
{5B93DBD6-9A95-5D82-B48F-69D33002C843}.Release|x64.ActiveCfg = Release|x64
{5B93DBD6-9A95-5D82-B48F-69D33002C843}.Release|x64.Build.0 = Release|x64
{5B93DBD6-9A95-5D82-B48F-69D33002C843}.Release|x86.ActiveCfg = Release|Win32
{5B93DBD6-9A95-5D82-B48F-69D33002C843}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
218 changes: 218 additions & 0 deletions Samples/AppServices/cpp/AppServicesClient/AppServicesClient.vcxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,218 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<ProjectGuid>{336031ef-1b50-541c-841b-43216923cf4e}</ProjectGuid>
<RootNamespace>SDKTemplate</RootNamespace>
<DefaultLanguage>en-US</DefaultLanguage>
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
<AppContainerApplication>true</AppContainerApplication>
<ApplicationType>Windows Store</ApplicationType>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.15063.0</WindowsTargetPlatformMinVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ARM">
<Configuration>Debug</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM">
<Configuration>Release</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<IncludePath>$(VC_IncludePath);$(UniversalCRT_IncludePath);$(WindowsSDK_IncludePath);..\..\..\..\SharedContent\cpp</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<ClCompile>
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
<DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<ClCompile>
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
<DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
<DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
<DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
<DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
<DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="pch.h" />
<ClInclude Include="..\..\..\..\SharedContent\cpp\App.xaml.h">
<DependentUpon>..\..\..\..\SharedContent\xaml\App.xaml</DependentUpon>
</ClInclude>
<ClInclude Include="..\..\..\..\SharedContent\cpp\MainPage.xaml.h">
<DependentUpon>..\..\..\..\SharedContent\cpp\MainPage.xaml</DependentUpon>
</ClInclude>
<ClInclude Include="SampleConfiguration.h" />
<ClInclude Include="KeepConnectionOpenScenario.xaml.h">
<DependentUpon>..\..\shared\KeepConnectionOpenScenario.xaml</DependentUpon>
</ClInclude>
<ClInclude Include="OpenCloseConnectionScenario.xaml.h">
<DependentUpon>..\..\shared\OpenCloseConnectionScenario.xaml</DependentUpon>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="..\..\..\..\SharedContent\xaml\App.xaml">
<SubType>Designer</SubType>
</ApplicationDefinition>
<Page Include="..\..\..\..\SharedContent\cpp\MainPage.xaml">
<SubType>Designer</SubType>
</Page>
<Page Include="..\..\shared\KeepConnectionOpenScenario.xaml" />
<Page Include="..\..\shared\OpenCloseConnectionScenario.xaml" />
<Page Include="..\..\..\..\SharedContent\xaml\Styles.xaml">
<Link>Styles\Styles.xaml</Link>
</Page>
</ItemGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest">
<SubType>Designer</SubType>
</AppxManifest>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\..\SharedContent\cpp\App.xaml.cpp">
<DependentUpon>..\..\..\..\SharedContent\xaml\App.xaml</DependentUpon>
</ClCompile>
<ClCompile Include="..\..\..\..\SharedContent\cpp\MainPage.xaml.cpp">
<DependentUpon>..\..\..\..\SharedContent\cpp\MainPage.xaml</DependentUpon>
</ClCompile>
<ClCompile Include="pch.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="SampleConfiguration.cpp" />
<ClCompile Include="KeepConnectionOpenScenario.xaml.cpp">
<DependentUpon>..\..\shared\KeepConnectionOpenScenario.xaml</DependentUpon>
</ClCompile>
<ClCompile Include="OpenCloseConnectionScenario.xaml.cpp">
<DependentUpon>..\..\shared\OpenCloseConnectionScenario.xaml</DependentUpon>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Image Include="..\..\..\..\SharedContent\media\microsoft-sdk.png">
<Link>Assets\microsoft-sdk.png</Link>
</Image>
<Image Include="..\..\..\..\SharedContent\media\smalltile-sdk.png">
<Link>Assets\smalltile-sdk.png</Link>
</Image>
<Image Include="..\..\..\..\SharedContent\media\splash-sdk.png">
<Link>Assets\splash-sdk.png</Link>
</Image>
<Image Include="..\..\..\..\SharedContent\media\squaretile-sdk.png">
<Link>Assets\squaretile-sdk.png</Link>
</Image>
<Image Include="..\..\..\..\SharedContent\media\storelogo-sdk.png">
<Link>Assets\storelogo-sdk.png</Link>
</Image>
<Image Include="..\..\..\..\SharedContent\media\tile-sdk.png">
<Link>Assets\tile-sdk.png</Link>
</Image>
<Image Include="..\..\..\..\SharedContent\media\windows-sdk.png">
<Link>Assets\windows-sdk.png</Link>
</Image>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Assets">
<UniqueIdentifier>80bfd669-aa83-4537-9611-027cffe0d8af</UniqueIdentifier>
<Extensions>bmp;fbx;gif;jpg;jpeg;tga;tiff;tif;png</Extensions>
</Filter>
<Filter Include="Styles">
<UniqueIdentifier>{c6978fb6-bc64-498d-97c8-f5b53997e54e}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="..\..\..\..\SharedContent\xaml\App.xaml" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\..\SharedContent\cpp\App.xaml.cpp" />
<ClCompile Include="..\..\..\..\SharedContent\cpp\MainPage.xaml.cpp" />
<ClCompile Include="pch.cpp" />
<ClCompile Include="SampleConfiguration.cpp" />
<ClCompile Include="KeepConnectionOpenScenario.xaml.cpp" />
<ClCompile Include="OpenCloseConnectionScenario.xaml.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="pch.h" />
<ClInclude Include="..\..\..\..\SharedContent\cpp\App.xaml.h" />
<ClInclude Include="..\..\..\..\SharedContent\cpp\MainPage.xaml.h" />
<ClInclude Include="SampleConfiguration.h" />
<ClInclude Include="KeepConnectionOpenScenario.xaml.h" />
<ClInclude Include="OpenCloseConnectionScenario.xaml.h" />
</ItemGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest" />
</ItemGroup>
<ItemGroup>
<Page Include="..\..\..\..\SharedContent\cpp\MainPage.xaml" />
<Page Include="..\..\..\..\SharedContent\xaml\Styles.xaml">
<Filter>Styles</Filter>
</Page>
<Page Include="..\..\shared\KeepConnectionOpenScenario.xaml" />
<Page Include="..\..\shared\OpenCloseConnectionScenario.xaml" />
</ItemGroup>
<ItemGroup>
<Image Include="..\..\..\..\SharedContent\media\smalltile-sdk.png">
<Filter>Assets</Filter>
</Image>
<Image Include="..\..\..\..\SharedContent\media\splash-sdk.png">
<Filter>Assets</Filter>
</Image>
<Image Include="..\..\..\..\SharedContent\media\squaretile-sdk.png">
<Filter>Assets</Filter>
</Image>
<Image Include="..\..\..\..\SharedContent\media\storelogo-sdk.png">
<Filter>Assets</Filter>
</Image>
<Image Include="..\..\..\..\SharedContent\media\tile-sdk.png">
<Filter>Assets</Filter>
</Image>
<Image Include="..\..\..\..\SharedContent\media\windows-sdk.png">
<Filter>Assets</Filter>
</Image>
<Image Include="..\..\..\..\SharedContent\media\microsoft-sdk.png">
<Filter>Assets</Filter>
</Image>
</ItemGroup>
</Project>
Loading

0 comments on commit 5f0d091

Please sign in to comment.