-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCMon.sln
More file actions
42 lines (42 loc) · 2.15 KB
/
CMon.sln
File metadata and controls
42 lines (42 loc) · 2.15 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29020.237
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C99EEF81-353B-41F1-BD1A-AC262CDC3AF4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{228293E1-FEE3-4F4E-918E-34D57A556BA3}"
ProjectSection(SolutionItems) = preProject
Directory.Packages.props = Directory.Packages.props
Dockerfile = Dockerfile
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "CMon", "src\CMon\CMon.csproj", "{E17AAE46-A2AD-4237-B41C-E5C00159041A}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "CMon.Tests", "test\CMon.Tests\CMon.Tests.csproj", "{A8D002C0-4F29-4E5C-BFE4-4AF8E995FBE4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{825AEACF-5B05-4BEC-96C3-7F742E32676F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E17AAE46-A2AD-4237-B41C-E5C00159041A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E17AAE46-A2AD-4237-B41C-E5C00159041A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E17AAE46-A2AD-4237-B41C-E5C00159041A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E17AAE46-A2AD-4237-B41C-E5C00159041A}.Release|Any CPU.Build.0 = Release|Any CPU
{A8D002C0-4F29-4E5C-BFE4-4AF8E995FBE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8D002C0-4F29-4E5C-BFE4-4AF8E995FBE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8D002C0-4F29-4E5C-BFE4-4AF8E995FBE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8D002C0-4F29-4E5C-BFE4-4AF8E995FBE4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E17AAE46-A2AD-4237-B41C-E5C00159041A} = {C99EEF81-353B-41F1-BD1A-AC262CDC3AF4}
{A8D002C0-4F29-4E5C-BFE4-4AF8E995FBE4} = {825AEACF-5B05-4BEC-96C3-7F742E32676F}
EndGlobalSection
EndGlobal