Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Commit

Permalink
Finalizing
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick330602 committed Aug 30, 2017
1 parent 1353125 commit 0c4e278
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# UWP DevKit

![Build status](https://build.mobile.azure.com/v0.1/apps/82a67d7a-355b-4d95-b8ce-af298110046e/branches/master/badge) [![GitHub license](https://img.shields.io/badge/license-AGPL-blue.svg?style=flat-square)](https://raw.githubusercontent.com/patrick330602/UWP-DevKit/master/LICENSE) ![GitHub (pre-)release](https://img.shields.io/github/release/patrick330602/UWP-DevKit/all.svg?style=flat-square)]
![Build status](https://build.mobile.azure.com/v0.1/apps/82a67d7a-355b-4d95-b8ce-af298110046e/branches/master/badge) [![GitHub license](https://img.shields.io/badge/license-AGPL-blue.svg?style=flat-square)](https://raw.githubusercontent.com/patrick330602/UWP-DevKit/master/LICENSE) ![GitHub (pre-)release](https://img.shields.io/github/release/patrick330602/UWP-DevKit/all.svg?style=flat-square)

A simple but complete developer toolkit for UWP developers. It provides users with following functionality:

Expand Down
2 changes: 1 addition & 1 deletion WeCode-Next/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="56367PatrickWu.DeveloperToolsForUWP" Publisher="CN=C71A2322-7B67-48A9-A85E-8DDCE68FA3A7" Version="1.1.0.0" />
<Identity Name="56367PatrickWu.DeveloperToolsForUWP" Publisher="CN=C71A2322-7B67-48A9-A85E-8DDCE68FA3A7" Version="5.0.0.0" />
<mp:PhoneIdentity PhoneProductId="94d738ad-a91a-49e4-a981-6725bba3b597" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>UWP DevKit</DisplayName>
Expand Down
4 changes: 2 additions & 2 deletions WeCode-Next/Pages/About.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<ScrollViewer>
<StackPanel>
<StackPanel Orientation="Horizontal">
<Border Background="Gray" Opacity="0.6" Height="80" Width="80" HorizontalAlignment="Left" Margin="10">
<Image Source="../Assets/StoreLogo.scale-400.png"/>
<Border Background="{ThemeResource SystemControlBackgroundAccentBrush}" Opacity="0.6" Height="80" Width="80" HorizontalAlignment="Left" Margin="10">
<Image Source="../Assets/LargeTile.scale-400.png" Height="80" Width="80"/>
</Border>
<StackPanel Margin="5">
<TextBlock FontSize="20">
Expand Down
8 changes: 8 additions & 0 deletions WeCode-Next/WeCode-Next.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
<WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
<PackageCertificateKeyFile>WeCode-Next_StoreKey.pfx</PackageCertificateKeyFile>
<PackageCertificateThumbprint>EBAF181412E04940FE0B1A3EEED038B576A19035</PackageCertificateThumbprint>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -195,6 +198,11 @@
<Content Include="Assets\Square44x44Logo.targetsize-256.png" />
<Content Include="Assets\Square44x44Logo.targetsize-32.png" />
<Content Include="Assets\Square44x44Logo.targetsize-48.png" />
<Content Include="Assets\StoreLogo.scale-100.png" />
<Content Include="Assets\StoreLogo.scale-125.png" />
<Content Include="Assets\StoreLogo.scale-150.png" />
<Content Include="Assets\StoreLogo.scale-200.png" />
<Content Include="Assets\StoreLogo.scale-400.png" />
<Content Include="Assets\Wide310x150Logo.scale-100.png" />
<Content Include="Assets\Wide310x150Logo.scale-125.png" />
<Content Include="Assets\Wide310x150Logo.scale-150.png" />
Expand Down

0 comments on commit 0c4e278

Please sign in to comment.