Skip to content

Commit 1b0c68e

Browse files
Migrate to slnx
1 parent 6a7b3ec commit 1b0c68e

File tree

5 files changed

+29
-115
lines changed

5 files changed

+29
-115
lines changed

.github/workflows/dotnet-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ env:
2020
NugetPackageVersion: '99.0.0-preview${{ github.run_number }}' # Only used for PR builds
2121
NET_VERSION: '10.0.x'
2222
RunPoliCheck: false
23-
PathToLibrarySolution: 'src/CommunityToolkit.Maui.Markup.sln'
24-
PathToSamplesSolution: 'samples/CommunityToolkit.Maui.Markup.Sample.sln'
23+
PathToLibrarySolution: 'src/CommunityToolkit.Maui.Markup.slnx'
24+
PathToSamplesSolution: 'samples/CommunityToolkit.Maui.Markup.Sample.slnx'
2525
PathToCommunityToolkitCsproj: 'src/CommunityToolkit.Maui.Markup/CommunityToolkit.Maui.Markup.csproj'
2626
PathToCommunityToolkitSampleCsproj: 'samples/CommunityToolkit.Maui.Markup.Sample/CommunityToolkit.Maui.Markup.Sample.csproj'
2727
PathToCommunityToolkitUnitTestCsproj: 'src/CommunityToolkit.Maui.Markup.UnitTests/CommunityToolkit.Maui.Markup.UnitTests.csproj'

samples/CommunityToolkit.Maui.Markup.Sample.sln

Lines changed: 0 additions & 63 deletions
This file was deleted.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<Solution>
2+
<Folder Name="/Samples/">
3+
<Project Path="CommunityToolkit.Maui.Markup.Sample/CommunityToolkit.Maui.Markup.Sample.csproj">
4+
<Deploy />
5+
</Project>
6+
</Folder>
7+
<Folder Name="/Solution Items/">
8+
<File Path="../.editorconfig" />
9+
<File Path="../Directory.Build.props" />
10+
<File Path="../global.json" />
11+
</Folder>
12+
<Project Path="../src/CommunityToolkit.Maui.Markup.Benchmarks/CommunityToolkit.Maui.Markup.Benchmarks.csproj" />
13+
<Project Path="../src/CommunityToolkit.Maui.Markup.SourceGenerators/CommunityToolkit.Maui.Markup.SourceGenerators.csproj" />
14+
<Project Path="../src/CommunityToolkit.Maui.Markup.UnitTests/CommunityToolkit.Maui.Markup.UnitTests.csproj" />
15+
<Project Path="../src/CommunityToolkit.Maui.Markup/CommunityToolkit.Maui.Markup.csproj" />
16+
</Solution>

src/CommunityToolkit.Maui.Markup.sln

Lines changed: 0 additions & 50 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<Solution>
2+
<Folder Name="/Solution Items/">
3+
<File Path="../.editorconfig" />
4+
<File Path="../Directory.Build.props" />
5+
<File Path="../global.json" />
6+
</Folder>
7+
<Project Path="CommunityToolkit.Maui.Markup.Benchmarks/CommunityToolkit.Maui.Markup.Benchmarks.csproj" />
8+
<Project Path="CommunityToolkit.Maui.Markup.SourceGenerators/CommunityToolkit.Maui.Markup.SourceGenerators.csproj" />
9+
<Project Path="CommunityToolkit.Maui.Markup.UnitTests/CommunityToolkit.Maui.Markup.UnitTests.csproj" />
10+
<Project Path="CommunityToolkit.Maui.Markup/CommunityToolkit.Maui.Markup.csproj" />
11+
</Solution>

0 commit comments

Comments
 (0)