Skip to content

Commit fbfff3c

Browse files
authored
Merge pull request #5858 from rubberduck-vba/fix/splash-version
Fixes #5857
2 parents 8b19e25 + 7b6cded commit fbfff3c

File tree

1 file changed

+6
-101
lines changed

1 file changed

+6
-101
lines changed
Lines changed: 6 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project Sdk="Sunburst.NET.Sdk.WPF.Patched/1.0.49">
2+
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
33
<PropertyGroup>
44
<RootNamespace>Rubberduck</RootNamespace>
55
<AssemblyName>Rubberduck.Core</AssemblyName>
66
<Title>Rubberduck.Core</Title>
77
<Product>Rubberduck.Core</Product>
8-
<Copyright>Copyright © 2014-2019</Copyright>
8+
<Copyright>Copyright © 2014-2021</Copyright>
99
<ProjectGuid>{A1587EAC-7B54-407E-853F-4C7493D0323E}</ProjectGuid>
1010
<DocumentationFile>bin\Debug\Rubberduck.Core.xml</DocumentationFile>
1111
<!-- Disable "Missing XML documentation" warning (CS1591) -->
1212
<DisabledWarnings>$(DisabledWarnings);1591</DisabledWarnings>
1313
<ApplicationIcon>Ducky.ico</ApplicationIcon>
14-
<!-- Give a fixed version to not blow XAML generated code to smithereens -->
15-
<!-- This also fixes "Input string was not in the correct format" error message when referring to the current assembly in an XAML-Namespace -->
16-
<AssemblyVersion>2.5.1</AssemblyVersion>
14+
<UseWpf>true</UseWpf>
15+
<UseWindowsForms>true</UseWindowsForms>
1716
</PropertyGroup>
1817
<Import Project="..\RubberduckBaseProject.csproj" />
1918
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugAccess|AnyCPU'">
@@ -45,6 +44,7 @@
4544
<ItemGroup>
4645
<ProjectReference Include="..\Rubberduck.CodeAnalysis\Rubberduck.CodeAnalysis.csproj" />
4746
<ProjectReference Include="..\Rubberduck.Interaction\Rubberduck.Interaction.csproj" />
47+
<ProjectReference Include="..\Rubberduck.InternalApi\Rubberduck.InternalApi.csproj" />
4848
<ProjectReference Include="..\Rubberduck.Parsing\Rubberduck.Parsing.csproj" />
4949
<ProjectReference Include="..\Rubberduck.Refactorings\Rubberduck.Refactorings.csproj" />
5050
<ProjectReference Include="..\Rubberduck.RegexAssistant\Rubberduck.RegexAssistant.csproj" />
@@ -83,107 +83,12 @@
8383
<PackageReference Include="NLog.Schema">
8484
<Version>4.5.10</Version>
8585
</PackageReference>
86+
<PackageReference Include="System.IO.Abstractions" Version="12.2.1" />
8687
<PackageReference Include="System.ValueTuple">
8788
<Version>4.5.0</Version>
8889
</PackageReference>
8990
<PackageReference Include="System.Windows.Interactivity.WPF">
9091
<Version>2.0.20525</Version>
9192
</PackageReference>
9293
</ItemGroup>
93-
94-
<!-- BEGIN WINDOWS FORMS WORKAROUND SECTION -->
95-
<ItemGroup>
96-
<Compile Update="**\*Window.cs" SubType="Form" />
97-
<Compile Update="**\*Dialog.cs" SubType="Form" />
98-
<Compile Update="**\SettingsForm.cs" SubType="Form" />
99-
<Compile Update="**\SimpleListControl.cs" SubType="Form" />
100-
<Compile Update="**\Splash.cs" SubType="Form" />
101-
<Compile Update="**\*.Designer.cs">
102-
<DependentUpon>$([System.String]::Copy('%(Filename)').Replace('.Designer', '')).cs</DependentUpon>
103-
</Compile>
104-
<!--<EmbeddedResource Update="UI\**\*.resx">
105-
<DependentUpon>%(Filename).cs</DependentUpon>
106-
</EmbeddedResource>-->
107-
</ItemGroup>
108-
<ItemGroup>
109-
<Compile Update="Properties\Resources.Designer.cs">
110-
<DesignTime>True</DesignTime>
111-
<AutoGen>True</AutoGen>
112-
<DependentUpon>Resources.resx</DependentUpon>
113-
</Compile>
114-
<Compile Update="Properties\Settings.Designer.cs">
115-
<DependentUpon>Settings.settings</DependentUpon>
116-
<DesignTime>True</DesignTime>
117-
<AutoGen>True</AutoGen>
118-
<DesignTimeSharedInput>True</DesignTimeSharedInput>
119-
</Compile>
120-
<Compile Update="UI\AddRemoveReferences\AddRemoveReferencesUI.Designer.cs">
121-
<DesignTime>True</DesignTime>
122-
<AutoGen>True</AutoGen>
123-
<DependentUpon>AddRemoveReferencesUI.resx</DependentUpon>
124-
</Compile>
125-
<Compile Update="UI\Inspections\InspectionResultsUI.Designer.cs">
126-
<DesignTime>True</DesignTime>
127-
<AutoGen>True</AutoGen>
128-
<DependentUpon>InspectionResultsUI.resx</DependentUpon>
129-
</Compile>
130-
<Compile Update="UI\Refactorings\AnnotateDeclaration\AnnotateDeclarationView.xaml.cs">
131-
<DependentUpon>AnnotateDeclarationView.xaml</DependentUpon>
132-
</Compile>
133-
<Compile Update="UI\Refactorings\MoveFolder\MoveMultipleFoldersView.xaml.cs">
134-
<DependentUpon>MoveMultipleFoldersView.xaml</DependentUpon>
135-
</Compile>
136-
<Compile Update="UI\Refactorings\MoveToFolder\MoveMultipleToFolderView.xaml.cs">
137-
<DependentUpon>MoveMultipleToFolderView.xaml</DependentUpon>
138-
</Compile>
139-
<Compile Update="UI\Refactorings\RenameFolder\RenameFolderView.xaml.cs">
140-
<DependentUpon>RenameFolderView.xaml</DependentUpon>
141-
</Compile>
142-
<Compile Update="UI\Settings\GeneralSettingsUI.Designer.cs">
143-
<DesignTime>True</DesignTime>
144-
<AutoGen>True</AutoGen>
145-
<DependentUpon>GeneralSettingsUI.resx</DependentUpon>
146-
</Compile>
147-
<Compile Update="UI\ToDoItems\ToDoExplorerUI.Designer.cs">
148-
<DesignTime>True</DesignTime>
149-
<AutoGen>True</AutoGen>
150-
<DependentUpon>ToDoExplorerUI.resx</DependentUpon>
151-
</Compile>
152-
<Compile Update="UI\Settings\IgnoredProjectsSettingsView.xaml.cs">
153-
<DependentUpon>IgnoredProjectsSettingsView.xaml</DependentUpon>
154-
</Compile>
155-
</ItemGroup>
156-
<ItemGroup>
157-
<EmbeddedResource Update="Properties\Resources.resx">
158-
<Generator>ResXFileCodeGenerator</Generator>
159-
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
160-
</EmbeddedResource>
161-
<EmbeddedResource Update="UI\AddRemoveReferences\AddRemoveReferencesUI.resx">
162-
<Generator>PublicResXFileCodeGenerator</Generator>
163-
<LastGenOutput>AddRemoveReferencesUI.Designer.cs</LastGenOutput>
164-
</EmbeddedResource>
165-
<EmbeddedResource Update="UI\Inspections\InspectionResultsUI.resx">
166-
<Generator>PublicResXFileCodeGenerator</Generator>
167-
<LastGenOutput>InspectionResultsUI.Designer.cs</LastGenOutput>
168-
</EmbeddedResource>
169-
<EmbeddedResource Update="UI\Settings\GeneralSettingsUI.resx">
170-
<Generator>PublicResXFileCodeGenerator</Generator>
171-
<LastGenOutput>GeneralSettingsUI.Designer.cs</LastGenOutput>
172-
</EmbeddedResource>
173-
<EmbeddedResource Update="UI\ToDoItems\ToDoExplorerUI.resx">
174-
<Generator>PublicResXFileCodeGenerator</Generator>
175-
<LastGenOutput>ToDoExplorerUI.Designer.cs</LastGenOutput>
176-
</EmbeddedResource>
177-
</ItemGroup>
178-
<ItemGroup>
179-
<None Update="Properties\Settings.settings">
180-
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
181-
<Generator>SettingsSingleFileGenerator</Generator>
182-
</None>
183-
</ItemGroup>
184-
<ItemGroup>
185-
<Folder Include="UI\IgnoredProjects\" />
186-
</ItemGroup>
187-
<!-- END WINDOWS FORMS WORKAROUND SECTION -->
188-
18994
</Project>

0 commit comments

Comments
 (0)