forked from jasder/antlr
Sign the Antlr4BuildTasks assembly
This commit is contained in:
parent
6abb26c29d
commit
11ba8324be
|
@ -29,6 +29,12 @@
|
|||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<AssemblyOriginatorKeyFile>..\..\..\..\..\..\keys\antlr\Key.snk</AssemblyOriginatorKeyFile>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.Build.Framework" />
|
||||
<Reference Include="Microsoft.Build.Tasks.v4.0" />
|
||||
|
@ -49,6 +55,9 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Antlr4.targets" />
|
||||
<None Include="..\..\..\..\..\..\keys\antlr\Key.snk">
|
||||
<Link>Key.snk</Link>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
|
|
Loading…
Reference in New Issue