summaryrefslogtreecommitdiff
path: root/external/ikvm/reflect/IKVM.Reflection.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'external/ikvm/reflect/IKVM.Reflection.csproj')
-rw-r--r--external/ikvm/reflect/IKVM.Reflection.csproj9
1 files changed, 4 insertions, 5 deletions
diff --git a/external/ikvm/reflect/IKVM.Reflection.csproj b/external/ikvm/reflect/IKVM.Reflection.csproj
index 4d3b12c24f..5e117288d8 100644
--- a/external/ikvm/reflect/IKVM.Reflection.csproj
+++ b/external/ikvm/reflect/IKVM.Reflection.csproj
@@ -22,13 +22,11 @@
</SccAuxPath>
<SccProvider>
</SccProvider>
- <SignAssembly>true</SignAssembly>
- <AssemblyOriginatorKeyFile>..\ikvm-fork.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>True</DebugSymbols>
+ <DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
- <Optimize>False</Optimize>
+ <Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
@@ -36,7 +34,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
- <Optimize>True</Optimize>
+ <Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
@@ -100,6 +98,7 @@
<Compile Include="Module.cs" />
<Compile Include="ParameterInfo.cs" />
<Compile Include="ParameterModifier.cs" />
+ <Compile Include="Projection.cs" />
<Compile Include="PropertyInfo.cs" />
<Compile Include="PropertySignature.cs" />
<Compile Include="Reader\AssemblyReader.cs" />