Skip to content

Commit

Permalink
Remove pfx cert from LottieViewer
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-hawker committed Nov 13, 2019
1 parent 632aa14 commit 8eea18a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions LottieViewer/LottieViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
<PackageCertificateKeyFile>LottieViewer_TemporaryKey.pfx</PackageCertificateKeyFile>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86|x64|arm|arm64</AppxBundlePlatforms>
Expand All @@ -28,6 +27,7 @@
<LangVersion>latest</LangVersion>
<DocumentationFile>bin\LottieViewer.XML</DocumentationFile>
<NoWarn>$(NoWarn);2008;8305</NoWarn>
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -155,7 +155,6 @@
<AppxManifest Include="Package.appxmanifest">
<SubType>Designer</SubType>
</AppxManifest>
<None Include="LottieViewer_TemporaryKey.pfx" />
<None Include="README.md" />
</ItemGroup>
<ItemGroup>
Expand Down
Binary file removed LottieViewer/LottieViewer_TemporaryKey.pfx
Binary file not shown.

0 comments on commit 8eea18a

Please sign in to comment.