mirror of
https://github.com/S7NetPlus/s7netplus.git
synced 2026-02-17 14:28:25 +08:00
Merge pull request #59 from SenenFernandez/master
Sign the assembly. Issue #52
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>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<AssemblyOriginatorKeyFile>Properties\S7.Net.snk</AssemblyOriginatorKeyFile>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core">
|
||||
@@ -77,7 +83,7 @@
|
||||
</Compile>
|
||||
<Compile Include="..\S7.Net.Common\Enums.cs">
|
||||
<Link>Enums</Link>
|
||||
</Compile>
|
||||
</Compile>
|
||||
<Compile Include="..\S7.Net.Common\Types\Boolean.cs">
|
||||
<Link>Types\Boolean</Link>
|
||||
</Compile>
|
||||
@@ -133,6 +139,9 @@
|
||||
<Install>true</Install>
|
||||
</BootstrapperPackage>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Properties\S7.Net.snk" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- 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.
|
||||
|
||||
Reference in New Issue
Block a user