Skip to content

Commit

Permalink
Update for common to tooling folder rename
Browse files Browse the repository at this point in the history
Update/fix namespace for building
  • Loading branch information
michael-hawker committed Mar 28, 2023
1 parent aad5839 commit 12abffe
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/TransitionHelper/OpenSolution.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@ECHO OFF

powershell ..\..\common\ProjectHeads\GenerateSingleSampleHeads.ps1 -componentPath %CD% %*
powershell ..\..\tooling\ProjectHeads\GenerateSingleSampleHeads.ps1 -componentPath %CD% %*
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
</ItemGroup>

<!-- Sets this up as a toolkit component's sample project -->
<Import Project="$(RepositoryDirectory)common\ToolkitComponent.SampleProject.props" />
<Import Project="$(ToolingDirectory)\ToolkitComponent.SampleProject.props" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
</PropertyGroup>

<!-- Sets this up as a toolkit component's source project -->
<Import Project="$(RepositoryDirectory)common\ToolkitComponent.SourceProject.props" />
<Import Project="$(ToolingDirectory)\ToolkitComponent.SourceProject.props" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 12abffe

Please sign in to comment.