Skip to content

Commit d73230d

Browse files
committed
Use Sunburst SDK for build.
1 parent 0aaf7c1 commit d73230d

File tree

22 files changed

+25
-82
lines changed

22 files changed

+25
-82
lines changed

Rubberduck.API/Rubberduck.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project Sdk="Microsoft.NET.Sdk">
2+
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
33
<PropertyGroup>
44
<Product>Rubberduck.API</Product>
55
<Description>Rubberduck Reflection API</Description>

Rubberduck.CodeAnalysis/Rubberduck.CodeAnalysis.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project Sdk="Microsoft.NET.Sdk">
2+
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
33
<PropertyGroup>
44
<Product>Rubberduck.CodeAnalysis</Product>
55
<Description>Assembly Containing the Code Analysis features exposed by Rubberduck</Description>

Rubberduck.Core/Properties/Settings.Designer.cs

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Rubberduck.Core/Rubberduck.Core.csproj

Lines changed: 1 addition & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project Sdk="Microsoft.NET.Sdk">
2+
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
33
<PropertyGroup>
44
<RootNamespace>Rubberduck</RootNamespace>
55
<AssemblyName>Rubberduck.Core</AssemblyName>
@@ -81,55 +81,4 @@
8181
<Version>2.0.20525</Version>
8282
</PackageReference>
8383
</ItemGroup>
84-
85-
<!-- BEGIN WINDOWS FORMS WORKAROUND SECTION -->
86-
<ItemGroup>
87-
<Compile Update="**\*Window.cs" SubType="Form" />
88-
<Compile Update="**\*Dialog.cs" SubType="Form" />
89-
<Compile Update="**\SettingsForm.cs" SubType="Form" />
90-
<Compile Update="**\SimpleListControl.cs" SubType="Form" />
91-
<Compile Update="**\Splash.cs" SubType="Form" />
92-
<Compile Update="**\*.Designer.cs">
93-
<DependentUpon>$([System.String]::Copy('%(Filename)').Replace('.Designer', '')).cs</DependentUpon>
94-
</Compile>
95-
<EmbeddedResource Update="UI\**\*.resx">
96-
<DependentUpon>%(Filename).cs</DependentUpon>
97-
</EmbeddedResource>
98-
</ItemGroup>
99-
<!-- END WINDOWS FORMS WORKAROUND SECTION -->
100-
101-
<!--BEGIN XAML WORKAROUND SECTION -->
102-
<ItemGroup>
103-
<Page Include="**\*.xaml">
104-
<SubType>Designer</SubType>
105-
<Generator>MSBuild:Compile</Generator>
106-
</Page>
107-
<Compile Update="**\*.xaml.cs">
108-
<SubType>Code</SubType>
109-
<DependentUpon>%(Filename)</DependentUpon>
110-
</Compile>
111-
<!-- Resources -->
112-
<Compile Update="Properties\Resources.Designer.cs">
113-
<DependentUpon>Resources.resx</DependentUpon>
114-
<AutoGen>true</AutoGen>
115-
<DesignTime>true</DesignTime>
116-
</Compile>
117-
<EmbeddedResource Update="Properties\Resources.resx">
118-
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
119-
<Generator>ResXFileCodeGenerator</Generator>
120-
</EmbeddedResource>
121-
<!-- Settings -->
122-
<Compile Update="Properties\Settings.Designer.cs">
123-
<AutoGen>True</AutoGen>
124-
<DesignTimeSharedInput>True</DesignTimeSharedInput>
125-
<DependentUpon>Settings.settings</DependentUpon>
126-
<DesignTime>True</DesignTime>
127-
</Compile>
128-
<None Include="Properties\Settings.settings">
129-
<Generator>SettingsSingleFileGenerator</Generator>
130-
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
131-
</None>
132-
</ItemGroup>
133-
<!-- END XAML WORKAROUND SECTION -->
134-
13584
</Project>

Rubberduck.Core/UI/About/AboutControl.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Brian Zenger
185185
Bruno Costa
186186
Carlos J. Quintero (MZ-Tools)
187187
Clemens Lieb
188-
@Comintern
188+
@Comintern, esq.
189189
Christopher McClellan
190190
@daFreeMan
191191
@Duga SE chat bot

Rubberduck.Deployment/Rubberduck.Deployment.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project Sdk="Microsoft.NET.Sdk">
2+
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
33
<PropertyGroup>
44
<Product>Rubberduck.Deployment</Product>
55
<Copyright>Copyright © 2018</Copyright>

Rubberduck.Interaction/Rubberduck.Interaction.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project Sdk="Microsoft.NET.Sdk">
2+
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
33
<PropertyGroup>
44
<Copyright>Copyright © 2018</Copyright>
55
<Product>Rubberduck.Interaction</Product>

Rubberduck.Main/Rubberduck.Main.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project Sdk="Microsoft.NET.Sdk">
2+
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
33
<PropertyGroup>
44
<RootNamespace>Rubberduck</RootNamespace>
55
<AssemblyName>Rubberduck</AssemblyName>

Rubberduck.Parsing/Rubberduck.Parsing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project Sdk="Microsoft.NET.Sdk">
2+
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
33
<PropertyGroup>
44
<AssemblyName>Rubberduck.Parsing</AssemblyName>
55
<Title>Rubberduck.Parsing</Title>

Rubberduck.Refactorings/Rubberduck.Refactorings.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project Sdk="Microsoft.NET.Sdk">
2+
<Project Sdk="Sunburst.NET.Sdk.WPF/1.0.47">
33
<PropertyGroup>
44
<ProjectGuid>{D4B6A510-14E1-420A-A8D5-6A09890FD7D8}</ProjectGuid>
55
<RootNamespace>Rubberduck.Refactorings</RootNamespace>

0 commit comments

Comments
 (0)