-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathKubeUI.sln
61 lines (61 loc) · 3.5 KB
/
KubeUI.sln
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KubeUI", "src\KubeUI\KubeUI.csproj", "{8012499B-5A96-439E-9EBB-F346F42B7AAB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KubeUI.Desktop", "src\KubeUI.Desktop\KubeUI.Desktop.csproj", "{F0E75BF0-FC58-4A7F-9AAF-6599502C9E17}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3C4B18CB-A095-4551-A1A0-3C5902DF4D90}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.releaserc.json = .releaserc.json
.vsconfig = .vsconfig
.github\workflows\cicd.yml = .github\workflows\cicd.yml
global.json = global.json
README.md = README.md
.github\renovate.json = .github\renovate.json
.github\workflows\sync-extensions.yml = .github\workflows\sync-extensions.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KubeUI.Tests", "tests\KubeUI.Tests\KubeUI.Tests.csproj", "{0E12FE2C-C264-4A9F-B895-09952B3ED43E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KubeUI.Core", "src\KubeUI.Core\KubeUI.Core.csproj", "{57504622-EB10-4E5C-9436-B2DAA35F4335}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XtermSharp", "src\XtermSharp\XtermSharp.csproj", "{51CC524C-8557-D5ED-7ABB-7CC8FEC3E242}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8012499B-5A96-439E-9EBB-F346F42B7AAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8012499B-5A96-439E-9EBB-F346F42B7AAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8012499B-5A96-439E-9EBB-F346F42B7AAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8012499B-5A96-439E-9EBB-F346F42B7AAB}.Release|Any CPU.Build.0 = Release|Any CPU
{F0E75BF0-FC58-4A7F-9AAF-6599502C9E17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0E75BF0-FC58-4A7F-9AAF-6599502C9E17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0E75BF0-FC58-4A7F-9AAF-6599502C9E17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0E75BF0-FC58-4A7F-9AAF-6599502C9E17}.Release|Any CPU.Build.0 = Release|Any CPU
{0E12FE2C-C264-4A9F-B895-09952B3ED43E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E12FE2C-C264-4A9F-B895-09952B3ED43E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E12FE2C-C264-4A9F-B895-09952B3ED43E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E12FE2C-C264-4A9F-B895-09952B3ED43E}.Release|Any CPU.Build.0 = Release|Any CPU
{57504622-EB10-4E5C-9436-B2DAA35F4335}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57504622-EB10-4E5C-9436-B2DAA35F4335}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57504622-EB10-4E5C-9436-B2DAA35F4335}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57504622-EB10-4E5C-9436-B2DAA35F4335}.Release|Any CPU.Build.0 = Release|Any CPU
{51CC524C-8557-D5ED-7ABB-7CC8FEC3E242}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51CC524C-8557-D5ED-7ABB-7CC8FEC3E242}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51CC524C-8557-D5ED-7ABB-7CC8FEC3E242}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51CC524C-8557-D5ED-7ABB-7CC8FEC3E242}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {26BB6157-3324-4C64-8DC8-D6D9256F6D51}
EndGlobalSection
EndGlobal