Skip to content

Commit 7969162

Browse files
committed
generate Rubberduck.Parsing.xml in unified build output path
1 parent 3087241 commit 7969162

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,3 +190,4 @@ Rubberduck.CodeAnalysis.xml
190190
#Gradle
191191
/.gradle/
192192
/Rubberduck.CodeAnalysis/Rubberduck.CodeAnalysis.xml
193+
/Rubberduck.Parsing/Rubberduck.Parsing.xml

Rubberduck.CodeAnalysis/Rubberduck.CodeAnalysis.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Description>Assembly Containing the Code Analysis features exposed by Rubberduck</Description>
66
<Copyright>Copyright © 2017-2019</Copyright>
77
<AssemblyName>Rubberduck.CodeAnalysis</AssemblyName>
8+
<Title>Rubberduck.CodeAnalysis</Title>
89
<RootNamespace>Rubberduck.CodeAnalysis</RootNamespace>
910
<ProjectGuid>{DEF2FB9D-6E62-49D6-8E26-9983AC025768}</ProjectGuid>
1011
</PropertyGroup>

Rubberduck.Parsing/Rubberduck.Parsing.csproj

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Sunburst.NET.Sdk.WPF.Patched/1.0.49">
33
<PropertyGroup>
4-
<AssemblyName>Rubberduck.Parsing</AssemblyName>
5-
<Title>Rubberduck.Parsing</Title>
64
<Product>Rubberduck.Parsing</Product>
5+
<Description>This assembly contains the parts responsible for turning VBA code into tokens and parse trees.</Description>
76
<Copyright>Copyright © 2015-2019</Copyright>
7+
<AssemblyName>Rubberduck.Parsing</AssemblyName>
8+
<Title>Rubberduck.Parsing</Title>
9+
<RootNamespace>Rubberduck.Parsing</RootNamespace>
810
<ProjectGuid>{A4A618E1-CBCA-435F-9C6C-5181E030ADFC}</ProjectGuid>
11+
<UnifyOutputPath>true</UnifyOutputPath>
12+
</PropertyGroup>
13+
<PropertyGroup>
14+
<DocumentationFile>Rubberduck.Parsing.xml</DocumentationFile>
915
</PropertyGroup>
10-
<Import Project="..\RubberduckBaseProject.csproj" />
11-
1216
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1317
<WarningLevel>1</WarningLevel>
1418
<UseVSHostingProcess>true</UseVSHostingProcess>
1519
<NoWarn>1701;1702;1591;4011;1001;7035;1053</NoWarn>
16-
<DocumentationFile>Rubberduck.Parsing.xml</DocumentationFile>
17-
<OutputPath />
1820
</PropertyGroup>
21+
<Import Project="..\RubberduckBaseProject.csproj" />
1922
<PropertyGroup>
2023
<Antlr4UseCSharpGenerator>True</Antlr4UseCSharpGenerator>
2124
</PropertyGroup>

0 commit comments

Comments
 (0)