Skip to content

Commit 67dcd11

Browse files
committed
Updated projects to generate xml documentation file.
1 parent 158416f commit 67dcd11

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/FluentAssertions.Mvc3/FluentAssertions.Mvc3.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
<ConsolePause>false</ConsolePause>
3131
<GenerateDocumentation>true</GenerateDocumentation>
3232
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
33-
<DocumentationFile>
34-
</DocumentationFile>
33+
<DocumentationFile>..\..\bin\Debug\FluentAssertions.Mvc3.xml</DocumentationFile>
3534
</PropertyGroup>
3635
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3736
<DebugType>full</DebugType>
@@ -41,7 +40,7 @@
4140
<ConsolePause>false</ConsolePause>
4241
<DebugSymbols>true</DebugSymbols>
4342
<GenerateDocumentation>true</GenerateDocumentation>
44-
<DocumentationFile>..\..\bin\Release\FluentAssertions.Mvc3.XML</DocumentationFile>
43+
<DocumentationFile>..\..\bin\Release\FluentAssertions.Mvc3.xml</DocumentationFile>
4544
</PropertyGroup>
4645
<ItemGroup>
4746
<Reference Include="FluentAssertions, Version=2.1.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">

src/FluentAssertions.Mvc4/FluentAssertions.Mvc4.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@
2323
<DefineConstants>DEBUG;TRACE</DefineConstants>
2424
<ErrorReport>prompt</ErrorReport>
2525
<WarningLevel>4</WarningLevel>
26+
<DocumentationFile>..\..\bin\Debug\FluentAssertions.Mvc4.xml</DocumentationFile>
2627
</PropertyGroup>
2728
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2829
<DebugType>pdbonly</DebugType>
2930
<Optimize>true</Optimize>
3031
<DefineConstants>TRACE</DefineConstants>
3132
<ErrorReport>prompt</ErrorReport>
3233
<WarningLevel>4</WarningLevel>
34+
<DocumentationFile>..\..\bin\Release\FluentAssertions.Mvc4.xml</DocumentationFile>
3335
</PropertyGroup>
3436
<ItemGroup>
3537
<Reference Include="FluentAssertions, Version=2.1.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">

0 commit comments

Comments
 (0)