-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathArbor.Aesculus.sln
52 lines (52 loc) · 2.72 KB
/
Arbor.Aesculus.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34112.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{367E3926-4D20-4FEB-A035-4C165D2E708E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build\build.bat = build\build.bat
.github\workflows\ci.yml = .github\workflows\ci.yml
Directory.Build.props = Directory.Build.props
global.json = global.json
License.txt = License.txt
nuget.config = nuget.config
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Arbor.Aesculus.Tests.Integration", "tests\Arbor.Aesculus.Tests.Integration\Arbor.Aesculus.Tests.Integration.csproj", "{130AB51C-5975-4528-BD4C-24865667B0C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Arbor.Aesculus.NCrunch", "src\Arbor.Aesculus.NCrunch\Arbor.Aesculus.NCrunch.csproj", "{10DA3738-F30C-4CE8-99F7-83EF35F3806B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Arbor.Aesculus.Core", "src\Arbor.Aesculus.Core\Arbor.Aesculus.Core.csproj", "{627F8F7E-0FBE-41B1-8ADB-23858043D589}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{130AB51C-5975-4528-BD4C-24865667B0C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{130AB51C-5975-4528-BD4C-24865667B0C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{130AB51C-5975-4528-BD4C-24865667B0C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{130AB51C-5975-4528-BD4C-24865667B0C1}.Release|Any CPU.Build.0 = Release|Any CPU
{10DA3738-F30C-4CE8-99F7-83EF35F3806B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10DA3738-F30C-4CE8-99F7-83EF35F3806B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10DA3738-F30C-4CE8-99F7-83EF35F3806B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10DA3738-F30C-4CE8-99F7-83EF35F3806B}.Release|Any CPU.Build.0 = Release|Any CPU
{627F8F7E-0FBE-41B1-8ADB-23858043D589}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{627F8F7E-0FBE-41B1-8ADB-23858043D589}.Debug|Any CPU.Build.0 = Debug|Any CPU
{627F8F7E-0FBE-41B1-8ADB-23858043D589}.Release|Any CPU.ActiveCfg = Release|Any CPU
{627F8F7E-0FBE-41B1-8ADB-23858043D589}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CFA478D9-D565-401F-B04D-283F59AE3B96}
EndGlobalSection
EndGlobal