Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.

Commit 5f117ff

Browse files
committed
revert csproj changes
1 parent de9ab01 commit 5f117ff

File tree

5 files changed

+98
-13
lines changed

5 files changed

+98
-13
lines changed

Source/Krypton Components/ComponentFactory.Krypton.Docking/ComponentFactory.Krypton.Docking 2019.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,9 @@
6363
<ProjectReference Include="..\ComponentFactory.Krypton.Toolkit\ComponentFactory.Krypton.Toolkit 2019.csproj" />
6464
<ProjectReference Include="..\ComponentFactory.Krypton.Workspace\ComponentFactory.Krypton.Workspace 2019.csproj" />
6565
</ItemGroup>
66-
6766
<ItemGroup Condition="'$(TargetFramework)' == 'net40'">
6867
<Reference Include="System.Design" />
6968
</ItemGroup>
70-
7169
<PropertyGroup>
7270
<DocumentationFile>..\..\..\Bin\$(Configuration)\Krypton Docking.xml</DocumentationFile>
7371
<OutputPath>..\..\..\Bin\$(Configuration)\</OutputPath>

Source/Krypton Components/ComponentFactory.Krypton.Navigator/ComponentFactory.Krypton.Navigator 2019.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,9 @@
7878
<ItemGroup>
7979
<ProjectReference Include="..\ComponentFactory.Krypton.Toolkit\ComponentFactory.Krypton.Toolkit 2019.csproj" />
8080
</ItemGroup>
81-
8281
<ItemGroup Condition="'$(TargetFramework)' == 'net40'">
8382
<Reference Include="System.Design" />
8483
</ItemGroup>
85-
8684
<PropertyGroup>
8785
<DocumentationFile>..\..\..\Bin\$(Configuration)\Krypton Navigator.xml</DocumentationFile>
8886
<OutputPath>..\..\..\Bin\$(Configuration)\</OutputPath>

Source/Krypton Components/ComponentFactory.Krypton.Ribbon/ComponentFactory.Krypton.Ribbon 2019.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,9 @@
102102
<ItemGroup>
103103
<ProjectReference Include="..\ComponentFactory.Krypton.Toolkit\ComponentFactory.Krypton.Toolkit 2019.csproj" />
104104
</ItemGroup>
105-
106105
<ItemGroup Condition="'$(TargetFramework)' == 'net40'">
107106
<Reference Include="System.Design" />
108107
</ItemGroup>
109-
110108
<PropertyGroup>
111109
<DocumentationFile>..\..\..\Bin\$(Configuration)\Krypton Ribbon.xml</DocumentationFile>
112110
<OutputPath>..\..\..\Bin\$(Configuration)\</OutputPath>

Source/Krypton Components/ComponentFactory.Krypton.Toolkit/ComponentFactory.Krypton.Toolkit 2019.csproj

+98-5
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,15 @@
2727
<UseApplicationTrust>false</UseApplicationTrust>
2828
<UseWindowsForms>true</UseWindowsForms>
2929
</PropertyGroup>
30-
30+
3131
<PropertyGroup>
3232
<PackageId>KryptonToolkitSuiteCoreModule</PackageId>
3333
<Description>A update to Component factory's krypton toolkit to support .NET Core and the latest .NET 4.x framework. This is the core module.</Description>
3434
</PropertyGroup>
35-
35+
3636
<PropertyGroup>
3737
<ApplicationManifest>app.manifest</ApplicationManifest>
3838
</PropertyGroup>
39-
4039
<ItemGroup>
4140
<Compile Update="ButtonSpec\ButtonSpecFormFixed.cs">
4241
<SubType>Component</SubType>
@@ -245,12 +244,106 @@
245244
<EmbeddedResource Include="ToolboxBitmaps\KryptonForm.bmp" />
246245
<EmbeddedResource Include="ToolboxBitmaps\KryptonLinkLabel.bmp" />
247246
</ItemGroup>
248-
249247
<ItemGroup>
250248
<Compile Remove="Controls Toolkit\KryptonInputBoxNew.cs" />
249+
<Compile Remove="Toolkit\KryptonBorderEdgeActionList.cs" />
250+
<Compile Remove="Toolkit\KryptonBorderEdgeDesigner.cs" />
251+
<Compile Remove="Toolkit\KryptonBreadCrumbActionList.cs" />
252+
<Compile Remove="Toolkit\KryptonBreadCrumbDesigner.cs" />
253+
<Compile Remove="Toolkit\KryptonBreadCrumbItemDesigner.cs" />
254+
<Compile Remove="Toolkit\KryptonBreadCrumbItemsEditor.cs" />
255+
<Compile Remove="Toolkit\KryptonButtonActionList.cs" />
256+
<Compile Remove="Toolkit\KryptonButtonDesigner.cs" />
257+
<Compile Remove="Toolkit\KryptonCheckBoxActionList.cs" />
258+
<Compile Remove="Toolkit\KryptonCheckBoxDesigner.cs" />
259+
<Compile Remove="Toolkit\KryptonCheckButtonActionList.cs" />
260+
<Compile Remove="Toolkit\KryptonCheckButtonCollectionEditor.cs" />
261+
<Compile Remove="Toolkit\KryptonCheckButtonCollectionForm.cs" />
262+
<Compile Remove="Toolkit\KryptonCheckButtonCollectionForm.Designer.cs" />
263+
<Compile Remove="Toolkit\KryptonCheckButtonDesigner.cs" />
264+
<Compile Remove="Toolkit\KryptonCheckedListBoxActionList.cs" />
265+
<Compile Remove="Toolkit\KryptonCheckedListBoxDesigner.cs" />
266+
<Compile Remove="Toolkit\KryptonCheckSetActionList.cs" />
267+
<Compile Remove="Toolkit\KryptonCheckSetDesigner.cs" />
268+
<Compile Remove="Toolkit\KryptonColorButtonActionList.cs" />
269+
<Compile Remove="Toolkit\KryptonColorButtonDesigner.cs" />
270+
<Compile Remove="Toolkit\KryptonComboBoxActionList.cs" />
271+
<Compile Remove="Toolkit\KryptonComboBoxColumnDesigner.cs" />
272+
<Compile Remove="Toolkit\KryptonComboBoxDesigner.cs" />
273+
<Compile Remove="Toolkit\KryptonCommandActionList.cs" />
274+
<Compile Remove="Toolkit\KryptonCommandDesigner.cs" />
275+
<Compile Remove="Toolkit\KryptonContextMenuActionList.cs" />
276+
<Compile Remove="Toolkit\KryptonContextMenuCollectionEditor.cs" />
277+
<Compile Remove="Toolkit\KryptonContextMenuDesigner.cs" />
278+
<Compile Remove="Toolkit\KryptonContextMenuItemCollectionEditor.cs" />
279+
<Compile Remove="Toolkit\KryptonContextMenuItemDesigner.cs" />
280+
<Compile Remove="Toolkit\KryptonContextMenuItemsDesigner.cs" />
281+
<Compile Remove="Toolkit\KryptonDataGridViewDesigner.cs" />
282+
<Compile Remove="Toolkit\KryptonDateTimePickerActionList.cs" />
283+
<Compile Remove="Toolkit\KryptonDateTimePickerColumnDesigner.cs" />
284+
<Compile Remove="Toolkit\KryptonDateTimePickerDesigner.cs" />
285+
<Compile Remove="Toolkit\KryptonDesignerActionItem.cs" />
286+
<Compile Remove="Toolkit\KryptonDomainUpDownActionList.cs" />
287+
<Compile Remove="Toolkit\KryptonDomainUpDownColumnDesigner.cs" />
288+
<Compile Remove="Toolkit\KryptonDomainUpDownDesigner.cs" />
289+
<Compile Remove="Toolkit\KryptonDropButtonActionList.cs" />
290+
<Compile Remove="Toolkit\KryptonDropButtonDesigner.cs" />
291+
<Compile Remove="Toolkit\KryptonGroupActionList.cs" />
292+
<Compile Remove="Toolkit\KryptonGroupBoxActionList.cs" />
293+
<Compile Remove="Toolkit\KryptonGroupBoxDesigner.cs" />
294+
<Compile Remove="Toolkit\KryptonGroupDesigner.cs" />
295+
<Compile Remove="Toolkit\KryptonGroupPanelDesigner.cs" />
296+
<Compile Remove="Toolkit\KryptonHeaderActionList.cs" />
297+
<Compile Remove="Toolkit\KryptonHeaderDesigner.cs" />
298+
<Compile Remove="Toolkit\KryptonHeaderGroupActionList.cs" />
299+
<Compile Remove="Toolkit\KryptonHeaderGroupDesigner.cs" />
300+
<Compile Remove="Toolkit\KryptonLabelActionList.cs" />
301+
<Compile Remove="Toolkit\KryptonLabelDesigner.cs" />
302+
<Compile Remove="Toolkit\KryptonLinkLabelActionList.cs" />
303+
<Compile Remove="Toolkit\KryptonLinkLabelDesigner.cs" />
304+
<Compile Remove="Toolkit\KryptonListBoxActionList.cs" />
305+
<Compile Remove="Toolkit\KryptonListBoxDesigner.cs" />
306+
<Compile Remove="Toolkit\KryptonManagerActionList.cs" />
307+
<Compile Remove="Toolkit\KryptonManagerDesigner.cs" />
308+
<Compile Remove="Toolkit\KryptonMaskedTextBoxActionList.cs" />
309+
<Compile Remove="Toolkit\KryptonMaskedTextBoxColumnDesigner.cs" />
310+
<Compile Remove="Toolkit\KryptonMaskedTextBoxDesigner.cs" />
311+
<Compile Remove="Toolkit\KryptonMonthCalendarActionList.cs" />
312+
<Compile Remove="Toolkit\KryptonMonthCalendarDesigner.cs" />
313+
<Compile Remove="Toolkit\KryptonNumericUpDownActionList.cs" />
314+
<Compile Remove="Toolkit\KryptonNumericUpDownColumnDesigner.cs" />
315+
<Compile Remove="Toolkit\KryptonNumericUpDownDesigner.cs" />
316+
<Compile Remove="Toolkit\KryptonPaletteActionList.cs" />
317+
<Compile Remove="Toolkit\KryptonPaletteDesigner.cs" />
318+
<Compile Remove="Toolkit\KryptonPanelActionList.cs" />
319+
<Compile Remove="Toolkit\KryptonPanelDesigner.cs" />
320+
<Compile Remove="Toolkit\KryptonRadioButtonActionList.cs" />
321+
<Compile Remove="Toolkit\KryptonRadioButtonDesigner.cs" />
322+
<Compile Remove="Toolkit\KryptonRichTextBoxActionList.cs" />
323+
<Compile Remove="Toolkit\KryptonRichTextBoxDesigner.cs" />
324+
<Compile Remove="Toolkit\KryptonSeparatorActionList.cs" />
325+
<Compile Remove="Toolkit\KryptonSeparatorDesigner.cs" />
326+
<Compile Remove="Toolkit\KryptonSplitContainerActionList.cs" />
327+
<Compile Remove="Toolkit\KryptonSplitContainerBehavior.cs" />
328+
<Compile Remove="Toolkit\KryptonSplitContainerDesigner.cs" />
329+
<Compile Remove="Toolkit\KryptonSplitContainerGlyph.cs" />
330+
<Compile Remove="Toolkit\KryptonSplitterPanelDesigner.cs" />
331+
<Compile Remove="Toolkit\KryptonTextBoxActionList.cs" />
332+
<Compile Remove="Toolkit\KryptonTextBoxColumnDesigner.cs" />
333+
<Compile Remove="Toolkit\KryptonTextBoxDesigner.cs" />
334+
<Compile Remove="Toolkit\KryptonTrackBarActionList.cs" />
335+
<Compile Remove="Toolkit\KryptonTrackBarDesigner.cs" />
336+
<Compile Remove="Toolkit\KryptonTreeViewActionList.cs" />
337+
<Compile Remove="Toolkit\KryptonTreeViewDesigner.cs" />
338+
<Compile Remove="Toolkit\KryptonWrapLabelActionList.cs" />
339+
<Compile Remove="Toolkit\KryptonWrapLabelDesigner.cs" />
340+
<Compile Remove="Toolkit\PaletteDrawBordersEditor.cs" />
341+
<Compile Remove="Toolkit\PaletteDrawBordersSelector.cs" />
342+
<Compile Remove="Toolkit\PaletteDrawBordersSelector.Designer.cs" />
251343
<EmbeddedResource Remove="Controls Toolkit\KryptonInputBoxNew.resx" />
344+
<EmbeddedResource Remove="Toolkit\KryptonCheckButtonCollectionForm.resx" />
345+
<EmbeddedResource Remove="Toolkit\PaletteDrawBordersSelector.resx" />
252346
</ItemGroup>
253-
254347
<ItemGroup Condition="'$(TargetFramework)' == 'net40'">
255348
<Reference Include="System.Design" />
256349
</ItemGroup>

Source/Krypton Components/ComponentFactory.Krypton.Workspace/ComponentFactory.Krypton.Workspace 2019.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,9 @@
5454
<ItemGroup>
5555
<Compile Include="..\ComponentFactory.Krypton.Toolkit\General\GlobalSuppressions.cs" Link="General\GlobalSuppressions.cs" />
5656
</ItemGroup>
57-
5857
<ItemGroup Condition="'$(TargetFramework)' == 'net40'">
5958
<Reference Include="System.Design" />
6059
</ItemGroup>
61-
6260
<PropertyGroup>
6361
<DocumentationFile>..\..\..\Bin\$(Configuration)\Krypton Workspace.xml</DocumentationFile>
6462
<OutputPath>..\..\..\Bin\$(Configuration)\</OutputPath>

0 commit comments

Comments
 (0)