mirror of
https://github.com/S7NetPlus/s7netplus.git
synced 2026-02-17 14:28:25 +08:00
Sign the assembly. Issue #54
This commit is contained in:
BIN
S7.Net/Properties/S7.Net.snk
Normal file
BIN
S7.Net/Properties/S7.Net.snk
Normal file
Binary file not shown.
@@ -53,6 +53,12 @@
|
|||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
<Prefer32Bit>false</Prefer32Bit>
|
<Prefer32Bit>false</Prefer32Bit>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<SignAssembly>true</SignAssembly>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<AssemblyOriginatorKeyFile>Properties\S7.Net.snk</AssemblyOriginatorKeyFile>
|
||||||
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Core">
|
<Reference Include="System.Core">
|
||||||
@@ -77,7 +83,7 @@
|
|||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="..\S7.Net.Common\Enums.cs">
|
<Compile Include="..\S7.Net.Common\Enums.cs">
|
||||||
<Link>Enums</Link>
|
<Link>Enums</Link>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="..\S7.Net.Common\Types\Boolean.cs">
|
<Compile Include="..\S7.Net.Common\Types\Boolean.cs">
|
||||||
<Link>Types\Boolean</Link>
|
<Link>Types\Boolean</Link>
|
||||||
</Compile>
|
</Compile>
|
||||||
@@ -133,6 +139,9 @@
|
|||||||
<Install>true</Install>
|
<Install>true</Install>
|
||||||
</BootstrapperPackage>
|
</BootstrapperPackage>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Properties\S7.Net.snk" />
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
Other similar extension points exist, see Microsoft.Common.targets.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
|
|||||||
Reference in New Issue
Block a user