Commit b7d0b940 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Merge pull request #46 from prabirshrestha/signed

signed net35, net40 and net45
parents 780639d1 231e25fb
......@@ -46,6 +46,12 @@
<OutputPath>bin\ReleaseKopiLua\</OutputPath>
<DefineConstants>USE_KOPILUA</DefineConstants>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
......@@ -113,4 +119,7 @@
<Name>KopiLua.Net35</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="key.snk" />
</ItemGroup>
</Project>
\ No newline at end of file
......@@ -51,6 +51,12 @@
<WarningLevel>4</WarningLevel>
<Optimize>false</Optimize>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
......@@ -118,4 +124,7 @@
<Name>KopiLua.Net40</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="key.snk" />
</ItemGroup>
</Project>
\ No newline at end of file
......@@ -51,6 +51,12 @@
<DefineConstants>USE_KOPILUA</DefineConstants>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
......@@ -118,4 +124,7 @@
<Name>KopiLua.Net45</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="key.snk" />
</ItemGroup>
</Project>
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment