-
Notifications
You must be signed in to change notification settings - Fork 18
/
Leo.sln
66 lines (66 loc) · 3.66 KB
/
Leo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Leo", "src\NMS.Leo\Leo.csproj", "{B268BCB5-250F-47E7-BE58-EEC10C972FF4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NCallerUT", "test\NCallerUT\NCallerUT.csproj", "{2CF49BA1-E74B-403E-958A-753DB6EE794D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{08108D7B-A78A-4591-BEF3-BE980A54F17E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{7B6C4D0B-2E5A-453D-ACD7-CE754CBB2730}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{F4C88845-8308-4E92-9D21-ED09AE0C014D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E8BE18C5-9D92-4BC6-BCE0-5944078AD8C0}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
azure-pipelines.yml = azure-pipelines.yml
Directory.Build.props = Directory.Build.props
README.md = README.md
README.zh-CN.md = README.zh-CN.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BenchmarkTest", "test\BenchmarkTest\BenchmarkTest.csproj", "{C6028494-753E-4426-B365-6B18AD8FB492}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Leo.Typed", "src\NMS.Leo.Typed\Leo.Typed.csproj", "{CD44AC53-BFE9-4303-B35E-20AA7DE6E828}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B268BCB5-250F-47E7-BE58-EEC10C972FF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B268BCB5-250F-47E7-BE58-EEC10C972FF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B268BCB5-250F-47E7-BE58-EEC10C972FF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B268BCB5-250F-47E7-BE58-EEC10C972FF4}.Release|Any CPU.Build.0 = Release|Any CPU
{2CF49BA1-E74B-403E-958A-753DB6EE794D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CF49BA1-E74B-403E-958A-753DB6EE794D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CF49BA1-E74B-403E-958A-753DB6EE794D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CF49BA1-E74B-403E-958A-753DB6EE794D}.Release|Any CPU.Build.0 = Release|Any CPU
{C6028494-753E-4426-B365-6B18AD8FB492}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6028494-753E-4426-B365-6B18AD8FB492}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6028494-753E-4426-B365-6B18AD8FB492}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6028494-753E-4426-B365-6B18AD8FB492}.Release|Any CPU.Build.0 = Release|Any CPU
{CD44AC53-BFE9-4303-B35E-20AA7DE6E828}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD44AC53-BFE9-4303-B35E-20AA7DE6E828}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD44AC53-BFE9-4303-B35E-20AA7DE6E828}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD44AC53-BFE9-4303-B35E-20AA7DE6E828}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B268BCB5-250F-47E7-BE58-EEC10C972FF4} = {08108D7B-A78A-4591-BEF3-BE980A54F17E}
{2CF49BA1-E74B-403E-958A-753DB6EE794D} = {F4C88845-8308-4E92-9D21-ED09AE0C014D}
{C6028494-753E-4426-B365-6B18AD8FB492} = {F4C88845-8308-4E92-9D21-ED09AE0C014D}
{CD44AC53-BFE9-4303-B35E-20AA7DE6E828} = {08108D7B-A78A-4591-BEF3-BE980A54F17E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {02128F12-79BF-44E2-9D70-806ED8670AAD}
EndGlobalSection
EndGlobal