-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCursorMCPMonitor.sln
More file actions
59 lines (59 loc) · 2.91 KB
/
CursorMCPMonitor.sln
File metadata and controls
59 lines (59 loc) · 2.91 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35818.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CursorMCPMonitor", "src\CursorMCPMonitor\CursorMCPMonitor.csproj", "{6FC651C8-B355-4CE1-9A34-36993EF9355E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CursorMCPMonitor.Tests", "tests\CursorMCPMonitor.Tests\CursorMCPMonitor.Tests.csproj", "{93A0425A-44E4-4F85-855B-ADC16300F0A4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A4F3E313-3DC3-4BA7-9186-C064F4F2A3AA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{B4F3E313-3DC3-4BA7-9186-C064F4F2A3BB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".config", ".config", "{C4F3E313-3DC3-4BA7-9186-C064F4F2A3CC}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{D4F3E313-3DC3-4BA7-9186-C064F4F2A3DD}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6FC651C8-B355-4CE1-9A34-36993EF9355E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FC651C8-B355-4CE1-9A34-36993EF9355E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FC651C8-B355-4CE1-9A34-36993EF9355E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FC651C8-B355-4CE1-9A34-36993EF9355E}.Release|Any CPU.Build.0 = Release|Any CPU
{93A0425A-44E4-4F85-855B-ADC16300F0A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93A0425A-44E4-4F85-855B-ADC16300F0A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93A0425A-44E4-4F85-855B-ADC16300F0A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93A0425A-44E4-4F85-855B-ADC16300F0A4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6FC651C8-B355-4CE1-9A34-36993EF9355E} = {A4F3E313-3DC3-4BA7-9186-C064F4F2A3AA}
{93A0425A-44E4-4F85-855B-ADC16300F0A4} = {B4F3E313-3DC3-4BA7-9186-C064F4F2A3BB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {058D9E9E-B4E6-4CAB-9915-72B28A9B835A}
EndGlobalSection
EndGlobal