diff --git a/components/TransitionHelper/OpenSolution.bat b/components/TransitionHelper/OpenSolution.bat index 24dc1cb49..814a56d4b 100644 --- a/components/TransitionHelper/OpenSolution.bat +++ b/components/TransitionHelper/OpenSolution.bat @@ -1,3 +1,3 @@ @ECHO OFF -powershell ..\..\common\ProjectHeads\GenerateSingleSampleHeads.ps1 -componentPath %CD% %* \ No newline at end of file +powershell ..\..\tooling\ProjectHeads\GenerateSingleSampleHeads.ps1 -componentPath %CD% %* \ No newline at end of file diff --git a/components/TransitionHelper/samples/CustomTextScalingCalculator.cs b/components/TransitionHelper/samples/CustomTextScalingCalculator.cs index 8ab7a5696..4be4d5bcd 100644 --- a/components/TransitionHelper/samples/CustomTextScalingCalculator.cs +++ b/components/TransitionHelper/samples/CustomTextScalingCalculator.cs @@ -3,6 +3,8 @@ // See the LICENSE file in the project root for more information. using System.Numerics; +using CommunityToolkit.Labs.WinUI; + #if WINAPPSDK using CommunityToolkit.WinUI.UI; #else diff --git a/components/TransitionHelper/samples/TransitionHelper.Samples.csproj b/components/TransitionHelper/samples/TransitionHelper.Samples.csproj index e12d55c85..a7a8817c6 100644 --- a/components/TransitionHelper/samples/TransitionHelper.Samples.csproj +++ b/components/TransitionHelper/samples/TransitionHelper.Samples.csproj @@ -10,5 +10,5 @@ - + diff --git a/components/TransitionHelper/src/CommunityToolkit.Labs.WinUI.TransitionHelper.csproj b/components/TransitionHelper/src/CommunityToolkit.Labs.WinUI.TransitionHelper.csproj index 7f0424f8e..cdeb5426a 100644 --- a/components/TransitionHelper/src/CommunityToolkit.Labs.WinUI.TransitionHelper.csproj +++ b/components/TransitionHelper/src/CommunityToolkit.Labs.WinUI.TransitionHelper.csproj @@ -9,5 +9,5 @@ - + diff --git a/components/TransitionHelper/tests/ExampleTransitionHelperTestClass.cs b/components/TransitionHelper/tests/ExampleTransitionHelperTestClass.cs index 8059e0cd3..4262f56e9 100644 --- a/components/TransitionHelper/tests/ExampleTransitionHelperTestClass.cs +++ b/components/TransitionHelper/tests/ExampleTransitionHelperTestClass.cs @@ -2,6 +2,7 @@ // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. +using CommunityToolkit.Labs.WinUI; using CommunityToolkit.Tests; using CommunityToolkit.Tooling.TestGen;