introduce slngen and remove stale proj (#1497)

* introduce slngen and remove stale proj

* Add instructions for generating with Visual Studio
This commit is contained in:
Boshi Lian
2024-01-22 12:15:51 -08:00
committed by GitHub
parent 465c1fdca2
commit 127b59696e
7 changed files with 58 additions and 537 deletions

8
kubernetes-client.proj Normal file
View File

@@ -0,0 +1,8 @@
<Project Sdk="Microsoft.Build.Traversal">
<ItemGroup>
<ProjectReference Include="src/**/*.csproj" />
<ProjectReference Include="tests/**/*..proj" />
<ProjectReference Include="examples/**/*..proj" />
</ItemGroup>
</Project>