-
Notifications
You must be signed in to change notification settings - Fork 0
/
MonitorConfig.sln
31 lines (31 loc) · 1.63 KB
/
MonitorConfig.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34310.174
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonitorConfig", "src\MonitorConfig\MonitorConfig.csproj", "{24C4A460-C868-4A2D-9932-1294F7F56680}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VCPFeatureDoumentationGenerator", "src\VCPFeatureDoumentationGenerator\VCPFeatureDoumentationGenerator.csproj", "{DBDE74A4-5B74-4D89-A24B-105A3ADDDE21}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24C4A460-C868-4A2D-9932-1294F7F56680}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24C4A460-C868-4A2D-9932-1294F7F56680}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24C4A460-C868-4A2D-9932-1294F7F56680}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24C4A460-C868-4A2D-9932-1294F7F56680}.Release|Any CPU.Build.0 = Release|Any CPU
{DBDE74A4-5B74-4D89-A24B-105A3ADDDE21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBDE74A4-5B74-4D89-A24B-105A3ADDDE21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBDE74A4-5B74-4D89-A24B-105A3ADDDE21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBDE74A4-5B74-4D89-A24B-105A3ADDDE21}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {478BD43D-9FD1-4327-AE1B-223DB27AB79E}
EndGlobalSection
EndGlobal