-
Notifications
You must be signed in to change notification settings - Fork 12
/
Orion.Core.sln
37 lines (37 loc) · 1.85 KB
/
Orion.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orion.Core", "src\Orion.Core\Orion.Core.csproj", "{2739ECCB-09C1-45DC-8EF8-864F964905CB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orion.Core.Tests", "tests\Orion.Core.Tests\Orion.Core.Tests.csproj", "{8837EE73-0E28-42B1-A5DE-8CC52BF676EE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CD524E77-4123-4056-8727-0F7C61E25EBB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
COPYING = COPYING
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2739ECCB-09C1-45DC-8EF8-864F964905CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2739ECCB-09C1-45DC-8EF8-864F964905CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2739ECCB-09C1-45DC-8EF8-864F964905CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2739ECCB-09C1-45DC-8EF8-864F964905CB}.Release|Any CPU.Build.0 = Release|Any CPU
{8837EE73-0E28-42B1-A5DE-8CC52BF676EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8837EE73-0E28-42B1-A5DE-8CC52BF676EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8837EE73-0E28-42B1-A5DE-8CC52BF676EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8837EE73-0E28-42B1-A5DE-8CC52BF676EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2460F88F-4078-42A1-9CF9-6E5E6079F31F}
EndGlobalSection
EndGlobal