Skip to content

Commit 8eea18a

Browse files
Remove pfx cert from LottieViewer
1 parent 632aa14 commit 8eea18a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

LottieViewer/LottieViewer.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<FileAlignment>512</FileAlignment>
1818
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1919
<WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
20-
<PackageCertificateKeyFile>LottieViewer_TemporaryKey.pfx</PackageCertificateKeyFile>
2120
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
2221
<AppxBundle>Always</AppxBundle>
2322
<AppxBundlePlatforms>x86|x64|arm|arm64</AppxBundlePlatforms>
@@ -28,6 +27,7 @@
2827
<LangVersion>latest</LangVersion>
2928
<DocumentationFile>bin\LottieViewer.XML</DocumentationFile>
3029
<NoWarn>$(NoWarn);2008;8305</NoWarn>
30+
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
3131
</PropertyGroup>
3232
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
3333
<DebugSymbols>true</DebugSymbols>
@@ -155,7 +155,6 @@
155155
<AppxManifest Include="Package.appxmanifest">
156156
<SubType>Designer</SubType>
157157
</AppxManifest>
158-
<None Include="LottieViewer_TemporaryKey.pfx" />
159158
<None Include="README.md" />
160159
</ItemGroup>
161160
<ItemGroup>
-2.45 KB
Binary file not shown.

0 commit comments

Comments
 (0)