Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/aspnetwebstack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/SPA/SPA.csproj')
-rw-r--r--src/SPA/SPA.csproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/SPA/SPA.csproj b/src/SPA/SPA.csproj
index 88cdf7ea..893cab29 100644
--- a/src/SPA/SPA.csproj
+++ b/src/SPA/SPA.csproj
@@ -16,7 +16,10 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DefineConstants>TRACE;CODE_ANALYSIS</DefineConstants>
</PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'CodeCov|AnyCPU' ">
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'CodeAnalysis|AnyCPU' ">
+ <DefineConstants>TRACE</DefineConstants>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'CodeCoverage|AnyCPU' ">
<DefineConstants>DEBUG;TRACE;CODE_ANALYSIS;CODECOV</DefineConstants>
</PropertyGroup>
<ItemGroup>