Skip to content

Commit

Permalink
signed net35, net40 and net45
Browse files Browse the repository at this point in the history
  • Loading branch information
prabirshrestha committed Sep 15, 2013
1 parent 0893940 commit 105a3b9
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Core/NLua/NLua.Net35.csproj
Expand Up @@ -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" />
Expand Down Expand Up @@ -113,4 +119,7 @@
<Name>KopiLua.Net35</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="key.snk" />
</ItemGroup>
</Project>
9 changes: 9 additions & 0 deletions Core/NLua/NLua.Net40.csproj
Expand Up @@ -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" />
Expand Down Expand Up @@ -118,4 +124,7 @@
<Name>KopiLua.Net40</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="key.snk" />
</ItemGroup>
</Project>
9 changes: 9 additions & 0 deletions Core/NLua/NLua.Net45.csproj
Expand Up @@ -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" />
Expand Down Expand Up @@ -118,4 +124,7 @@
<Name>KopiLua.Net45</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="key.snk" />
</ItemGroup>
</Project>
Binary file added Core/NLua/key.snk
Binary file not shown.

0 comments on commit 105a3b9

Please sign in to comment.