Skip to content

Commit c93a865

Browse files
committed
Removed Settings from Design projects
Settings is not needed. It's a self-contained library. We don't need to have to tweak any behaviour for the Design surface right now.
1 parent 8756f29 commit c93a865

File tree

6 files changed

+2
-86
lines changed

6 files changed

+2
-86
lines changed

Microsoft.Toolkit.Uwp.UI.Controls.DataGrid.Design/Microsoft.Toolkit.Uwp.UI.Controls.DataGrid.Design.csproj

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -95,27 +95,18 @@
9595
<DesignTime>True</DesignTime>
9696
<DependentUpon>Resources.resx</DependentUpon>
9797
</Compile>
98-
<Compile Include="Properties\Settings.Designer.cs">
99-
<AutoGen>True</AutoGen>
100-
<DependentUpon>Settings.settings</DependentUpon>
101-
<DesignTimeSharedInput>True</DesignTimeSharedInput>
102-
</Compile>
10398
<Compile Include="Common\ToolboxCategoryPaths.cs" />
10499
<Compile Include="DataGridMetadata.cs" />
105100
<EmbeddedResource Include="Properties\Resources.resx">
106101
<Generator>ResXFileCodeGenerator</Generator>
107102
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
108103
</EmbeddedResource>
109-
<None Include="Properties\Settings.settings">
110-
<Generator>SettingsSingleFileGenerator</Generator>
111-
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
112-
</None>
113104
<AppDesigner Include="Properties\" />
114105
</ItemGroup>
115106
<ItemGroup>
116107
<EmbeddedResource Include="..\Microsoft.Toolkit.Uwp.UI.Controls.DataGrid\bin\$(Configuration)\uap10.0.16299\Microsoft.Toolkit.Uwp.UI.Controls.DataGrid.xml">
117108
<Link>Microsoft.Toolkit.Uwp.UI.Controls.DataGrid.xml</Link>
118-
<SubType>Designer</SubType>
109+
<Visible>False</Visible>
119110
</EmbeddedResource>
120111
</ItemGroup>
121112
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

Microsoft.Toolkit.Uwp.UI.Controls.DataGrid.Design/Properties/Settings.Designer.cs

Lines changed: 0 additions & 26 deletions
This file was deleted.

Microsoft.Toolkit.Uwp.UI.Controls.DataGrid.Design/Properties/Settings.settings

Lines changed: 0 additions & 7 deletions
This file was deleted.

Microsoft.Toolkit.Uwp.UI.Controls.Design/Microsoft.Toolkit.Uwp.UI.Controls.Design.csproj

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,6 @@
115115
<DesignTime>True</DesignTime>
116116
<DependentUpon>Resources.resx</DependentUpon>
117117
</Compile>
118-
<Compile Include="Properties\Settings.Designer.cs">
119-
<AutoGen>True</AutoGen>
120-
<DependentUpon>Settings.settings</DependentUpon>
121-
<DesignTimeSharedInput>True</DesignTimeSharedInput>
122-
</Compile>
123118
<Compile Include="Common\ToolboxCategoryPaths.cs" />
124119
<Compile Include="RadialGaugeMetadata.cs" />
125120
<Compile Include="RadialProgressBarMetadata.cs" />
@@ -133,16 +128,12 @@
133128
<Generator>ResXFileCodeGenerator</Generator>
134129
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
135130
</EmbeddedResource>
136-
<None Include="Properties\Settings.settings">
137-
<Generator>SettingsSingleFileGenerator</Generator>
138-
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
139-
</None>
140131
<AppDesigner Include="Properties\" />
141132
</ItemGroup>
142133
<ItemGroup>
143134
<EmbeddedResource Include="..\Microsoft.Toolkit.Uwp.UI.Controls\bin\$(Configuration)\uap10.0.16299\Microsoft.Toolkit.Uwp.UI.Controls.xml">
144135
<Link>Microsoft.Toolkit.Uwp.UI.Controls.xml</Link>
145-
<SubType>Designer</SubType>
136+
<Visible>False</Visible>
146137
</EmbeddedResource>
147138
</ItemGroup>
148139
<ItemGroup>

Microsoft.Toolkit.Uwp.UI.Controls.Design/Properties/Settings.Designer.cs

Lines changed: 0 additions & 26 deletions
This file was deleted.

Microsoft.Toolkit.Uwp.UI.Controls.Design/Properties/Settings.settings

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)