Store Prep & Publish Initial Release
What the above says.
3
.gitignore
vendored
|
@ -7,6 +7,9 @@
|
|||
*.sln.docstates
|
||||
*.ide/
|
||||
|
||||
# Store Association
|
||||
Package.StoreAssociation.xml
|
||||
|
||||
# Application Insights config
|
||||
ApplicationInsights.config
|
||||
|
||||
|
|
|
@ -53,7 +53,10 @@
|
|||
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
|
||||
<MinimumVisualStudioVersion>$(VersionNumberMajor).$(VersionNumberMinor)</MinimumVisualStudioVersion>
|
||||
<DefaultLanguage>en-US</DefaultLanguage>
|
||||
<PackageCertificateKeyFile>BuildFeedApp-Westminster_TemporaryKey.pfx</PackageCertificateKeyFile>
|
||||
<PackageCertificateKeyFile>BuildFeedApp-Westminster_StoreKey.pfx</PackageCertificateKeyFile>
|
||||
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
|
||||
<AppxBundlePlatforms>neutral</AppxBundlePlatforms>
|
||||
<PackageCertificateThumbprint>EE51D3A83B0DF94B66F8655993E045F502DC89D9</PackageCertificateThumbprint>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<AppxManifest Include="package.appxmanifest">
|
||||
|
@ -62,25 +65,65 @@
|
|||
<None Include="BuildFeedApp-Westminster_TemporaryKey.pfx" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="BuildFeedApp-Westminster_StoreKey.pfx" />
|
||||
<Content Include="images\splashscreen.scale-125.png" />
|
||||
<Content Include="images\splashscreen.scale-150.png" />
|
||||
<Content Include="images\splashscreen.scale-200.png" />
|
||||
<Content Include="images\splashscreen.scale-400.png" />
|
||||
<Content Include="images\Square44x44Logo.scale-100.png" />
|
||||
<Content Include="images\Square44x44Logo.scale-125.png" />
|
||||
<Content Include="images\Square44x44Logo.scale-150.png" />
|
||||
<Content Include="images\Square44x44Logo.scale-200.png" />
|
||||
<Content Include="images\Square44x44Logo.scale-400.png" />
|
||||
<Content Include="images\Square44x44Logo.targetsize-16.png" />
|
||||
<Content Include="images\Square44x44Logo.targetsize-24.png" />
|
||||
<Content Include="images\Square44x44Logo.targetsize-256.png" />
|
||||
<Content Include="images\Square44x44Logo.targetsize-48.png" />
|
||||
<Content Include="images\tiles\badge\24px.scale-100.png" />
|
||||
<Content Include="images\tiles\badge\24px.scale-125.png" />
|
||||
<Content Include="images\tiles\badge\24px.scale-150.png" />
|
||||
<Content Include="images\tiles\badge\24px.scale-200.png" />
|
||||
<Content Include="images\tiles\badge\24px.scale-400.png" />
|
||||
<Content Include="images\tiles\icon\44px.scale-100.png" />
|
||||
<Content Include="images\tiles\icon\44px.scale-125.png" />
|
||||
<Content Include="images\tiles\icon\44px.scale-150.png" />
|
||||
<Content Include="images\tiles\icon\44px.scale-200.png" />
|
||||
<Content Include="images\tiles\icon\44px.scale-400.png" />
|
||||
<Content Include="images\tiles\icon\44px.targetsize-16.png" />
|
||||
<Content Include="images\tiles\icon\44px.targetsize-24.png" />
|
||||
<Content Include="images\tiles\icon\44px.targetsize-256.png" />
|
||||
<Content Include="images\tiles\icon\44px.targetsize-48.png" />
|
||||
<Content Include="images\tiles\square\150px.scale-100.png" />
|
||||
<Content Include="images\tiles\square\150px.scale-125.png" />
|
||||
<Content Include="images\tiles\square\150px.scale-150.png" />
|
||||
<Content Include="images\tiles\square\150px.scale-200.png" />
|
||||
<Content Include="images\tiles\square\150px.scale-400.png" />
|
||||
<Content Include="images\tiles\square\310px.scale-100.png" />
|
||||
<Content Include="images\tiles\square\310px.scale-125.png" />
|
||||
<Content Include="images\tiles\square\310px.scale-150.png" />
|
||||
<Content Include="images\tiles\square\310px.scale-200.png" />
|
||||
<Content Include="images\tiles\square\310px.scale-400.png" />
|
||||
<Content Include="images\tiles\square\71px.scale-100.png" />
|
||||
<Content Include="images\tiles\square\71px.scale-125.png" />
|
||||
<Content Include="images\tiles\square\71px.scale-150.png" />
|
||||
<Content Include="images\tiles\square\71px.scale-200.png" />
|
||||
<Content Include="images\tiles\square\71px.scale-400.png" />
|
||||
<Content Include="images\tiles\store\50px.scale-100.png" />
|
||||
<Content Include="images\tiles\store\50px.scale-125.png" />
|
||||
<Content Include="images\tiles\store\50px.scale-150.png" />
|
||||
<Content Include="images\tiles\store\50px.scale-200.png" />
|
||||
<Content Include="images\tiles\store\50px.scale-400.png" />
|
||||
<Content Include="images\tiles\wide\310px.scale-100.png" />
|
||||
<Content Include="images\tiles\wide\310px.scale-125.png" />
|
||||
<Content Include="images\tiles\wide\310px.scale-150.png" />
|
||||
<Content Include="images\tiles\wide\310px.scale-200.png" />
|
||||
<Content Include="images\tiles\wide\310px.scale-400.png" />
|
||||
<Content Include="images\tiles\wide\620px.scale-100.png" />
|
||||
<Content Include="images\tiles\wide\620px.scale-125.png" />
|
||||
<Content Include="images\tiles\wide\620px.scale-150.png" />
|
||||
<Content Include="images\tiles\wide\620px.scale-200.png" />
|
||||
<Content Include="images\tiles\wide\620px.scale-400.png" />
|
||||
<None Include="Package.StoreAssociation.xml" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below then uncomment
|
||||
|
|
5
BuildFeedApp-Westminster/BundleArtifacts/neutral.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
MainPackage=D:\Thomas\My Documents\Visual Studio 2015\Projects\BuildFeed\BuildFeedApp-Westminster\bin\Release\BuildFeedApp-Westminster_0.1.0.0_AnyCPU.appx
|
||||
ResourcePack=D:\Thomas\My Documents\Visual Studio 2015\Projects\BuildFeed\BuildFeedApp-Westminster\bin\Release\BuildFeedApp-Westminster_0.1.0.0_scale-100.appx
|
||||
ResourcePack=D:\Thomas\My Documents\Visual Studio 2015\Projects\BuildFeed\BuildFeedApp-Westminster\bin\Release\BuildFeedApp-Westminster_0.1.0.0_scale-125.appx
|
||||
ResourcePack=D:\Thomas\My Documents\Visual Studio 2015\Projects\BuildFeed\BuildFeedApp-Westminster\bin\Release\BuildFeedApp-Westminster_0.1.0.0_scale-150.appx
|
||||
ResourcePack=D:\Thomas\My Documents\Visual Studio 2015\Projects\BuildFeed\BuildFeedApp-Westminster\bin\Release\BuildFeedApp-Westminster_0.1.0.0_scale-400.appx
|
BIN
BuildFeedApp-Westminster/images/Square44x44Logo.scale-100.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
BuildFeedApp-Westminster/images/Square44x44Logo.scale-125.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
BuildFeedApp-Westminster/images/Square44x44Logo.scale-150.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
BuildFeedApp-Westminster/images/Square44x44Logo.scale-200.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
BuildFeedApp-Westminster/images/Square44x44Logo.scale-400.png
Normal file
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 18 KiB |
BIN
BuildFeedApp-Westminster/images/tiles/badge/24px.scale-100.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
BuildFeedApp-Westminster/images/tiles/badge/24px.scale-125.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
BuildFeedApp-Westminster/images/tiles/badge/24px.scale-150.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
BuildFeedApp-Westminster/images/tiles/badge/24px.scale-200.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
BuildFeedApp-Westminster/images/tiles/badge/24px.scale-400.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
BuildFeedApp-Westminster/images/tiles/square/310px.scale-100.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
BuildFeedApp-Westminster/images/tiles/square/310px.scale-125.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
BuildFeedApp-Westminster/images/tiles/square/310px.scale-150.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
BuildFeedApp-Westminster/images/tiles/square/310px.scale-200.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
BuildFeedApp-Westminster/images/tiles/square/310px.scale-400.png
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
BuildFeedApp-Westminster/images/tiles/store/50px.scale-100.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
BuildFeedApp-Westminster/images/tiles/store/50px.scale-125.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
BuildFeedApp-Westminster/images/tiles/store/50px.scale-150.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
BuildFeedApp-Westminster/images/tiles/store/50px.scale-200.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
BuildFeedApp-Westminster/images/tiles/store/50px.scale-400.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
BuildFeedApp-Westminster/images/tiles/wide/310px.scale-100.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
BuildFeedApp-Westminster/images/tiles/wide/310px.scale-125.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
BuildFeedApp-Westminster/images/tiles/wide/310px.scale-150.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
BuildFeedApp-Westminster/images/tiles/wide/310px.scale-200.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
BuildFeedApp-Westminster/images/tiles/wide/310px.scale-400.png
Normal file
After Width: | Height: | Size: 30 KiB |
|
@ -1,11 +1,11 @@
|
|||
<?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="5caadb66-1fc2-4492-b766-36354687120d" Version="0.1.0.0" Publisher="CN=Thomas" />
|
||||
<Identity Name="58061ThomasHounsell.BuildFeed" Version="0.1.0.0" Publisher="CN=F0393BFB-ECFB-48D1-A79B-63FFDBD5BCB7" />
|
||||
<mp:PhoneIdentity PhoneProductId="5caadb66-1fc2-4492-b766-36354687120d" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
|
||||
<Properties>
|
||||
<DisplayName>BuildFeedAppWestminster</DisplayName>
|
||||
<DisplayName>BuildFeed</DisplayName>
|
||||
<PublisherDisplayName>Thomas Hounsell</PublisherDisplayName>
|
||||
<Logo>images\storelogo.png</Logo>
|
||||
<Logo>images\tiles\store\50px.png</Logo>
|
||||
</Properties>
|
||||
<Dependencies>
|
||||
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
|
||||
|
@ -15,8 +15,9 @@
|
|||
</Resources>
|
||||
<Applications>
|
||||
<Application Id="App" StartPage="https://buildfeed.net/">
|
||||
<uap:VisualElements DisplayName="BuildFeed" Description="BuildFeed is a service which tracks known builds of Microsoft Windows." BackgroundColor="transparent" Square150x150Logo="images\tiles\square\150px.png" Square44x44Logo="images\Square44x44Logo.png">
|
||||
<uap:DefaultTile Wide310x150Logo="images\Wide310x150Logo.png" ShortName="BuildFeed" Square71x71Logo="images\tiles\square\71px.png">
|
||||
<uap:VisualElements DisplayName="BuildFeed" Description="BuildFeed is a service which tracks known builds of Microsoft Windows." BackgroundColor="transparent" Square150x150Logo="images\tiles\square\150px.png" Square44x44Logo="images\tiles\icon\44px.png">
|
||||
<uap:LockScreen Notification="badgeAndTileText" BadgeLogo="images\tiles\badge\24px.png" />
|
||||
<uap:DefaultTile Wide310x150Logo="images\tiles\wide\310px.png" ShortName="BuildFeed" Square71x71Logo="images\tiles\square\71px.png" Square310x310Logo="images\tiles\square\310px.png">
|
||||
</uap:DefaultTile>
|
||||
<uap:SplashScreen Image="images\tiles\wide\620px.png" BackgroundColor="#272b30" />
|
||||
</uap:VisualElements>
|
||||
|
|