Skip to content

Commit

Permalink
SimulatorPFXFix
Browse files Browse the repository at this point in the history
  • Loading branch information
NizamLZ committed May 5, 2017
1 parent af20213 commit 23fda06
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ANAConversationSimulator/ANAConversationSimulator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<PackageCertificateKeyFile>ConSim_TemporaryKey.pfx</PackageCertificateKeyFile>
<PackageCertificateKeyFile>ANAConversationSimulator_TemporaryKey.pfx</PackageCertificateKeyFile>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
<PackageCertificateThumbprint>2F0D5E433290E726F147D9F3ABAEDB50FF90D751</PackageCertificateThumbprint>
<PackageCertificateThumbprint>79269D682B0F4FB0E4D0D43B63E2C6EFA2FA7219</PackageCertificateThumbprint>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -126,7 +126,7 @@
<Content Include="Assets\Wide310x150Logo.scale-400.png" />
<Content Include="Config.json" />
<Content Include="UIHelpers\HTML2XamlRichText\RichTextBlockHtml2Xaml.xslt" />
<None Include="ConSim_TemporaryKey.pfx" />
<None Include="ANAConversationSimulator_TemporaryKey.pfx" />
<Content Include="Config-Sample.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions ANAConversationSimulator/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?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="44cabbc3-0a2f-4255-b5bb-b099cd5762f9" Publisher="CN=NowFloats" Version="1.0.54.0" />
<Identity Name="44cabbc3-0a2f-4255-b5bb-b099cd5762f9" Publisher="CN=ProjectANA" Version="1.0.55.0" />
<mp:PhoneIdentity PhoneProductId="44cabbc3-0a2f-4255-b5bb-b099cd5762f9" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>ANA Conversation Simulator</DisplayName>
<PublisherDisplayName>NowFloats</PublisherDisplayName>
<PublisherDisplayName>ProjectANA</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
<Dependencies>
Expand Down

0 comments on commit 23fda06

Please sign in to comment.