-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInfoJenkins.sln
43 lines (43 loc) · 2.56 KB
/
InfoJenkins.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InfoJenkins.Reader", "InfoJenkins.Reader\InfoJenkins.Reader.csproj", "{0C853F1C-D227-4FE6-BA2F-5202E155955A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InfoJenkins.Dto", "InfoJenkins.Dto\InfoJenkins.Dto.csproj", "{F58A136A-E59A-41AE-914E-9C92CACD5537}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InfoJenkins.ConsoleApp", "InfoJenkins.ConsoleApp\InfoJenkins.ConsoleApp.csproj", "{7E3714C6-FD06-4859-A781-CA7C620CF925}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoggerLibrary", "LoggerLibrary\LoggerLibrary.csproj", "{CDCE3FA3-0D7A-4F58-9367-0367114C757D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C853F1C-D227-4FE6-BA2F-5202E155955A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C853F1C-D227-4FE6-BA2F-5202E155955A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C853F1C-D227-4FE6-BA2F-5202E155955A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C853F1C-D227-4FE6-BA2F-5202E155955A}.Release|Any CPU.Build.0 = Release|Any CPU
{F58A136A-E59A-41AE-914E-9C92CACD5537}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F58A136A-E59A-41AE-914E-9C92CACD5537}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F58A136A-E59A-41AE-914E-9C92CACD5537}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F58A136A-E59A-41AE-914E-9C92CACD5537}.Release|Any CPU.Build.0 = Release|Any CPU
{7E3714C6-FD06-4859-A781-CA7C620CF925}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E3714C6-FD06-4859-A781-CA7C620CF925}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E3714C6-FD06-4859-A781-CA7C620CF925}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E3714C6-FD06-4859-A781-CA7C620CF925}.Release|Any CPU.Build.0 = Release|Any CPU
{CDCE3FA3-0D7A-4F58-9367-0367114C757D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDCE3FA3-0D7A-4F58-9367-0367114C757D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDCE3FA3-0D7A-4F58-9367-0367114C757D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDCE3FA3-0D7A-4F58-9367-0367114C757D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1943B857-FA7B-4FF5-8461-609801722505}
EndGlobalSection
EndGlobal