Files
csharp/gen/KubernetesGenerator/Properties/launchSettings.json

8 lines
185 B
JSON
Raw Normal View History

{
"profiles": {
"KubernetesGenerator": {
"commandName": "Project",
"commandLineArgs": "x D:\\workspace\\k8scsharp\\src\\KubernetesClient\\generated"
}
}
}