Skip to content

Commit 915159f

Browse files
committed
chore: move to SLNX file, instead of SLN.
1 parent 149bcba commit 915159f

File tree

2 files changed

+36
-166
lines changed

2 files changed

+36
-166
lines changed

KubeOps.sln

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

KubeOps.slnx

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<Solution>
2+
<Folder Name="/examples/">
3+
<Project Path="examples\ConversionWebhookOperator\ConversionWebhookOperator.csproj" Type="Classic C#" />
4+
<Project Path="examples\Operator\Operator.csproj" Type="Classic C#" />
5+
<Project Path="examples\WebhookOperator\WebhookOperator.csproj" Type="Classic C#" />
6+
</Folder>
7+
<Folder Name="/solution/">
8+
<File Path=".editorconfig" />
9+
<File Path=".gitignore" />
10+
<File Path=".releaserc.json" />
11+
<File Path="renovate.json" />
12+
<File Path="README.md" />
13+
<File Path="CONTRIBUTING.md" />
14+
</Folder>
15+
<Folder Name="/src/">
16+
<Project Path="src\KubeOps.Abstractions\KubeOps.Abstractions.csproj" Type="Classic C#" />
17+
<Project Path="src\KubeOps.Cli\KubeOps.Cli.csproj" Type="Classic C#" />
18+
<Project Path="src\KubeOps.Generator\KubeOps.Generator.csproj" Type="Classic C#" />
19+
<Project Path="src\KubeOps.KubernetesClient\KubeOps.KubernetesClient.csproj" Type="Classic C#" />
20+
<Project Path="src\KubeOps.Operator.Web\KubeOps.Operator.Web.csproj" Type="Classic C#" />
21+
<Project Path="src\KubeOps.Operator\KubeOps.Operator.csproj" Type="Classic C#" />
22+
<Project Path="src\KubeOps.Templates\KubeOps.Templates.csproj" Type="Classic C#" />
23+
<Project Path="src\KubeOps.Transpiler\KubeOps.Transpiler.csproj" Type="Classic C#" />
24+
<File Path="src\Directory.Build.props" />
25+
</Folder>
26+
<Folder Name="/test/">
27+
<Project Path="test\KubeOps.Abstractions.Test\KubeOps.Abstractions.Test.csproj" Type="Classic C#" />
28+
<Project Path="test\KubeOps.Cli.Test\KubeOps.Cli.Test.csproj" Type="Classic C#" />
29+
<Project Path="test\KubeOps.Generator.Test\KubeOps.Generator.Test.csproj" Type="Classic C#" />
30+
<Project Path="test\KubeOps.KubernetesClient.Test\KubeOps.KubernetesClient.Test.csproj" Type="Classic C#" />
31+
<Project Path="test\KubeOps.Operator.Test\KubeOps.Operator.Test.csproj" Type="Classic C#" />
32+
<Project Path="test\KubeOps.Operator.Web.Test\KubeOps.Operator.Web.Test.csproj" Type="Classic C#" />
33+
<Project Path="test\KubeOps.Transpiler.Test\KubeOps.Transpiler.Test.csproj" Type="Classic C#" />
34+
<File Path="test\Directory.Build.props" />
35+
</Folder>
36+
</Solution>

0 commit comments

Comments
 (0)