File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -190,3 +190,4 @@ Rubberduck.CodeAnalysis.xml
190
190
# Gradle
191
191
/.gradle /
192
192
/Rubberduck.CodeAnalysis /Rubberduck.CodeAnalysis.xml
193
+ /Rubberduck.Parsing /Rubberduck.Parsing.xml
Original file line number Diff line number Diff line change 5
5
<Description >Assembly Containing the Code Analysis features exposed by Rubberduck</Description >
6
6
<Copyright >Copyright © 2017-2019</Copyright >
7
7
<AssemblyName >Rubberduck.CodeAnalysis</AssemblyName >
8
+ <Title >Rubberduck.CodeAnalysis</Title >
8
9
<RootNamespace >Rubberduck.CodeAnalysis</RootNamespace >
9
10
<ProjectGuid >{DEF2FB9D-6E62-49D6-8E26-9983AC025768}</ProjectGuid >
10
11
</PropertyGroup >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project Sdk =" Sunburst.NET.Sdk.WPF.Patched/1.0.49" >
3
3
<PropertyGroup >
4
- <AssemblyName >Rubberduck.Parsing</AssemblyName >
5
- <Title >Rubberduck.Parsing</Title >
6
4
<Product >Rubberduck.Parsing</Product >
5
+ <Description >This assembly contains the parts responsible for turning VBA code into tokens and parse trees.</Description >
7
6
<Copyright >Copyright © 2015-2019</Copyright >
7
+ <AssemblyName >Rubberduck.Parsing</AssemblyName >
8
+ <Title >Rubberduck.Parsing</Title >
9
+ <RootNamespace >Rubberduck.Parsing</RootNamespace >
8
10
<ProjectGuid >{A4A618E1-CBCA-435F-9C6C-5181E030ADFC}</ProjectGuid >
11
+ <UnifyOutputPath >true</UnifyOutputPath >
12
+ </PropertyGroup >
13
+ <PropertyGroup >
14
+ <DocumentationFile >Rubberduck.Parsing.xml</DocumentationFile >
9
15
</PropertyGroup >
10
- <Import Project =" ..\RubberduckBaseProject.csproj" />
11
-
12
16
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
13
17
<WarningLevel >1</WarningLevel >
14
18
<UseVSHostingProcess >true</UseVSHostingProcess >
15
19
<NoWarn >1701;1702;1591;4011;1001;7035;1053</NoWarn >
16
- <DocumentationFile >Rubberduck.Parsing.xml</DocumentationFile >
17
- <OutputPath />
18
20
</PropertyGroup >
21
+ <Import Project =" ..\RubberduckBaseProject.csproj" />
19
22
<PropertyGroup >
20
23
<Antlr4UseCSharpGenerator >True</Antlr4UseCSharpGenerator >
21
24
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments