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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-08-07 23:13:59 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-08-07 23:14:00 +0300
commitf1ff42789be45c30cf3537ee986529179870df1e (patch)
tree7276c6c9b462004066a7fff08cb83a8a1ba9c7d8 /mcs/class/System.ServiceProcess
parent83dde0759ffef4e98a8650b36df34d23f9c95205 (diff)
[msvc] Update csproj files
Diffstat (limited to 'mcs/class/System.ServiceProcess')
-rw-r--r--mcs/class/System.ServiceProcess/System.ServiceProcess-net_4_x.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/class/System.ServiceProcess/System.ServiceProcess-net_4_x.csproj b/mcs/class/System.ServiceProcess/System.ServiceProcess-net_4_x.csproj
index 56153601876..aa2e532cdb8 100644
--- a/mcs/class/System.ServiceProcess/System.ServiceProcess-net_4_x.csproj
+++ b/mcs/class/System.ServiceProcess/System.ServiceProcess-net_4_x.csproj
@@ -25,8 +25,9 @@
<AssemblyName>System.ServiceProcess</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
+ <SignAssembly>true</SignAssembly>
+ <AssemblyOriginatorKeyFile>../msfinal.pub</AssemblyOriginatorKeyFile>
</PropertyGroup>
-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>