We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5438e4d + 7aca99b commit 6282a26Copy full SHA for 6282a26
components/Ribbon/src/CommunityToolkit.WinUI.Controls.Ribbon.csproj
@@ -10,12 +10,13 @@
10
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
11
</PropertyGroup>
12
13
+ <!-- Sets this up as a toolkit component's source project -->
14
+ <Import Project="$(ToolingDirectory)\ToolkitComponent.SourceProject.props" />
15
+
16
<PropertyGroup>
17
<PackageId>$(PackageIdPrefix).$(PackageIdVariant).Controls.$(ToolkitComponentName)</PackageId>
18
19
- <!-- Sets this up as a toolkit component's source project -->
- <Import Project="$(ToolingDirectory)\ToolkitComponent.SourceProject.props" />
20
<ItemGroup>
21
<UpToDateCheckInput Remove="RibbonStyle.xaml" />
22
</ItemGroup>
0 commit comments