This commit is contained in:
2023-09-11 14:39:40 +02:00
parent 3698fa827b
commit 0a0c1c5f10
3 changed files with 11 additions and 10 deletions

View File

@@ -80,10 +80,10 @@
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>5A6BD29D23A7643243CD6EFA1FEF21BAF955E653</ManifestCertificateThumbprint>
<ManifestCertificateThumbprint>C817B38BF41513AE566EFC65D0884C0F91F49E37</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>AL20210908.pfx</ManifestKeyFile>
<ManifestKeyFile>Aviso_1_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
@@ -108,7 +108,7 @@
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>Aviso_TemporaryKey.pfx</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>Aviso_1_TemporaryKey.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Accessibility" />
@@ -1393,6 +1393,7 @@
<ItemGroup>
<None Include="AL20210908.pfx" />
<None Include="App.config" />
<None Include="Aviso_1_TemporaryKey.pfx" />
<None Include="Aviso_TemporaryKey.pfx" />
<None Include="Dokumentenbeschriftung\PageReport1.rdlx">
<SubType>Component</SubType>
@@ -1749,7 +1750,7 @@
</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>C:\VERAG\Zertifikate\signtool.exe sign /f C:\VERAG\Zertifikate\AL20210908.pfx /p verag2001 "Aviso.exe"</PostBuildEvent>
<PostBuildEvent>C:\VERAG\Zertifikate\signtool.exe sign /f D:\Andreas\Programmierung\VB\AVISO\Aviso\Aviso\Aviso_1_TemporaryKey.pfx /p BmWr501956 "Aviso.exe"</PostBuildEvent>
</PropertyGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>