-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCompuMaster.TaskManagement.sln
More file actions
63 lines (63 loc) · 4.16 KB
/
CompuMaster.TaskManagement.sln
File metadata and controls
63 lines (63 loc) · 4.16 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
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "CompuMaster.TaskManagement", "CompuMaster.TaskManagement\CompuMaster.TaskManagement.vbproj", "{54F9A180-ABB4-4467-98E6-902C417D9571}"
EndProject
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "CompuMaster.Test.TaskManagement", "CompuMaster.Test.TaskManagement\CompuMaster.Test.TaskManagement.vbproj", "{AC2C2A31-4ED2-42C0-6162-0A7EB9513733}"
EndProject
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "CompuMaster.TaskManagement.UI.WinForms", "CompuMaster.TaskManagement.UI.WinForms\CompuMaster.TaskManagement.UI.WinForms.vbproj", "{0BCE0489-A8FE-4370-AA94-CC632CF0C0BC}"
EndProject
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "CompuMaster.TaskManagement.UIDemoApp", "CompuMaster.TaskManagement.UIDemoApp\CompuMaster.TaskManagement.UIDemoApp.vbproj", "{3AC16836-2C2A-426B-B5C6-FE65204AE230}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
CI_CD_WIN|Any CPU = CI_CD_WIN|Any CPU
CI_CD|Any CPU = CI_CD|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{54F9A180-ABB4-4467-98E6-902C417D9571}.CI_CD_WIN|Any CPU.ActiveCfg = CI_CD|Any CPU
{54F9A180-ABB4-4467-98E6-902C417D9571}.CI_CD_WIN|Any CPU.Build.0 = CI_CD|Any CPU
{54F9A180-ABB4-4467-98E6-902C417D9571}.CI_CD|Any CPU.ActiveCfg = CI_CD|Any CPU
{54F9A180-ABB4-4467-98E6-902C417D9571}.CI_CD|Any CPU.Build.0 = CI_CD|Any CPU
{54F9A180-ABB4-4467-98E6-902C417D9571}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54F9A180-ABB4-4467-98E6-902C417D9571}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54F9A180-ABB4-4467-98E6-902C417D9571}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54F9A180-ABB4-4467-98E6-902C417D9571}.Release|Any CPU.Build.0 = Release|Any CPU
{AC2C2A31-4ED2-42C0-6162-0A7EB9513733}.CI_CD_WIN|Any CPU.ActiveCfg = Debug|Any CPU
{AC2C2A31-4ED2-42C0-6162-0A7EB9513733}.CI_CD_WIN|Any CPU.Build.0 = Debug|Any CPU
{AC2C2A31-4ED2-42C0-6162-0A7EB9513733}.CI_CD|Any CPU.ActiveCfg = Debug|Any CPU
{AC2C2A31-4ED2-42C0-6162-0A7EB9513733}.CI_CD|Any CPU.Build.0 = Debug|Any CPU
{AC2C2A31-4ED2-42C0-6162-0A7EB9513733}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC2C2A31-4ED2-42C0-6162-0A7EB9513733}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC2C2A31-4ED2-42C0-6162-0A7EB9513733}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BCE0489-A8FE-4370-AA94-CC632CF0C0BC}.CI_CD_WIN|Any CPU.ActiveCfg = CI_CD|Any CPU
{0BCE0489-A8FE-4370-AA94-CC632CF0C0BC}.CI_CD_WIN|Any CPU.Build.0 = CI_CD|Any CPU
{0BCE0489-A8FE-4370-AA94-CC632CF0C0BC}.CI_CD|Any CPU.ActiveCfg = CI_CD|Any CPU
{0BCE0489-A8FE-4370-AA94-CC632CF0C0BC}.CI_CD|Any CPU.Build.0 = CI_CD|Any CPU
{0BCE0489-A8FE-4370-AA94-CC632CF0C0BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BCE0489-A8FE-4370-AA94-CC632CF0C0BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BCE0489-A8FE-4370-AA94-CC632CF0C0BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BCE0489-A8FE-4370-AA94-CC632CF0C0BC}.Release|Any CPU.Build.0 = Release|Any CPU
{3AC16836-2C2A-426B-B5C6-FE65204AE230}.CI_CD_WIN|Any CPU.ActiveCfg = Debug|Any CPU
{3AC16836-2C2A-426B-B5C6-FE65204AE230}.CI_CD_WIN|Any CPU.Build.0 = Debug|Any CPU
{3AC16836-2C2A-426B-B5C6-FE65204AE230}.CI_CD|Any CPU.ActiveCfg = Debug|Any CPU
{3AC16836-2C2A-426B-B5C6-FE65204AE230}.CI_CD|Any CPU.Build.0 = Debug|Any CPU
{3AC16836-2C2A-426B-B5C6-FE65204AE230}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AC16836-2C2A-426B-B5C6-FE65204AE230}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AC16836-2C2A-426B-B5C6-FE65204AE230}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AC16836-2C2A-426B-B5C6-FE65204AE230}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4B83EE2F-DBF7-4050-9A79-7FB105E58832}
EndGlobalSection
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
EndGlobal