Skip to content

Commit 487c05c

Browse files
committed
Updated with project changes from #330
1 parent 890fa73 commit 487c05c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

labs/MarqueeText/samples/MarqueeText.Samples/MarqueeText.Samples.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<!-- Labs Constants -->
33
<Import Project="$(RepositoryDirectory)common\Labs.TargetFrameworks.props" />
44
<Import Project="$(RepositoryDirectory)common\Labs.ProjectIdentifiers.props" />
5-
5+
66
<!-- Labs Platform Config -->
77
<Import Project="$(RepositoryDirectory)common\Labs.Uno.props" />
8-
<Import Project="$(RepositoryDirectory)common\Labs.MultiTarget.props" />
8+
<Import Project="$(RepositoryDirectory)common\MultiTarget\MultiTarget.props" />
99

1010
<!-- Labs Project Config -->
11-
<Import Project="$(RepositoryDirectory)common\Labs.Sample.props" />
11+
<Import Project="$(RepositoryDirectory)common\SampleProjectConfig.props" />
1212

1313
<PropertyGroup>
1414
<RootNamespace>MarqueeTextExperiment.Samples</RootNamespace>
@@ -18,13 +18,13 @@
1818
<ItemGroup>
1919
<UpToDateCheckInput Remove="MarqueeTextSample.xaml" />
2020
</ItemGroup>
21-
21+
2222
<!-- Sample XAML Pages and Markdown files are automatically included, and don't need to be specified here. -->
23-
23+
2424
<ItemGroup>
2525
<ProjectReference Include="..\..\src\CommunityToolkit.Labs.WinUI.MarqueeText.csproj" />
2626
</ItemGroup>
27-
27+
2828
<ItemGroup>
2929
<Compile Update="MarqueeTextSample.xaml.cs">
3030
<DependentUpon>MarqueeTextSample.xaml</DependentUpon>

labs/MarqueeText/src/CommunityToolkit.Labs.WinUI.MarqueeText.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Import Project="$(RepositoryDirectory)common\Labs.Uno.props" />
88

99
<!-- Labs Project Config -->
10-
<Import Project="$(RepositoryDirectory)common\Labs.MultiTarget.props" />
10+
<Import Project="$(RepositoryDirectory)common\MultiTarget\MultiTarget.props" />
1111

1212
<PropertyGroup>
1313
<RootNamespace>CommunityToolkit.Labs.WinUI.MarqueeTextRns</RootNamespace>

0 commit comments

Comments
 (0)