Replace sln file with slnx
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-12-28 14:23:27 +01:00
parent 7a2c50cb9a
commit 857863a4d8
2 changed files with 16 additions and 61 deletions

16
vegasco-server.slnx Normal file
View File

@@ -0,0 +1,16 @@
<Solution>
<Folder Name="/Solution Items/">
<File Path=".drone.yml" />
<File Path="Dockerfile" />
<File Path="README.md" />
<File Path="version.json" />
</Folder>
<Folder Name="/src/">
<Project Path="src/WebApi/WebApi.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/WebApi.Tests.Integration/WebApi.Tests.Integration.csproj" />
<Project Path="tests/WebApi.Tests.System/WebApi.Tests.System.csproj" />
<Project Path="tests/WebApi.Tests.Unit/WebApi.Tests.Unit.csproj" />
</Folder>
</Solution>