We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07efe3 commit c122d14Copy full SHA for c122d14
1 file changed
TinCanTests/TinCanTests.csproj
@@ -54,6 +54,12 @@
54
</PropertyGroup>
55
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-net45|AnyCPU'">
56
<OutputPath>bin\Release-net45\</OutputPath>
57
+ <DefineConstants>TRACE</DefineConstants>
58
+ <Optimize>true</Optimize>
59
+ <DebugType>pdbonly</DebugType>
60
+ <PlatformTarget>AnyCPU</PlatformTarget>
61
+ <ErrorReport>prompt</ErrorReport>
62
+ <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
63
64
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-net45-signed|AnyCPU'">
65
<OutputPath>bin\Release-net45-signed\</OutputPath>
0 commit comments