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>2014-05-30 10:57:13 +0400
committerMike Krüger <mkrueger@xamarin.com>2014-05-30 10:57:13 +0400
commit600d3d00e35e862dd06e6eac867e2235c65298d4 (patch)
treecc4498947be7de065c13b096398dc402665788ee /reflect
parent6134bb69ea1b9a7b9aea4765ca94a0820740ac86 (diff)
Added strong name to IKVM.
Diffstat (limited to 'reflect')
-rw-r--r--reflect/IKVM.Reflection.csproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/reflect/IKVM.Reflection.csproj b/reflect/IKVM.Reflection.csproj
index 5e117288..2ded215c 100644
--- a/reflect/IKVM.Reflection.csproj
+++ b/reflect/IKVM.Reflection.csproj
@@ -3,7 +3,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
+ <ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{4CB170EF-DFE6-4A56-9E1B-A85449E827A7}</ProjectGuid>
<OutputType>Library</OutputType>
@@ -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>