Skip to content

Commit 9b9e92c

Browse files
committed
Migrated Marquee to new component layout
1 parent 730ba7f commit 9b9e92c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+36
-1135
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@ECHO OFF
2+
3+
powershell ..\..\common\ProjectHeads\GenerateSingleSampleHeads.ps1 -componentPath %CD% %*
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<Project Sdk="MSBuild.Sdk.Extras/3.0.23">
2+
<PropertyGroup>
3+
<ToolkitComponentName>MarqueeText</ToolkitComponentName>
4+
</PropertyGroup>
5+
6+
<ItemGroup>
7+
<Compile Update="MarqueeTextSample.xaml.cs">
8+
<DependentUpon>MarqueeTextSample.xaml</DependentUpon>
9+
</Compile>
10+
11+
<UpToDateCheckInput Remove="MarqueeTextSample.xaml" />
12+
</ItemGroup>
13+
14+
<!-- Sets this up as a toolkit component's sample project -->
15+
<Import Project="$(RepositoryDirectory)common\ToolkitComponent.SampleProject.props" />
16+
</Project>
File renamed without changes.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<Project Sdk="MSBuild.Sdk.Extras/3.0.23">
2+
<PropertyGroup>
3+
<ToolkitComponentName>MarqueeText</ToolkitComponentName>
4+
<Description>This package contains MarqueeText.</Description>
5+
<Version>0.0.2</Version>
6+
7+
<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
8+
<RootNamespace>CommunityToolkit.Labs.WinUI.MarqueeTextRns</RootNamespace>
9+
</PropertyGroup>
10+
11+
<ItemGroup>
12+
<UpToDateCheckInput Remove="MarqueeText.xaml" />
13+
</ItemGroup>
14+
15+
<!-- Sets this up as a toolkit component's source project -->
16+
<Import Project="$(RepositoryDirectory)common\ToolkitComponent.SourceProject.props" />
17+
</Project>

0 commit comments

Comments
 (0)