forked from Towmeykaw/Kubernetes.Configuration.Extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKubernetesConfig.sln
More file actions
36 lines (36 loc) · 1.91 KB
/
KubernetesConfig.sln
File metadata and controls
36 lines (36 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.161
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kubernetes.Configuration.Extensions", "Kubernetes.Config\Kubernetes.Configuration.Extensions.csproj", "{7DDCC267-8E6B-462A-BA60-B117F58E521D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kubernetes.Configuration.Extensions.Test", "Configmap.Extensions.Test\Kubernetes.Configuration.Extensions.Test.csproj", "{616039AF-05A6-4A0B-8AF9-C91734597484}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{676DF6AF-E262-4EB4-B306-7F757B832D89}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7DDCC267-8E6B-462A-BA60-B117F58E521D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DDCC267-8E6B-462A-BA60-B117F58E521D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DDCC267-8E6B-462A-BA60-B117F58E521D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DDCC267-8E6B-462A-BA60-B117F58E521D}.Release|Any CPU.Build.0 = Release|Any CPU
{616039AF-05A6-4A0B-8AF9-C91734597484}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{616039AF-05A6-4A0B-8AF9-C91734597484}.Debug|Any CPU.Build.0 = Debug|Any CPU
{616039AF-05A6-4A0B-8AF9-C91734597484}.Release|Any CPU.ActiveCfg = Release|Any CPU
{616039AF-05A6-4A0B-8AF9-C91734597484}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C54F3FE5-6F62-482B-974F-6D5AC436E5B0}
EndGlobalSection
EndGlobal