Remove unnecessary Release constants

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
    <DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
  </PropertyGroup>
This commit is contained in:
Piotr Puszkiewicz 2017-03-02 20:11:21 -08:00
parent d847963ab7
commit d9a06ba95c
40 changed files with 1 additions and 121 deletions

View file

@ -28,7 +28,4 @@
<PackageReference Include="Microsoft.DotNet.Cli.Utils" Version="$(SdkNugetVersion)" />
</ItemGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
</PropertyGroup>
</Project>