-
Notifications
You must be signed in to change notification settings - Fork 1
/
nexus.core.sln
80 lines (80 loc) · 4.48 KB
/
nexus.core.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2020
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nexus.core", "src\nexus.core\nexus.core.csproj", "{0BFB8710-A65C-453D-BD97-72F72D922156}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nexus.core_test", "test\nexus.core_test\nexus.core_test.csproj", "{4767107F-4CD1-4A89-A073-E523D89C7BF4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution", "solution", "{430145B8-D7F4-42E2-A8FC-2D97D6AD5956}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
cake.config = cake.config
Directory.Build.props = Directory.Build.props
GitVersion.yml = GitVersion.yml
LICENSE = LICENSE
project.csx = project.csx
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E0B46616-ECB0-4F07-9BFD-35C390FBBBA2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{81B42634-CDCF-4B65-A207-7EAD2ABDD3C6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
Ad-Hoc|x86 = Ad-Hoc|x86
AppStore|Any CPU = AppStore|Any CPU
AppStore|x86 = AppStore|x86
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0BFB8710-A65C-453D-BD97-72F72D922156}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{0BFB8710-A65C-453D-BD97-72F72D922156}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{0BFB8710-A65C-453D-BD97-72F72D922156}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{0BFB8710-A65C-453D-BD97-72F72D922156}.Ad-Hoc|x86.Build.0 = Release|Any CPU
{0BFB8710-A65C-453D-BD97-72F72D922156}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{0BFB8710-A65C-453D-BD97-72F72D922156}.AppStore|Any CPU.Build.0 = Release|Any CPU
{0BFB8710-A65C-453D-BD97-72F72D922156}.AppStore|x86.ActiveCfg = Release|Any CPU
{0BFB8710-A65C-453D-BD97-72F72D922156}.AppStore|x86.Build.0 = Release|Any CPU
{0BFB8710-A65C-453D-BD97-72F72D922156}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BFB8710-A65C-453D-BD97-72F72D922156}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BFB8710-A65C-453D-BD97-72F72D922156}.Debug|x86.ActiveCfg = Debug|Any CPU
{0BFB8710-A65C-453D-BD97-72F72D922156}.Debug|x86.Build.0 = Debug|Any CPU
{0BFB8710-A65C-453D-BD97-72F72D922156}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BFB8710-A65C-453D-BD97-72F72D922156}.Release|Any CPU.Build.0 = Release|Any CPU
{0BFB8710-A65C-453D-BD97-72F72D922156}.Release|x86.ActiveCfg = Release|Any CPU
{0BFB8710-A65C-453D-BD97-72F72D922156}.Release|x86.Build.0 = Release|Any CPU
{4767107F-4CD1-4A89-A073-E523D89C7BF4}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{4767107F-4CD1-4A89-A073-E523D89C7BF4}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{4767107F-4CD1-4A89-A073-E523D89C7BF4}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{4767107F-4CD1-4A89-A073-E523D89C7BF4}.Ad-Hoc|x86.Build.0 = Release|Any CPU
{4767107F-4CD1-4A89-A073-E523D89C7BF4}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{4767107F-4CD1-4A89-A073-E523D89C7BF4}.AppStore|Any CPU.Build.0 = Release|Any CPU
{4767107F-4CD1-4A89-A073-E523D89C7BF4}.AppStore|x86.ActiveCfg = Release|Any CPU
{4767107F-4CD1-4A89-A073-E523D89C7BF4}.AppStore|x86.Build.0 = Release|Any CPU
{4767107F-4CD1-4A89-A073-E523D89C7BF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4767107F-4CD1-4A89-A073-E523D89C7BF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4767107F-4CD1-4A89-A073-E523D89C7BF4}.Debug|x86.ActiveCfg = Debug|Any CPU
{4767107F-4CD1-4A89-A073-E523D89C7BF4}.Debug|x86.Build.0 = Debug|Any CPU
{4767107F-4CD1-4A89-A073-E523D89C7BF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4767107F-4CD1-4A89-A073-E523D89C7BF4}.Release|Any CPU.Build.0 = Release|Any CPU
{4767107F-4CD1-4A89-A073-E523D89C7BF4}.Release|x86.ActiveCfg = Release|Any CPU
{4767107F-4CD1-4A89-A073-E523D89C7BF4}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0BFB8710-A65C-453D-BD97-72F72D922156} = {E0B46616-ECB0-4F07-9BFD-35C390FBBBA2}
{4767107F-4CD1-4A89-A073-E523D89C7BF4} = {81B42634-CDCF-4B65-A207-7EAD2ABDD3C6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BDA48356-07F2-40C9-A3DB-446F0CAAD0A6}
EndGlobalSection
EndGlobal