<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
</PropertyGroup>
|
||
|---|---|---|
| .. | ||
| .noautobuild | ||
| App.csproj | ||
| NuGet.Config | ||
| Program.cs | ||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
</PropertyGroup>
|
||
|---|---|---|
| .. | ||
| .noautobuild | ||
| App.csproj | ||
| NuGet.Config | ||
| Program.cs | ||