Fix #9
This commit is contained in:
parent
48aeadbe74
commit
37f683843c
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue