|
1 | 1 | <?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"> |
3 | 3 | <PropertyGroup>
|
4 | 4 | <RootNamespace>Rubberduck</RootNamespace>
|
5 | 5 | <AssemblyName>Rubberduck.Core</AssemblyName>
|
6 | 6 | <Title>Rubberduck.Core</Title>
|
7 | 7 | <Product>Rubberduck.Core</Product>
|
8 |
| - <Copyright>Copyright © 2014-2019</Copyright> |
| 8 | + <Copyright>Copyright © 2014-2021</Copyright> |
9 | 9 | <ProjectGuid>{A1587EAC-7B54-407E-853F-4C7493D0323E}</ProjectGuid>
|
10 | 10 | <DocumentationFile>bin\Debug\Rubberduck.Core.xml</DocumentationFile>
|
11 | 11 | <!-- Disable "Missing XML documentation" warning (CS1591) -->
|
12 | 12 | <DisabledWarnings>$(DisabledWarnings);1591</DisabledWarnings>
|
13 | 13 | <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> |
17 | 16 | </PropertyGroup>
|
18 | 17 | <Import Project="..\RubberduckBaseProject.csproj" />
|
19 | 18 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugAccess|AnyCPU'">
|
|
45 | 44 | <ItemGroup>
|
46 | 45 | <ProjectReference Include="..\Rubberduck.CodeAnalysis\Rubberduck.CodeAnalysis.csproj" />
|
47 | 46 | <ProjectReference Include="..\Rubberduck.Interaction\Rubberduck.Interaction.csproj" />
|
| 47 | + <ProjectReference Include="..\Rubberduck.InternalApi\Rubberduck.InternalApi.csproj" /> |
48 | 48 | <ProjectReference Include="..\Rubberduck.Parsing\Rubberduck.Parsing.csproj" />
|
49 | 49 | <ProjectReference Include="..\Rubberduck.Refactorings\Rubberduck.Refactorings.csproj" />
|
50 | 50 | <ProjectReference Include="..\Rubberduck.RegexAssistant\Rubberduck.RegexAssistant.csproj" />
|
|
83 | 83 | <PackageReference Include="NLog.Schema">
|
84 | 84 | <Version>4.5.10</Version>
|
85 | 85 | </PackageReference>
|
| 86 | + <PackageReference Include="System.IO.Abstractions" Version="12.2.1" /> |
86 | 87 | <PackageReference Include="System.ValueTuple">
|
87 | 88 | <Version>4.5.0</Version>
|
88 | 89 | </PackageReference>
|
89 | 90 | <PackageReference Include="System.Windows.Interactivity.WPF">
|
90 | 91 | <Version>2.0.20525</Version>
|
91 | 92 | </PackageReference>
|
92 | 93 | </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 |
| - |
189 | 94 | </Project>
|
0 commit comments