Skip to content

Commit d0143b3

Browse files
authored
Migrate to SLNX (#159)
1 parent 3e0e675 commit d0143b3

File tree

2 files changed

+18
-57
lines changed

2 files changed

+18
-57
lines changed

src/DockerComposeBuilder.sln

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

src/DockerComposeBuilder.slnx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<Solution>
2+
<Folder Name="/_SolutionItems/">
3+
<File Path="../.config/dotnet-tools.json" />
4+
<File Path="../.editorconfig" />
5+
<File Path="../.gitattributes" />
6+
<File Path="../.github/dependabot.yml" />
7+
<File Path="../README.md" />
8+
</Folder>
9+
<Folder Name="/_SolutionItems/Github Workflows/">
10+
<File Path="../.github/workflows/build.yml" />
11+
<File Path="../.github/workflows/nightly-release.yml" />
12+
<File Path="../.github/workflows/pr-build.yml" />
13+
<File Path="../.github/workflows/release.yml" />
14+
</Folder>
15+
<Project Path="DockerComposeBuilder.Examples.Complex/DockerComposeBuilder.Examples.Complex.csproj" Type="Classic C#" />
16+
<Project Path="DockerComposeBuilder.Tests/DockerComposeBuilder.Tests.csproj" Type="Classic C#" />
17+
<Project Path="DockerComposeBuilder/DockerComposeBuilder.csproj" Type="Classic C#" />
18+
</Solution>

0 commit comments

Comments
 (0)