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 @@ ...@@ -46,6 +46,12 @@
<OutputPath>bin\ReleaseKopiLua\</OutputPath> <OutputPath>bin\ReleaseKopiLua\</OutputPath>
<DefineConstants>USE_KOPILUA</DefineConstants> <DefineConstants>USE_KOPILUA</DefineConstants>
</PropertyGroup> </PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Data" /> <Reference Include="System.Data" />
...@@ -113,4 +119,7 @@ ...@@ -113,4 +119,7 @@
<Name>KopiLua.Net35</Name> <Name>KopiLua.Net35</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="key.snk" />
</ItemGroup>
</Project> </Project>
\ No newline at end of file
...@@ -51,6 +51,12 @@ ...@@ -51,6 +51,12 @@
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<Optimize>false</Optimize> <Optimize>false</Optimize>
</PropertyGroup> </PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Data" /> <Reference Include="System.Data" />
...@@ -118,4 +124,7 @@ ...@@ -118,4 +124,7 @@
<Name>KopiLua.Net40</Name> <Name>KopiLua.Net40</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="key.snk" />
</ItemGroup>
</Project> </Project>
\ No newline at end of file
...@@ -51,6 +51,12 @@ ...@@ -51,6 +51,12 @@
<DefineConstants>USE_KOPILUA</DefineConstants> <DefineConstants>USE_KOPILUA</DefineConstants>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
</PropertyGroup> </PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Data" /> <Reference Include="System.Data" />
...@@ -118,4 +124,7 @@ ...@@ -118,4 +124,7 @@
<Name>KopiLua.Net45</Name> <Name>KopiLua.Net45</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="key.snk" />
</ItemGroup>
</Project> </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