Skip to content

Commit

Permalink
attempt to use relative path for the xml; removed propertygroup condi…
Browse files Browse the repository at this point in the history
…tion.
  • Loading branch information
retailcoder committed May 15, 2019
1 parent 5b07f39 commit d036718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rubberduck.CodeAnalysis/Rubberduck.CodeAnalysis.csproj
Expand Up @@ -8,8 +8,8 @@
<RootNamespace>Rubberduck.CodeAnalysis</RootNamespace>
<ProjectGuid>{DEF2FB9D-6E62-49D6-8E26-9983AC025768}</ProjectGuid>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>C:\Dev\GitHub\Rubberduck\Rubberduck.CodeAnalysis\Rubberduck.CodeAnalysis.xml</DocumentationFile>
<PropertyGroup>
<DocumentationFile>..\..\Rubberduck\docs\Rubberduck.CodeAnalysis.xml</DocumentationFile>
</PropertyGroup>
<Import Project="..\RubberduckBaseProject.csproj" />

Expand Down

0 comments on commit d036718

Please sign in to comment.