Commit 8fcbf5e9 authored by tebjan's avatar tebjan
Browse files

svgassembly is now signed

parent 0b3df0a9
......@@ -71,6 +71,12 @@
<DebugSymbols>false</DebugSymbols>
<DocumentationFile>bin\Release\Svg.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>svgkeyfile.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Drawing" />
......@@ -212,6 +218,7 @@
</ItemGroup>
<ItemGroup>
<None Include="Basic Shapes\DOM.cd" />
<None Include="svgkeyfile.pfx" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment