This commit is contained in:
2023-10-27 08:56:30 +02:00
parent e74939b1ef
commit b70983392a
2 changed files with 5 additions and 2 deletions

View File

@@ -111,6 +111,9 @@
<PropertyGroup>
<AssemblyOriginatorKeyFile>Aviso_1_TemporaryKey.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\Release\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="Accessibility" />
<Reference Include="BouncyCastle.Crypto, Version=1.8.4.0, Culture=neutral, PublicKeyToken=0e99375e54769942">

View File

@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("3.9.3.1")>
<Assembly: AssemblyFileVersion("3.9.3.1")>
<Assembly: AssemblyVersion("3.9.3.2")>
<Assembly: AssemblyFileVersion("3.9.3.2")>