Skip to content

Commit

Permalink
chore: UWP store manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiethibeault committed Aug 11, 2020
1 parent 0676c81 commit 65674c6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
14 changes: 12 additions & 2 deletions src/Ch9/Ch9.UWP/Ch9.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<PackageCertificateThumbprint>CAE97B81E53D0C44BCCC1FDE12BD97E9123EAA51</PackageCertificateThumbprint>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -85,7 +94,7 @@
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
<PackageCertificateThumbprint>E5025649363018EB1E001B833528E2B0C9A69903</PackageCertificateThumbprint>
<!--<PackageCertificateThumbprint>E5025649363018EB1E001B833528E2B0C9A69903</PackageCertificateThumbprint>
<PackageCertificateKeyFile>Ch9_UWP.pfx</PackageCertificateKeyFile>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
Expand All @@ -94,7 +103,7 @@
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>-->
</PropertyGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down Expand Up @@ -175,6 +184,7 @@
<Content Include="Assets\Wide310x150Logo.scale-150.png" />
<Content Include="Assets\Wide310x150Logo.scale-200.png" />
<Content Include="Assets\Wide310x150Logo.scale-400.png" />
<None Include="Package.StoreAssociation.xml" />
<Content Include="Properties\Default.rd.xml" />
</ItemGroup>
<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions src/Ch9/Ch9.UWP/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
IgnorableNamespaces="uap mp">

<Identity
Name="eee26b2d-730e-4108-91b6-3394291a4111"
Publisher="CN=UnoPlatformCh9, O=UnoPlatform, C=US"
Name="nventive.Ch9"
Publisher="CN=A7F71C9C-7236-4675-87F7-3EB01594E491"
Version="1.0.4.0" />

<mp:PhoneIdentity PhoneProductId="94be9d31-4dfc-4ef9-9dbc-1628b0d764d3" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
<mp:PhoneIdentity PhoneProductId="f3d68c69-3327-438b-b64e-3a8879f86986" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

<Properties>
<DisplayName>Ch9</DisplayName>
<PublisherDisplayName>Ch9</PublisherDisplayName>
<PublisherDisplayName>nventive</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>

Expand Down

0 comments on commit 65674c6

Please sign in to comment.