Skip to content

Commit d2229bf

Browse files
committed
Merge remote-tracking branch 'upstream/next' into Issue4149_TestExplorerFilter
2 parents e5c8ff2 + 1c9a6b9 commit d2229bf

File tree

15 files changed

+24
-26
lines changed

15 files changed

+24
-26
lines changed

Rubberduck.API/Rubberduck.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Product>Rubberduck.API</Product>
55
<Description>Rubberduck Reflection API</Description>
6-
<Copyright>Copyright © 2018</Copyright>
6+
<Copyright>Copyright © 2018-2019</Copyright>
77
<ProjectGuid>{AC1B4A57-364A-4F90-A0CD-6EE818349CE5}</ProjectGuid>
88
<!--
99
TODO: affix AssemblyVersion and/or FileVersion for COM-Registration?!

Rubberduck.CodeAnalysis/Rubberduck.CodeAnalysis.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Product>Rubberduck.CodeAnalysis</Product>
55
<Description>Assembly Containing the Code Analysis features exposed by Rubberduck</Description>
6-
<Copyright>Copyright © 2017-2018</Copyright>
6+
<Copyright>Copyright © 2017-2019</Copyright>
77
<AssemblyName>Rubberduck.CodeAnalysis</AssemblyName>
88
<RootNamespace>Rubberduck.CodeAnalysis</RootNamespace>
99
<ProjectGuid>{DEF2FB9D-6E62-49D6-8E26-9983AC025768}</ProjectGuid>

Rubberduck.Core/Rubberduck.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<AssemblyName>Rubberduck.Core</AssemblyName>
66
<Title>Rubberduck.Core</Title>
77
<Product>Rubberduck.Core</Product>
8-
<Copyright>Copyright © 2014-2018</Copyright>
8+
<Copyright>Copyright © 2014-2019</Copyright>
99
<ProjectGuid>{A1587EAC-7B54-407E-853F-4C7493D0323E}</ProjectGuid>
1010
<DocumentationFile>bin\Debug\Rubberduck.Core.xml</DocumentationFile>
1111
<!-- Disable "Missing XML documentation" warning (CS1591) -->

Rubberduck.Deployment/Rubberduck.Deployment.csproj

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
33
<PropertyGroup>
44
<Product>Rubberduck.Deployment</Product>
5-
<Copyright>Copyright © 2018</Copyright>
5+
<Copyright>Copyright © 2018-2019</Copyright>
66
<ProjectGuid>{4B9BD3FE-DDC8-4842-BC3D-B8EF43011F0C}</ProjectGuid>
77
<RootNamespace>Rubberduck.Deployment</RootNamespace>
88
<AssemblyName>Rubberduck.Deployment</AssemblyName>
@@ -44,9 +44,7 @@
4444
</Target>
4545

4646
<Target Name="PreBuildTask" BeforeTargets="PreBuildEvent">
47-
<RubberduckPreBuildTask
48-
WorkingDir="$(ProjectDir)"
49-
OutputDir="$(TargetDir)" />
47+
<RubberduckPreBuildTask WorkingDir="$(ProjectDir)" OutputDir="$(TargetDir)" />
5048

5149
<Message Text="Ran Rubberduck prebuild task" Importance="normal" />
5250
</Target>
@@ -59,14 +57,14 @@
5957
</CreateProperty>
6058

6159
<RubberduckPostBuildTask
62-
Config="$(ConfigurationName)"
63-
NetToolsDir="$(SdkPath)bin\NETFX 4.6.1 Tools\"
64-
WixToolsDir="$(ProjectDir)WixToolset\"
65-
SourceDir="$(TargetDir)"
66-
TargetDir="$(TargetDir)"
67-
ProjectDir="$(ProjectDir)"
68-
IncludeDir="$(ProjectDir)InnoSetup\Includes\"
69-
FilesToExtract="Rubberduck.dll|Rubberduck.API.dll" />
60+
Config="$(ConfigurationName)"
61+
NetToolsDir="$(SdkPath)bin\NETFX 4.6.1 Tools\"
62+
WixToolsDir="$(ProjectDir)WixToolset\"
63+
SourceDir="$(TargetDir)"
64+
TargetDir="$(TargetDir)"
65+
ProjectDir="$(ProjectDir)"
66+
IncludeDir="$(ProjectDir)InnoSetup\Includes\"
67+
FilesToExtract="Rubberduck.dll|Rubberduck.API.dll" />
7068

7169
<Message Text="Ran Rubberduck postbuild task" Importance="normal" />
7270
</Target>

Rubberduck.Interaction/Rubberduck.Interaction.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
33
<PropertyGroup>
4-
<Copyright>Copyright © 2018</Copyright>
4+
<Copyright>Copyright © 2018-2019</Copyright>
55
<Product>Rubberduck.Interaction</Product>
66
<Title>Rubberduck.Interaction</Title>
77
<ProjectGuid>{AC54B7FB-170D-4DA6-A30B-8CAD182F0E6B}</ProjectGuid>

Rubberduck.Parsing/Rubberduck.Parsing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<AssemblyName>Rubberduck.Parsing</AssemblyName>
55
<Title>Rubberduck.Parsing</Title>
66
<Product>Rubberduck.Parsing</Product>
7-
<Copyright>Copyright © 2015-2016</Copyright>
7+
<Copyright>Copyright © 2015-2019</Copyright>
88
<ProjectGuid>{A4A618E1-CBCA-435F-9C6C-5181E030ADFC}</ProjectGuid>
99
</PropertyGroup>
1010
<Import Project="..\RubberduckBaseProject.csproj" />

Rubberduck.Refactorings/Rubberduck.Refactorings.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<ProjectGuid>{D4B6A510-14E1-420A-A8D5-6A09890FD7D8}</ProjectGuid>
55
<RootNamespace>Rubberduck.Refactorings</RootNamespace>
66
<AssemblyName>Rubberduck.Refactorings</AssemblyName>
7-
<Copyright>Copyright © 2018</Copyright>
7+
<Copyright>Copyright © 2018-2019</Copyright>
88
</PropertyGroup>
99
<Import Project="..\RubberduckBaseProject.csproj" />
1010

Rubberduck.RegexAssistant/Rubberduck.RegexAssistant.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Title>Rubberduck.RegexAssistant</Title>
55
<Product>Rubberduck.RegexAssistant</Product>
6-
<Copyright>Copyright © 2016-2018</Copyright>
6+
<Copyright>Copyright © 2016-2019</Copyright>
77
<ProjectGuid>{40CC03E3-756C-4674-AF07-384115DEAEE2}</ProjectGuid>
88
</PropertyGroup>
99
<Import Project="..\RubberduckBaseProject.csproj" />

Rubberduck.SettingsProvider/Rubberduck.SettingsProvider.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Title>Rubberduck.SettingsProvider</Title>
55
<Product>Rubberduck.SettingsProvider</Product>
6-
<Copyright>Copyright © 2016-2018</Copyright>
6+
<Copyright>Copyright © 2016-2019</Copyright>
77
<ProjectGuid>{E85E1253-86D6-45EE-968B-F37348D44132}</ProjectGuid>
88
</PropertyGroup>
99
<Import Project="..\RubberduckBaseProject.csproj" />

Rubberduck.SmartIndenter/Rubberduck.SmartIndenter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Title>Rubberduck.SmartIndenter</Title>
55
<Product>Rubberduck.SmartIndenter</Product>
6-
<Copyright>Copyright © 2015-2018</Copyright>
6+
<Copyright>Copyright © 2015-2019</Copyright>
77
<ProjectGuid>{B9C0BF22-4D8A-4BF4-89F9-E789C0063DEB}</ProjectGuid>
88
</PropertyGroup>
99
<Import Project="..\RubberduckBaseProject.csproj" />

0 commit comments

Comments
 (0)