This repository has been archived by the owner on Sep 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Holon.sln
50 lines (50 loc) · 2.72 KB
/
Holon.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Holon", "src\Holon\Holon.csproj", "{D7206F8E-3B85-450D-8BAB-8D7F4617000E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{AA1ED25C-9D4B-4ED0-8ECA-A79B5002E10B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.General", "samples\Example.General\Example.General.csproj", "{0E7202F8-C346-4BBA-BB76-58183EB01FD9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CDD9FE60-439B-4321-864D-0DB375151206}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Holon.Tests", "tests\Holon.Tests\Holon.Tests.csproj", "{5C39FAAB-A41C-4573-AF95-F5FC68033CF8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{43A50FE7-E505-4B15-AD9A-2BCD61E79889}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7206F8E-3B85-450D-8BAB-8D7F4617000E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7206F8E-3B85-450D-8BAB-8D7F4617000E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7206F8E-3B85-450D-8BAB-8D7F4617000E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7206F8E-3B85-450D-8BAB-8D7F4617000E}.Release|Any CPU.Build.0 = Release|Any CPU
{0E7202F8-C346-4BBA-BB76-58183EB01FD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E7202F8-C346-4BBA-BB76-58183EB01FD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E7202F8-C346-4BBA-BB76-58183EB01FD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E7202F8-C346-4BBA-BB76-58183EB01FD9}.Release|Any CPU.Build.0 = Release|Any CPU
{5C39FAAB-A41C-4573-AF95-F5FC68033CF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C39FAAB-A41C-4573-AF95-F5FC68033CF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C39FAAB-A41C-4573-AF95-F5FC68033CF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C39FAAB-A41C-4573-AF95-F5FC68033CF8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0E7202F8-C346-4BBA-BB76-58183EB01FD9} = {AA1ED25C-9D4B-4ED0-8ECA-A79B5002E10B}
{5C39FAAB-A41C-4573-AF95-F5FC68033CF8} = {43A50FE7-E505-4B15-AD9A-2BCD61E79889}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C0E3A751-83D4-4A02-84B8-FDEEB71101F5}
EndGlobalSection
EndGlobal