Skip to content

Commit

Permalink
strong name mono.reflection
Browse files Browse the repository at this point in the history
  • Loading branch information
jbevain committed Jan 22, 2010
1 parent c00ed8b commit 18b20b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Mono.Reflection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<FileAlignment>512</FileAlignment>
<TargetFrameworkSubset>
</TargetFrameworkSubset>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>mono.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -45,6 +47,9 @@
<Compile Include="Mono.Reflection\MethodBodyReader.cs" />
<Compile Include="Mono.Reflection\Instruction.cs" />
</ItemGroup>
<ItemGroup>
<None Include="mono.snk" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down

0 comments on commit 18b20b7

Please sign in to comment.