Revert "Switched to pfx for signing"

This reverts commit 1bf1c846f1.
This commit is contained in:
Patrick Simpson 2017-02-10 14:51:33 +01:00
parent dff661914d
commit 94d1db275c
1 changed files with 2 additions and 3 deletions

View File

@ -541,7 +541,6 @@
<EmbeddedResource Include="UI\SettingsPage.resx"> <EmbeddedResource Include="UI\SettingsPage.resx">
<DependentUpon>SettingsPage.cs</DependentUpon> <DependentUpon>SettingsPage.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<None Include="AcaciaZPushPlugin_TemporaryKey.pfx" />
<None Include="packages.config" /> <None Include="packages.config" />
<None Include="Properties\Settings.settings"> <None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator> <Generator>SettingsSingleFileGenerator</Generator>
@ -608,10 +607,10 @@
<SignManifests>true</SignManifests> <SignManifests>true</SignManifests>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<ManifestKeyFile>AcaciaZPushPlugin_TemporaryKey.pfx</ManifestKeyFile> <ManifestKeyFile>TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<ManifestCertificateThumbprint>533673021CCD374433803D4A2EA74198A1F5B446</ManifestCertificateThumbprint> <ManifestCertificateThumbprint>BBFB28C253605E59B6EFA7AAC079FB30F06C8298</ManifestCertificateThumbprint>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<SignAssembly>false</SignAssembly> <SignAssembly>false</SignAssembly>