Skip to content

Commit baa0a78

Browse files
committed
Reference to FluentAssertionsMvc.settings.targets file added to Mvc4 project, and OutputPath property removed as it is set in the settings.targets file.
1 parent 1a40dce commit baa0a78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/FluentAssertions.Mvc4/FluentAssertions.Mvc4.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,18 @@
1313
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
</PropertyGroup>
16+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory),FluentAssertionsMvc.sln))\tools\FluentAssertionsMvc.settings.targets" />
1617
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1718
<DebugSymbols>true</DebugSymbols>
1819
<DebugType>full</DebugType>
1920
<Optimize>false</Optimize>
20-
<OutputPath>bin\Debug\</OutputPath>
2121
<DefineConstants>DEBUG;TRACE</DefineConstants>
2222
<ErrorReport>prompt</ErrorReport>
2323
<WarningLevel>4</WarningLevel>
2424
</PropertyGroup>
2525
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2626
<DebugType>pdbonly</DebugType>
2727
<Optimize>true</Optimize>
28-
<OutputPath>bin\Release\</OutputPath>
2928
<DefineConstants>TRACE</DefineConstants>
3029
<ErrorReport>prompt</ErrorReport>
3130
<WarningLevel>4</WarningLevel>

0 commit comments

Comments
 (0)