-
Notifications
You must be signed in to change notification settings - Fork 3
/
AaaLib.sln
69 lines (69 loc) · 3.23 KB
/
AaaLib.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "- Configuration", "- Configuration", "{A285697C-6480-4D58-94A3-59F70871B90D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.globalconfig = .globalconfig
Common.props = Common.props
Common.targets = Common.targets
NuGet.config = NuGet.config
stylecop.json = stylecop.json
version.json = version.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "- Documentation", "- Documentation", "{DFA1F9BC-71CD-4817-BAA1-2F9A5B7EB0D9}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
LICENSE = LICENSE
README.md = README.md
THIRD-PARTY-NOTICES = THIRD-PARTY-NOTICES
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6FBB93DC-0138-41E4-B829-9EA968B5BDDE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AaaLib", "src\AaaLib\AaaLib.csproj", "{95A8F3A1-F627-4D18-B95B-D1AC8DA0A3A8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "- Dependencies", "- Dependencies", "{96D17272-0DFC-4633-A4C6-62DF8C5EC7D9}"
ProjectSection(SolutionItems) = preProject
Directory.Packages.props = Directory.Packages.props
.config\dotnet-tools.json = .config\dotnet-tools.json
global.json = global.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{28606732-7D0B-4F39-85E1-99AEDC33B6FA}"
ProjectSection(SolutionItems) = preProject
tests\.runsettings = tests\.runsettings
tests\Common.props = tests\Common.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SchedulingTests", "tests\SchedulingTests\SchedulingTests.csproj", "{21A68D5C-D88D-4BC1-9EA1-B47BC93CB00C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{95A8F3A1-F627-4D18-B95B-D1AC8DA0A3A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95A8F3A1-F627-4D18-B95B-D1AC8DA0A3A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95A8F3A1-F627-4D18-B95B-D1AC8DA0A3A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95A8F3A1-F627-4D18-B95B-D1AC8DA0A3A8}.Release|Any CPU.Build.0 = Release|Any CPU
{21A68D5C-D88D-4BC1-9EA1-B47BC93CB00C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21A68D5C-D88D-4BC1-9EA1-B47BC93CB00C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21A68D5C-D88D-4BC1-9EA1-B47BC93CB00C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21A68D5C-D88D-4BC1-9EA1-B47BC93CB00C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{95A8F3A1-F627-4D18-B95B-D1AC8DA0A3A8} = {6FBB93DC-0138-41E4-B829-9EA968B5BDDE}
{21A68D5C-D88D-4BC1-9EA1-B47BC93CB00C} = {28606732-7D0B-4F39-85E1-99AEDC33B6FA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BA25D2EB-96B7-41DB-A4A6-7809ABA211F6}
EndGlobalSection
EndGlobal