Skip to content

Commit ca131c5

Browse files
committed
chore: migrate solution file to slnx format
Replace legacy `Zitadel.sln` with `Zitadel.slnx` to adopt the modern .NET solution format.
1 parent 7537cee commit ca131c5

2 files changed

Lines changed: 27 additions & 75 deletions

File tree

Zitadel.sln

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

Zitadel.slnx

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<Solution>
2+
<Folder Name="/config/">
3+
<File Path=".editorconfig" />
4+
<File Path=".gitignore" />
5+
<File Path=".releaserc.json" />
6+
<File Path="renovate.json" />
7+
</Folder>
8+
<Folder Name="/examples/">
9+
<Project Path="examples/Zitadel.ApiAccess/Zitadel.ApiAccess.csproj" />
10+
<Project Path="examples/Zitadel.AspNet.AuthN/Zitadel.AspNet.AuthN.csproj" />
11+
<Project Path="examples/Zitadel.WebApi/Zitadel.WebApi.csproj" />
12+
</Folder>
13+
<Folder Name="/solution/">
14+
<File Path="buf.gen.yaml" />
15+
<File Path="justfile" />
16+
<File Path="LICENSE" />
17+
<File Path="README.md" />
18+
</Folder>
19+
<Folder Name="/src/">
20+
<File Path="src/Directory.Build.props" />
21+
<Project Path="src/Zitadel/Zitadel.csproj" />
22+
</Folder>
23+
<Folder Name="/tests/">
24+
<File Path="tests/Directory.Build.props" />
25+
<Project Path="tests/Zitadel.Test/Zitadel.Test.csproj" />
26+
</Folder>
27+
</Solution>

0 commit comments

Comments
 (0)