Skip to content

Commit

Permalink
the assembly is now strong-name signed, so also people using signed a…
Browse files Browse the repository at this point in the history
…ssemblies can use it
  • Loading branch information
piac committed Jul 20, 2013
1 parent 6167a30 commit 90ef560
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Turtle/Turtle.csproj
Expand Up @@ -14,6 +14,8 @@
<FileAlignment>512</FileAlignment>
<TargetFrameworkSubset>
</TargetFrameworkSubset>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>TurtleSignature.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -49,6 +51,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TurtleVertex.cs" />
</ItemGroup>
<ItemGroup>
<None Include="TurtleSignature.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 90ef560

Please sign in to comment.