Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Krüger <mkrueger@xamarin.com>2013-06-06 09:42:01 +0400
committerMike Krüger <mkrueger@xamarin.com>2013-06-06 09:42:01 +0400
commit17989a4a812fd3729b6da3773f50685e8246f8f7 (patch)
treec81411810bad73e6f710a9fae0be2a114e800b28
parentf66ae589df6f51bf107811ff42dec8098dce67c4 (diff)
Added strong name to the IKVM.Reflection assembly.
-rw-r--r--ikvm-fork.snkbin0 -> 596 bytes
-rw-r--r--reflect/IKVM.Reflection.csproj4
2 files changed, 3 insertions, 1 deletions
diff --git a/ikvm-fork.snk b/ikvm-fork.snk
new file mode 100644
index 00000000..a504982b
--- /dev/null
+++ b/ikvm-fork.snk
Binary files differ
diff --git a/reflect/IKVM.Reflection.csproj b/reflect/IKVM.Reflection.csproj
index 16004ad6..4d3b12c2 100644
--- a/reflect/IKVM.Reflection.csproj
+++ b/reflect/IKVM.Reflection.csproj
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -22,6 +22,8 @@
</SccAuxPath>
<SccProvider>
</SccProvider>
+ <SignAssembly>true</SignAssembly>
+ <AssemblyOriginatorKeyFile>..\ikvm-fork.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>