Skip to content

Commit ac27f7b

Browse files
added visual studio solution file
1 parent 07acafc commit ac27f7b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

kubernetes-client.sln

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.26430.16
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "tests", "tests\tests.csproj", "{F578EB59-8E44-4652-AF8D-03F03E8A8B37}"
7+
EndProject
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KubernetesClient", "src\KubernetesClient.csproj", "{CDDE69B1-A259-4DE3-8439-3AAD789B8F32}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Release|Any CPU = Release|Any CPU
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{F578EB59-8E44-4652-AF8D-03F03E8A8B37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{F578EB59-8E44-4652-AF8D-03F03E8A8B37}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{F578EB59-8E44-4652-AF8D-03F03E8A8B37}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{F578EB59-8E44-4652-AF8D-03F03E8A8B37}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{CDDE69B1-A259-4DE3-8439-3AAD789B8F32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{CDDE69B1-A259-4DE3-8439-3AAD789B8F32}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{CDDE69B1-A259-4DE3-8439-3AAD789B8F32}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{CDDE69B1-A259-4DE3-8439-3AAD789B8F32}.Release|Any CPU.Build.0 = Release|Any CPU
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
EndGlobal

0 commit comments

Comments
 (0)