Skip to content

Commit 6079a89

Browse files
committed
OutputPath property removed as it is set in the FluentAssertionsMvc.settings.target file.
1 parent baa0a78 commit 6079a89

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/FluentAssertions.Mvc3/FluentAssertions.Mvc3.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<DebugSymbols>true</DebugSymbols>
2323
<DebugType>full</DebugType>
2424
<Optimize>false</Optimize>
25-
<OutputPath>..\..\bin\Debug\</OutputPath>
2625
<DefineConstants>TRACE;DEBUG;</DefineConstants>
2726
<ErrorReport>prompt</ErrorReport>
2827
<WarningLevel>4</WarningLevel>
@@ -35,7 +34,6 @@
3534
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3635
<DebugType>full</DebugType>
3736
<Optimize>false</Optimize>
38-
<OutputPath>..\..\bin\Release\</OutputPath>
3937
<ErrorReport>prompt</ErrorReport>
4038
<WarningLevel>4</WarningLevel>
4139
<ConsolePause>false</ConsolePause>

0 commit comments

Comments
 (0)