Skip to content

Commit 9dad997

Browse files
committed
cleanup csproj
1 parent cffaa7f commit 9dad997

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- LayoutTransformControl: Support for transformations as if applied by LayoutTransform.
2626
- Loading: Helps to show content with animation to the user while the app is doing some calculation.
2727
- MasterDetailsView: Implements the Master/Details design pattern.
28+
- MetadataControl: Displays a list of values separated by bullets with optional actionable links.
2829
- OrbitView: Positions items in a circle around a center element and supports orbits and anchors.
2930
- RadialGauge: Displays a value within a range, using a needle on a circular face.
3031
- RadialProgressBar: Displays progress as a circle getting filled.
@@ -64,16 +65,6 @@
6465
<PRIResource Include="Strings\en-us\Resources.resw" />
6566
</ItemGroup>
6667

67-
<ItemGroup>
68-
<Folder Include="MetadataControl\" />
69-
</ItemGroup>
70-
71-
<ItemGroup>
72-
<Page Update="MetadataControl\MetadataControl.xaml">
73-
<SubType>Designer</SubType>
74-
</Page>
75-
</ItemGroup>
76-
7768
<!-- https://weblogs.asp.net/rweigelt/disable-warnings-in-generated-c-files-of-uwp-app -->
7869
<Target Name="PragmaWarningDisablePrefixer" AfterTargets="MarkupCompilePass2">
7970
<ItemGroup>

0 commit comments

Comments
 (0)