Skip to content

Commit

Permalink
Updated Sdk for VS 2019 compatibility. Fixes #4872
Browse files Browse the repository at this point in the history
  • Loading branch information
93Akkord committed Jan 7, 2020
1 parent 52afae2 commit 2ecbc42
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Rubberduck.CodeAnalysis/Rubberduck.CodeAnalysis.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
<Project Sdk="Sunburst.NET.Sdk.WPF.Patched/1.0.49">
<PropertyGroup>
<Product>Rubberduck.CodeAnalysis</Product>
<Description>Assembly Containing the Code Analysis features exposed by Rubberduck</Description>
Expand Down
2 changes: 1 addition & 1 deletion Rubberduck.Core/Rubberduck.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
<Project Sdk="Sunburst.NET.Sdk.WPF.Patched/1.0.49">
<PropertyGroup>
<RootNamespace>Rubberduck</RootNamespace>
<AssemblyName>Rubberduck.Core</AssemblyName>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
<Project Sdk="Sunburst.NET.Sdk.WPF.Patched/1.0.49">
<PropertyGroup>
<Product>Rubberduck.Deployment.Build</Product>
<Copyright>Copyright © 2018</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion Rubberduck.Deployment/Rubberduck.Deployment.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
<Project Sdk="Sunburst.NET.Sdk.WPF.Patched/1.0.49">
<PropertyGroup>
<Product>Rubberduck.Deployment</Product>
<Copyright>Copyright © 2018-2019</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion Rubberduck.Interaction/Rubberduck.Interaction.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
<Project Sdk="Sunburst.NET.Sdk.WPF.Patched/1.0.49">
<PropertyGroup>
<Copyright>Copyright © 2018-2019</Copyright>
<Product>Rubberduck.Interaction</Product>
Expand Down
2 changes: 1 addition & 1 deletion Rubberduck.JunkDrawer/Rubberduck.JunkDrawer.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
<Project Sdk="Sunburst.NET.Sdk.WPF.Patched/1.0.49">
<PropertyGroup>
<Title>Rubberduck.JunkDrawer</Title>
<Product>Rubberduck.JunkDrawer</Product>
Expand Down
2 changes: 1 addition & 1 deletion Rubberduck.Main/Rubberduck.Main.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
<Project Sdk="Sunburst.NET.Sdk.WPF.Patched/1.0.49">
<PropertyGroup>
<RootNamespace>Rubberduck</RootNamespace>
<AssemblyName>Rubberduck</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion Rubberduck.Parsing/Rubberduck.Parsing.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
<Project Sdk="Sunburst.NET.Sdk.WPF.Patched/1.0.49">
<PropertyGroup>
<AssemblyName>Rubberduck.Parsing</AssemblyName>
<Title>Rubberduck.Parsing</Title>
Expand Down
2 changes: 1 addition & 1 deletion Rubberduck.Refactorings/Rubberduck.Refactorings.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
<Project Sdk="Sunburst.NET.Sdk.WPF.Patched/1.0.49">
<PropertyGroup>
<ProjectGuid>{D4B6A510-14E1-420A-A8D5-6A09890FD7D8}</ProjectGuid>
<RootNamespace>Rubberduck.Refactorings</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion RubberduckBaseMetaProject.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
<Project Sdk="Sunburst.NET.Sdk.WPF.Patched/1.0.49">
<!-- We're specifying the Sdk here to make appveyor happy, but this generates warning MSB4011 -->
<PropertyGroup>
<OutputType>Library</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion RubberduckBaseProject.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
<Project Sdk="Sunburst.NET.Sdk.WPF.Patched/1.0.49">
<!-- We're specifying the Sdk here to make appveyor happy, but this generates warning MSB4011 -->
<PropertyGroup>
<OutputType>Library</OutputType>
Expand Down

0 comments on commit 2ecbc42

Please sign in to comment.