-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCogMon.sln
95 lines (95 loc) · 6.57 KB
/
CogMon.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CogMon.Agent", "CogMon.Agent\CogMon.Agent.csproj", "{EE6EFD29-51E4-4308-96E3-6B16248A6B3F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CogMon.WWW", "CogMon.WWW\CogMon.WWW.csproj", "{FDFB15AC-CFD1-4ED8-A15B-8C70F3902748}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CogMon.Lib", "CogMon.Lib\CogMon.Lib.csproj", "{DAF6E9FB-4630-4838-8596-D2A22145A015}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CogMon.Services", "CogMon.Services\CogMon.Services.csproj", "{93B6EC2E-A0C7-4126-A166-F9906EB708EE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SomeTesting", "SomeTesting\SomeTesting.csproj", "{99C615B8-4138-40D8-B0DF-29EE0AF84FF6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CogMon.WinAuth.WWW", "CogMon.WinAuth.WWW\CogMon.WinAuth.WWW.csproj", "{C18FEDD2-8E34-4D0D-9334-AEF987029FE0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ABF119A2-12C2-4293-80E9-13069F978C3A}"
ProjectSection(SolutionItems) = preProject
TODO.txt = TODO.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EE6EFD29-51E4-4308-96E3-6B16248A6B3F}.Debug|Any CPU.ActiveCfg = Debug|x86
{EE6EFD29-51E4-4308-96E3-6B16248A6B3F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{EE6EFD29-51E4-4308-96E3-6B16248A6B3F}.Debug|Mixed Platforms.Build.0 = Debug|x86
{EE6EFD29-51E4-4308-96E3-6B16248A6B3F}.Debug|x86.ActiveCfg = Debug|x86
{EE6EFD29-51E4-4308-96E3-6B16248A6B3F}.Debug|x86.Build.0 = Debug|x86
{EE6EFD29-51E4-4308-96E3-6B16248A6B3F}.Release|Any CPU.ActiveCfg = Release|x86
{EE6EFD29-51E4-4308-96E3-6B16248A6B3F}.Release|Mixed Platforms.ActiveCfg = Release|x86
{EE6EFD29-51E4-4308-96E3-6B16248A6B3F}.Release|Mixed Platforms.Build.0 = Release|x86
{EE6EFD29-51E4-4308-96E3-6B16248A6B3F}.Release|x86.ActiveCfg = Release|x86
{EE6EFD29-51E4-4308-96E3-6B16248A6B3F}.Release|x86.Build.0 = Release|x86
{FDFB15AC-CFD1-4ED8-A15B-8C70F3902748}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDFB15AC-CFD1-4ED8-A15B-8C70F3902748}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDFB15AC-CFD1-4ED8-A15B-8C70F3902748}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{FDFB15AC-CFD1-4ED8-A15B-8C70F3902748}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{FDFB15AC-CFD1-4ED8-A15B-8C70F3902748}.Debug|x86.ActiveCfg = Debug|Any CPU
{FDFB15AC-CFD1-4ED8-A15B-8C70F3902748}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDFB15AC-CFD1-4ED8-A15B-8C70F3902748}.Release|Any CPU.Build.0 = Release|Any CPU
{FDFB15AC-CFD1-4ED8-A15B-8C70F3902748}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{FDFB15AC-CFD1-4ED8-A15B-8C70F3902748}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{FDFB15AC-CFD1-4ED8-A15B-8C70F3902748}.Release|x86.ActiveCfg = Release|Any CPU
{DAF6E9FB-4630-4838-8596-D2A22145A015}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAF6E9FB-4630-4838-8596-D2A22145A015}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAF6E9FB-4630-4838-8596-D2A22145A015}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{DAF6E9FB-4630-4838-8596-D2A22145A015}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{DAF6E9FB-4630-4838-8596-D2A22145A015}.Debug|x86.ActiveCfg = Debug|Any CPU
{DAF6E9FB-4630-4838-8596-D2A22145A015}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAF6E9FB-4630-4838-8596-D2A22145A015}.Release|Any CPU.Build.0 = Release|Any CPU
{DAF6E9FB-4630-4838-8596-D2A22145A015}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{DAF6E9FB-4630-4838-8596-D2A22145A015}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{DAF6E9FB-4630-4838-8596-D2A22145A015}.Release|x86.ActiveCfg = Release|Any CPU
{93B6EC2E-A0C7-4126-A166-F9906EB708EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93B6EC2E-A0C7-4126-A166-F9906EB708EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93B6EC2E-A0C7-4126-A166-F9906EB708EE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{93B6EC2E-A0C7-4126-A166-F9906EB708EE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{93B6EC2E-A0C7-4126-A166-F9906EB708EE}.Debug|x86.ActiveCfg = Debug|Any CPU
{93B6EC2E-A0C7-4126-A166-F9906EB708EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93B6EC2E-A0C7-4126-A166-F9906EB708EE}.Release|Any CPU.Build.0 = Release|Any CPU
{93B6EC2E-A0C7-4126-A166-F9906EB708EE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{93B6EC2E-A0C7-4126-A166-F9906EB708EE}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{93B6EC2E-A0C7-4126-A166-F9906EB708EE}.Release|x86.ActiveCfg = Release|Any CPU
{99C615B8-4138-40D8-B0DF-29EE0AF84FF6}.Debug|Any CPU.ActiveCfg = Debug|x86
{99C615B8-4138-40D8-B0DF-29EE0AF84FF6}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{99C615B8-4138-40D8-B0DF-29EE0AF84FF6}.Debug|Mixed Platforms.Build.0 = Debug|x86
{99C615B8-4138-40D8-B0DF-29EE0AF84FF6}.Debug|x86.ActiveCfg = Debug|x86
{99C615B8-4138-40D8-B0DF-29EE0AF84FF6}.Debug|x86.Build.0 = Debug|x86
{99C615B8-4138-40D8-B0DF-29EE0AF84FF6}.Release|Any CPU.ActiveCfg = Release|x86
{99C615B8-4138-40D8-B0DF-29EE0AF84FF6}.Release|Mixed Platforms.ActiveCfg = Release|x86
{99C615B8-4138-40D8-B0DF-29EE0AF84FF6}.Release|Mixed Platforms.Build.0 = Release|x86
{99C615B8-4138-40D8-B0DF-29EE0AF84FF6}.Release|x86.ActiveCfg = Release|x86
{99C615B8-4138-40D8-B0DF-29EE0AF84FF6}.Release|x86.Build.0 = Release|x86
{C18FEDD2-8E34-4D0D-9334-AEF987029FE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C18FEDD2-8E34-4D0D-9334-AEF987029FE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C18FEDD2-8E34-4D0D-9334-AEF987029FE0}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{C18FEDD2-8E34-4D0D-9334-AEF987029FE0}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{C18FEDD2-8E34-4D0D-9334-AEF987029FE0}.Debug|x86.ActiveCfg = Debug|Any CPU
{C18FEDD2-8E34-4D0D-9334-AEF987029FE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C18FEDD2-8E34-4D0D-9334-AEF987029FE0}.Release|Any CPU.Build.0 = Release|Any CPU
{C18FEDD2-8E34-4D0D-9334-AEF987029FE0}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{C18FEDD2-8E34-4D0D-9334-AEF987029FE0}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{C18FEDD2-8E34-4D0D-9334-AEF987029FE0}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal