This commit is contained in:
MichaelGrafnetter 2016-02-03 14:51:29 +01:00
parent 48aeadbe74
commit 37f683843c
1 changed files with 1 additions and 2 deletions

View File

@ -35,9 +35,8 @@
<TargetFrameworkProfile /> <TargetFrameworkProfile />
</PropertyGroup> </PropertyGroup>
<!-- The .snk file won't be published to codeplex. --> <!-- The .snk file won't be published to codeplex. -->
<PropertyGroup Condition="Exists('$(SigningKeyPath)')"> <PropertyGroup Condition="'$(DoSign)' == 'true'" >
<DefineConstants>$(DefineConstants);STRONG_NAMED</DefineConstants> <DefineConstants>$(DefineConstants);STRONG_NAMED</DefineConstants>
<DelaySign>true</DelaySign>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>