Skip to content

Commit 64c0bb4

Browse files
committed
build: migrate project sln to slnx
1 parent b15efc1 commit 64c0bb4

File tree

3 files changed

+28
-157
lines changed

3 files changed

+28
-157
lines changed

.github/workflows/pre-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: dotnet restore
8989

9090
- name: 🛠️ Build with dotnet
91-
run: dotnet build Atc.Rest.Api.Generator.sln
91+
run: dotnet build Atc.Rest.Api.Generator.slnx
9292

9393
- name: ⬇️🌎 Download Swagger Petstore v3 spec
9494
run: curl -O https://petstore3.swagger.io/api/v3/openapi.yaml

Atc.Rest.Api.Generator.sln

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

Atc.Rest.Api.Generator.slnx

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<Solution>
2+
<Folder Name="/Docs/">
3+
<File Path="README.md" />
4+
</Folder>
5+
<Folder Name="/Src/">
6+
<Project Path="src/Atc.CodeGeneration.CSharp/Atc.CodeGeneration.CSharp.csproj" />
7+
<Project Path="src/Atc.Rest.ApiGenerator.CLI/Atc.Rest.ApiGenerator.CLI.csproj" />
8+
<Project Path="src/Atc.Rest.ApiGenerator.Client.CSharp/Atc.Rest.ApiGenerator.Client.CSharp.csproj" />
9+
<Project Path="src/Atc.Rest.ApiGenerator.CodingRules/Atc.Rest.ApiGenerator.CodingRules.csproj" />
10+
<Project Path="src/Atc.Rest.ApiGenerator.Contracts/Atc.Rest.ApiGenerator.Contracts.csproj" />
11+
<Project Path="src/Atc.Rest.ApiGenerator.Framework.Minimal/Atc.Rest.ApiGenerator.Framework.Minimal.csproj" />
12+
<Project Path="src/Atc.Rest.ApiGenerator.Framework.Mvc/Atc.Rest.ApiGenerator.Framework.Mvc.csproj" />
13+
<Project Path="src/Atc.Rest.ApiGenerator.Framework/Atc.Rest.ApiGenerator.Framework.csproj" />
14+
<Project Path="src/Atc.Rest.ApiGenerator.Nuget/Atc.Rest.ApiGenerator.Nuget.csproj" />
15+
<Project Path="src/Atc.Rest.ApiGenerator.OpenApi/Atc.Rest.ApiGenerator.OpenApi.csproj" />
16+
<Project Path="src/Atc.Rest.ApiGenerator/Atc.Rest.ApiGenerator.csproj" />
17+
</Folder>
18+
<Folder Name="/Tests/">
19+
<Project Path="test/Atc.CodeGeneration.CSharp.Tests/Atc.CodeGeneration.CSharp.Tests.csproj" />
20+
<Project Path="test/Atc.Rest.ApiGenerator.CLI.Tests/Atc.Rest.ApiGenerator.CLI.Tests.csproj" />
21+
<Project Path="test/Atc.Rest.ApiGenerator.Contracts.Tests/Atc.Rest.ApiGenerator.Contracts.Tests.csproj" />
22+
<Project Path="test/Atc.Rest.ApiGenerator.Framework.Mvc.Tests/Atc.Rest.ApiGenerator.Framework.Mvc.Tests.csproj" />
23+
<Project Path="test/Atc.Rest.ApiGenerator.Framework.Tests/Atc.Rest.ApiGenerator.Framework.Tests.csproj" />
24+
<Project Path="test/Atc.Rest.ApiGenerator.Nuget.Tests/Atc.Rest.ApiGenerator.Nuget.Tests.csproj" />
25+
<Project Path="test/Atc.Rest.ApiGenerator.OpenApi.Tests/Atc.Rest.ApiGenerator.OpenApi.Tests.csproj" />
26+
</Folder>
27+
</Solution>

0 commit comments

Comments
 (0)