Skip to content

Commit 1c4fc5c

Browse files
Migrate to slnx (#182)
1 parent 8e410b0 commit 1c4fc5c

File tree

2 files changed

+25
-91
lines changed

2 files changed

+25
-91
lines changed

Immediate.Apis.sln

Lines changed: 0 additions & 91 deletions
This file was deleted.

Immediate.Apis.slnx

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<Solution>
2+
<Folder Name="/.root/">
3+
<File Path=".editorconfig" />
4+
<File Path=".github/dependabot.yml" />
5+
<File Path=".gitignore" />
6+
<File Path="Directory.Build.props" />
7+
<File Path="Directory.Packages.props" />
8+
<File Path="readme.md" />
9+
</Folder>
10+
<Folder Name="/.root/workflows/">
11+
<File Path=".github/workflows/build.yml" />
12+
<File Path=".github/workflows/release.yml" />
13+
</Folder>
14+
<Folder Name="/Source/">
15+
<Project Path="src/Immediate.Apis.Analyzers/Immediate.Apis.Analyzers.csproj" />
16+
<Project Path="src/Immediate.Apis.CodeFixes/Immediate.Apis.CodeFixes.csproj" />
17+
<Project Path="src/Immediate.Apis.Generators/Immediate.Apis.Generators.csproj" />
18+
<Project Path="src/Immediate.Apis.Shared/Immediate.Apis.Shared.csproj" />
19+
<Project Path="src/Immediate.Apis/Immediate.Apis.csproj" />
20+
</Folder>
21+
<Folder Name="/Tests/">
22+
<Project Path="tests/Immediate.Apis.FunctionalTests/Immediate.Apis.FunctionalTests.csproj" />
23+
<Project Path="tests/Immediate.Apis.Tests/Immediate.Apis.Tests.csproj" />
24+
</Folder>
25+
</Solution>

0 commit comments

Comments
 (0)