-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathArilon.sln
60 lines (60 loc) · 3.16 KB
/
Arilon.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{13ECA3F9-8BDC-4DDA-80A7-A82B7127FB3D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE.TXT = LICENSE.TXT
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E04FC161-5B59-40B8-9053-3ACF1B5F352A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Arilon.Core", "src\Arilon.Core\Arilon.Core.csproj", "{ED4CE9DE-3A1B-48F8-9CB5-1CE83D32BC6B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{8EE3858B-9F9D-4C8D-A251-5B5847F08908}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Arilon.Tests", "test\Arilon.Tests\Arilon.Tests.csproj", "{2799AA5E-5BB8-4A9F-839A-1E71564F4B15}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Arilon.Database.InMemory", "src\Arilon.Database.InMemory\Arilon.Database.InMemory.csproj", "{BC99F061-AFBD-462E-8EC9-A7EDE8B45F09}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "img", "img", "{7FF91BD9-DE36-4DEF-BC75-B5D6635D1670}"
ProjectSection(SolutionItems) = preProject
img\Arilon.png = img\Arilon.png
img\Arilon.svg = img\Arilon.svg
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED4CE9DE-3A1B-48F8-9CB5-1CE83D32BC6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED4CE9DE-3A1B-48F8-9CB5-1CE83D32BC6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED4CE9DE-3A1B-48F8-9CB5-1CE83D32BC6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED4CE9DE-3A1B-48F8-9CB5-1CE83D32BC6B}.Release|Any CPU.Build.0 = Release|Any CPU
{2799AA5E-5BB8-4A9F-839A-1E71564F4B15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2799AA5E-5BB8-4A9F-839A-1E71564F4B15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2799AA5E-5BB8-4A9F-839A-1E71564F4B15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2799AA5E-5BB8-4A9F-839A-1E71564F4B15}.Release|Any CPU.Build.0 = Release|Any CPU
{BC99F061-AFBD-462E-8EC9-A7EDE8B45F09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC99F061-AFBD-462E-8EC9-A7EDE8B45F09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC99F061-AFBD-462E-8EC9-A7EDE8B45F09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC99F061-AFBD-462E-8EC9-A7EDE8B45F09}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{ED4CE9DE-3A1B-48F8-9CB5-1CE83D32BC6B} = {E04FC161-5B59-40B8-9053-3ACF1B5F352A}
{2799AA5E-5BB8-4A9F-839A-1E71564F4B15} = {8EE3858B-9F9D-4C8D-A251-5B5847F08908}
{BC99F061-AFBD-462E-8EC9-A7EDE8B45F09} = {E04FC161-5B59-40B8-9053-3ACF1B5F352A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F18F15F6-8379-4E1E-A55D-1B9DCAFB5ADA}
EndGlobalSection
EndGlobal