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:
8
kubernetes-client.proj
Normal file
8
kubernetes-client.proj
Normal 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>
|
||||
|
||||
Reference in New Issue
Block a user