Skip to content

Commit 12abffe

Browse files
Update for common to tooling folder rename
Update/fix namespace for building
1 parent aad5839 commit 12abffe

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@ECHO OFF
22

3-
powershell ..\..\common\ProjectHeads\GenerateSingleSampleHeads.ps1 -componentPath %CD% %*
3+
powershell ..\..\tooling\ProjectHeads\GenerateSingleSampleHeads.ps1 -componentPath %CD% %*

components/TransitionHelper/samples/CustomTextScalingCalculator.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// See the LICENSE file in the project root for more information.
44

55
using System.Numerics;
6+
using CommunityToolkit.Labs.WinUI;
7+
68
#if WINAPPSDK
79
using CommunityToolkit.WinUI.UI;
810
#else

components/TransitionHelper/samples/TransitionHelper.Samples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
</ItemGroup>
1111

1212
<!-- Sets this up as a toolkit component's sample project -->
13-
<Import Project="$(RepositoryDirectory)common\ToolkitComponent.SampleProject.props" />
13+
<Import Project="$(ToolingDirectory)\ToolkitComponent.SampleProject.props" />
1414
</Project>

components/TransitionHelper/src/CommunityToolkit.Labs.WinUI.TransitionHelper.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
</PropertyGroup>
1010

1111
<!-- Sets this up as a toolkit component's source project -->
12-
<Import Project="$(RepositoryDirectory)common\ToolkitComponent.SourceProject.props" />
12+
<Import Project="$(ToolingDirectory)\ToolkitComponent.SourceProject.props" />
1313
</Project>

components/TransitionHelper/tests/ExampleTransitionHelperTestClass.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5+
using CommunityToolkit.Labs.WinUI;
56
using CommunityToolkit.Tests;
67
using CommunityToolkit.Tooling.TestGen;
78

0 commit comments

Comments
 (0)