Skip to content

Commit c122d14

Browse files
author
samcayford
committed
Correct net45 section in TinCanTests.csproj
1 parent b07efe3 commit c122d14

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

TinCanTests/TinCanTests.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@
5454
</PropertyGroup>
5555
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-net45|AnyCPU'">
5656
<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>
5763
</PropertyGroup>
5864
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-net45-signed|AnyCPU'">
5965
<OutputPath>bin\Release-net45-signed\</OutputPath>

0 commit comments

Comments
 (0)