removed pfx

This commit is contained in:
FH 2022-01-01 17:23:53 +01:00
parent ad1465e339
commit cc1dd46cc9
2 changed files with 3 additions and 3 deletions

View file

@ -34,10 +34,11 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>FCS.Lib.pfx</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
@ -66,7 +67,6 @@
<Compile Include="Squid.cs" />
</ItemGroup>
<ItemGroup>
<None Include="FCS.Lib.pfx" />
<None Include="LICENSE.md" />
</ItemGroup>
<ItemGroup>

Binary file not shown.