forked from DavidRogers/kato
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKato.sln
72 lines (72 loc) · 4.3 KB
/
Kato.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
62
63
64
65
66
67
68
69
70
71
72
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kato", "src\JenkinsBuildMonitor\Kato.csproj", "{C9216ADB-9B49-432A-9917-171F97CD874A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JenkinsApiClient", "src\JenkinsApiClient\JenkinsApiClient.csproj", "{93676C49-F329-4C3C-BF4E-186B36BEA067}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{ED5F6D07-1C19-42B5-8253-77C136FA8C69}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FirstFloor.ModernUI", "src\FirstFloor.ModernUI\FirstFloor.ModernUI.csproj", "{9A653A28-FE46-40E8-A14F-48B0E325165D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3rd Party", "3rd Party", "{3C980640-7C5D-4683-BAAC-8775281ABA06}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C9216ADB-9B49-432A-9917-171F97CD874A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9216ADB-9B49-432A-9917-171F97CD874A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9216ADB-9B49-432A-9917-171F97CD874A}.Debug|ARM.ActiveCfg = Debug|Any CPU
{C9216ADB-9B49-432A-9917-171F97CD874A}.Debug|x64.ActiveCfg = Debug|Any CPU
{C9216ADB-9B49-432A-9917-171F97CD874A}.Debug|x86.ActiveCfg = Debug|x86
{C9216ADB-9B49-432A-9917-171F97CD874A}.Debug|x86.Build.0 = Debug|x86
{C9216ADB-9B49-432A-9917-171F97CD874A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9216ADB-9B49-432A-9917-171F97CD874A}.Release|Any CPU.Build.0 = Release|Any CPU
{C9216ADB-9B49-432A-9917-171F97CD874A}.Release|ARM.ActiveCfg = Release|Any CPU
{C9216ADB-9B49-432A-9917-171F97CD874A}.Release|x64.ActiveCfg = Release|Any CPU
{C9216ADB-9B49-432A-9917-171F97CD874A}.Release|x86.ActiveCfg = Release|x86
{C9216ADB-9B49-432A-9917-171F97CD874A}.Release|x86.Build.0 = Release|x86
{93676C49-F329-4C3C-BF4E-186B36BEA067}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93676C49-F329-4C3C-BF4E-186B36BEA067}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93676C49-F329-4C3C-BF4E-186B36BEA067}.Debug|ARM.ActiveCfg = Debug|Any CPU
{93676C49-F329-4C3C-BF4E-186B36BEA067}.Debug|x64.ActiveCfg = Debug|Any CPU
{93676C49-F329-4C3C-BF4E-186B36BEA067}.Debug|x86.ActiveCfg = Debug|x86
{93676C49-F329-4C3C-BF4E-186B36BEA067}.Debug|x86.Build.0 = Debug|x86
{93676C49-F329-4C3C-BF4E-186B36BEA067}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93676C49-F329-4C3C-BF4E-186B36BEA067}.Release|Any CPU.Build.0 = Release|Any CPU
{93676C49-F329-4C3C-BF4E-186B36BEA067}.Release|ARM.ActiveCfg = Release|Any CPU
{93676C49-F329-4C3C-BF4E-186B36BEA067}.Release|x64.ActiveCfg = Release|Any CPU
{93676C49-F329-4C3C-BF4E-186B36BEA067}.Release|x86.ActiveCfg = Release|x86
{93676C49-F329-4C3C-BF4E-186B36BEA067}.Release|x86.Build.0 = Release|x86
{9A653A28-FE46-40E8-A14F-48B0E325165D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A653A28-FE46-40E8-A14F-48B0E325165D}.Debug|ARM.ActiveCfg = Debug|Any CPU
{9A653A28-FE46-40E8-A14F-48B0E325165D}.Debug|x64.ActiveCfg = Debug|Any CPU
{9A653A28-FE46-40E8-A14F-48B0E325165D}.Debug|x86.ActiveCfg = Debug|x86
{9A653A28-FE46-40E8-A14F-48B0E325165D}.Debug|x86.Build.0 = Debug|x86
{9A653A28-FE46-40E8-A14F-48B0E325165D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A653A28-FE46-40E8-A14F-48B0E325165D}.Release|ARM.ActiveCfg = Release|Any CPU
{9A653A28-FE46-40E8-A14F-48B0E325165D}.Release|x64.ActiveCfg = Release|Any CPU
{9A653A28-FE46-40E8-A14F-48B0E325165D}.Release|x86.ActiveCfg = Release|x86
{9A653A28-FE46-40E8-A14F-48B0E325165D}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9A653A28-FE46-40E8-A14F-48B0E325165D} = {3C980640-7C5D-4683-BAAC-8775281ABA06}
EndGlobalSection
EndGlobal