Skip to content

Commit

Permalink
updating links & logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Kuhn committed Jul 8, 2019
1 parent cdfd8ef commit 26008a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Samples/BackgroundActivation/cs/BackgroundActivation.csproj
Expand Up @@ -181,6 +181,9 @@
<Content Include="..\..\..\SharedContent\cs\Default.rd.xml">
<Link>Properties\Default.rd.xml</Link>
</Content>
<Content Include="..\..\..\SharedContent\media\badge-logo.png">
<Link>Assets\badge-logo.png</Link>
</Content>
<Content Include="..\..\..\SharedContent\media\microsoft-sdk.png">
<Link>Assets\microsoft-sdk.png</Link>
</Content>
Expand All @@ -205,7 +208,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>5.0.0</Version>
<Version>6.2.8</Version>
</PackageReference>
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
Expand Down
2 changes: 1 addition & 1 deletion Samples/BackgroundActivation/cs/Package.appxmanifest
Expand Up @@ -38,7 +38,7 @@
Square44x44Logo="Assets\SmallTile-sdk.png"
Description="Background Activation C# Sample"
BackgroundColor="#00b2f0">
<uap:LockScreen Notification="badgeAndTileText" BadgeLogo="Assets\smalltile-sdk.png" />
<uap:LockScreen Notification="badgeAndTileText" BadgeLogo="Assets\badge-logo.png" />
<uap:SplashScreen Image="Assets\Splash-sdk.png" />
<uap:DefaultTile Wide310x150Logo="Assets\tile-sdk.png" >
<uap:ShowNameOnTiles>
Expand Down

0 comments on commit 26008a0

Please sign in to comment.