2022-03-23 16:25:20 -07:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-03-29 22:01:26 +02:00
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2022-03-23 16:25:20 -07:00
|
|
|
<RootNamespace>k8s</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<CompilerVisibleItemMetadata Include="AdditionalFiles" MetadataName="Generator" />
|
2022-04-18 14:55:51 -07:00
|
|
|
<AdditionalFiles Include="..\..\swagger.json" Generator="api,version" />
|
2022-03-23 16:25:20 -07:00
|
|
|
<ProjectReference Include="..\KubernetesClient.Models\KubernetesClient.Models.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\LibKubernetesGenerator\LibKubernetesGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2022-03-29 22:01:26 +02:00
|
|
|
</Project>
|