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

@ -18,7 +18,4 @@
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="1.0.1-beta-000933" />
</ItemGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
</PropertyGroup>
</Project>