Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2014-05-25 08:33:21 +0400
committerMiguel de Icaza <miguel@gnome.org>2014-05-25 08:33:21 +0400
commita7eace18c195257ba0d89152e194ca5405f33146 (patch)
treeee65f228d5c4cfe3235656fb2fed9366363cc6f5 /msvc/scripts/csproj.tmpl
parentef0fdb0b2f1007dd864d3d95f55e00ca67e9e3d6 (diff)
[build] MSBuild setup: Add support for -keyfile and -delaysign, thanks to Marek Safar for the pointer
Diffstat (limited to 'msvc/scripts/csproj.tmpl')
-rw-r--r--msvc/scripts/csproj.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/msvc/scripts/csproj.tmpl b/msvc/scripts/csproj.tmpl
index 4e0e44e5915..872748e7f47 100644
--- a/msvc/scripts/csproj.tmpl
+++ b/msvc/scripts/csproj.tmpl
@@ -19,6 +19,7 @@
<TargetFrameworkVersion>v@FX_VERSION</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
+ @SIGNATURE@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>