-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBuildMonitor.sln
More file actions
60 lines (60 loc) · 3.92 KB
/
Copy pathBuildMonitor.sln
File metadata and controls
60 lines (60 loc) · 3.92 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35913.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuildMonitor.Core", "BuildMonitor.Core\BuildMonitor.Core.csproj", "{DE3567CC-3FA4-4F55-A3AA-F220D6A49C1C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuildMonitor.UI", "BuildMonitor.UI\BuildMonitor.UI.csproj", "{A210FEC6-E551-4017-9FA3-686C35E040F7}"
EndProject
Project("{B7DD6F7E-DEF8-4E67-B5B7-07EF123DB6F0}") = "BuildMonitor.Setup", "BuildMonitor.Setup\BuildMonitor.Setup.wixproj", "{8F11FCD3-8C80-4937-87A9-D756B4A77103}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuildMonitor.TestApp", "BuildMonitor.TestApp\BuildMonitor.TestApp.csproj", "{348A9F74-0A5A-43F3-BEDD-E8AA871A099A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B82174C7-39FA-4821-97D6-2CD7AEC3DCF8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
Current.ver = Current.ver
Directory.Build.props = Directory.Build.props
README.md = README.md
screenshot.png = screenshot.png
Versioning.md = Versioning.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuildMonitor.App", "BuildMonitor.App\BuildMonitor.App.csproj", "{8EBC2911-7950-4E5E-90E2-31EF866E8E89}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU with x64 Installer = Debug|Any CPU with x64 Installer
Release|Any CPU with x64 Installer = Release|Any CPU with x64 Installer
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DE3567CC-3FA4-4F55-A3AA-F220D6A49C1C}.Debug|Any CPU with x64 Installer.ActiveCfg = Debug|Any CPU
{DE3567CC-3FA4-4F55-A3AA-F220D6A49C1C}.Debug|Any CPU with x64 Installer.Build.0 = Debug|Any CPU
{DE3567CC-3FA4-4F55-A3AA-F220D6A49C1C}.Release|Any CPU with x64 Installer.ActiveCfg = Release|Any CPU
{DE3567CC-3FA4-4F55-A3AA-F220D6A49C1C}.Release|Any CPU with x64 Installer.Build.0 = Release|Any CPU
{A210FEC6-E551-4017-9FA3-686C35E040F7}.Debug|Any CPU with x64 Installer.ActiveCfg = Debug|Any CPU
{A210FEC6-E551-4017-9FA3-686C35E040F7}.Debug|Any CPU with x64 Installer.Build.0 = Debug|Any CPU
{A210FEC6-E551-4017-9FA3-686C35E040F7}.Release|Any CPU with x64 Installer.ActiveCfg = Release|Any CPU
{A210FEC6-E551-4017-9FA3-686C35E040F7}.Release|Any CPU with x64 Installer.Build.0 = Release|Any CPU
{8F11FCD3-8C80-4937-87A9-D756B4A77103}.Debug|Any CPU with x64 Installer.ActiveCfg = Debug|x64
{8F11FCD3-8C80-4937-87A9-D756B4A77103}.Release|Any CPU with x64 Installer.ActiveCfg = Release|x64
{8F11FCD3-8C80-4937-87A9-D756B4A77103}.Release|Any CPU with x64 Installer.Build.0 = Release|x64
{348A9F74-0A5A-43F3-BEDD-E8AA871A099A}.Debug|Any CPU with x64 Installer.ActiveCfg = Debug|Any CPU
{348A9F74-0A5A-43F3-BEDD-E8AA871A099A}.Debug|Any CPU with x64 Installer.Build.0 = Debug|Any CPU
{348A9F74-0A5A-43F3-BEDD-E8AA871A099A}.Release|Any CPU with x64 Installer.ActiveCfg = Release|Any CPU
{348A9F74-0A5A-43F3-BEDD-E8AA871A099A}.Release|Any CPU with x64 Installer.Build.0 = Release|Any CPU
{8EBC2911-7950-4E5E-90E2-31EF866E8E89}.Debug|Any CPU with x64 Installer.ActiveCfg = Debug|Any CPU
{8EBC2911-7950-4E5E-90E2-31EF866E8E89}.Debug|Any CPU with x64 Installer.Build.0 = Debug|Any CPU
{8EBC2911-7950-4E5E-90E2-31EF866E8E89}.Release|Any CPU with x64 Installer.ActiveCfg = Release|Any CPU
{8EBC2911-7950-4E5E-90E2-31EF866E8E89}.Release|Any CPU with x64 Installer.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E0538C70-977A-4751-9DBE-FED6DD4BC974}
EndGlobalSection
EndGlobal