We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa0a78 commit 6079a89Copy full SHA for 6079a89
src/FluentAssertions.Mvc3/FluentAssertions.Mvc3.csproj
@@ -22,7 +22,6 @@
22
<DebugSymbols>true</DebugSymbols>
23
<DebugType>full</DebugType>
24
<Optimize>false</Optimize>
25
- <OutputPath>..\..\bin\Debug\</OutputPath>
26
<DefineConstants>TRACE;DEBUG;</DefineConstants>
27
<ErrorReport>prompt</ErrorReport>
28
<WarningLevel>4</WarningLevel>
@@ -35,7 +34,6 @@
35
34
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
36
37
38
- <OutputPath>..\..\bin\Release\</OutputPath>
39
40
41
<ConsolePause>false</ConsolePause>
0 commit comments