Skip to content

Commit

Permalink
Correct documentation file path
Browse files Browse the repository at this point in the history
  • Loading branch information
rneatherway committed Aug 14, 2015
1 parent 54086f5 commit ce8a653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FsAutoComplete/FsAutoComplete.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<WarningLevel>3</WarningLevel>
<DocumentationFile>bin\Debug\FSharp.InteractiveAutocomplete.XML</DocumentationFile>
<DocumentationFile>bin\Debug\fsautocomplete.xml</DocumentationFile>
<OtherFlags>--warnon:1182</OtherFlags>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
Expand All @@ -35,7 +35,7 @@
<OutputPath>bin\Release</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<WarningLevel>3</WarningLevel>
<DocumentationFile>bin\Release\FSharp.InteractiveAutocomplete.XML</DocumentationFile>
<DocumentationFile>bin\Release\fsautocomplete.xml</DocumentationFile>
<DebugSymbols>False</DebugSymbols>
</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit ce8a653

Please sign in to comment.