-
Notifications
You must be signed in to change notification settings - Fork 0
/
Orchid.Chakra.sln
55 lines (55 loc) · 3.46 KB
/
Orchid.Chakra.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35004.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orchid.Chakra", "Orchid.Chakra\Orchid.Chakra.csproj", "{63DFB681-18C5-483D-8710-31E2CE38C636}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orchid.Chakra.Tests", "Orchid.Chakra.Tests\Orchid.Chakra.Tests.csproj", "{8164B1C8-1245-414D-A428-B695998CC3D0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orchid", "Orchid\Orchid.csproj", "{90141EBB-0580-4A43-9D05-5E8F4D58ECF4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orchid.Jint", "Orchid.Jint\Orchid.Jint.csproj", "{71B7AA64-121E-4B2E-A50F-FC415EE8897B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orchid.Jint.Tests", "Orchid.Jint.Tests\Orchid.Jint.Tests.csproj", "{04BE75C2-9F46-42CD-831A-CDEC54CD965B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jint", "..\..\jint\Jint\Jint.csproj", "{1AAC7550-5494-42C5-8552-72773945E38C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{63DFB681-18C5-483D-8710-31E2CE38C636}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63DFB681-18C5-483D-8710-31E2CE38C636}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63DFB681-18C5-483D-8710-31E2CE38C636}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63DFB681-18C5-483D-8710-31E2CE38C636}.Release|Any CPU.Build.0 = Release|Any CPU
{8164B1C8-1245-414D-A428-B695998CC3D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8164B1C8-1245-414D-A428-B695998CC3D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8164B1C8-1245-414D-A428-B695998CC3D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8164B1C8-1245-414D-A428-B695998CC3D0}.Release|Any CPU.Build.0 = Release|Any CPU
{90141EBB-0580-4A43-9D05-5E8F4D58ECF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90141EBB-0580-4A43-9D05-5E8F4D58ECF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90141EBB-0580-4A43-9D05-5E8F4D58ECF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90141EBB-0580-4A43-9D05-5E8F4D58ECF4}.Release|Any CPU.Build.0 = Release|Any CPU
{71B7AA64-121E-4B2E-A50F-FC415EE8897B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71B7AA64-121E-4B2E-A50F-FC415EE8897B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71B7AA64-121E-4B2E-A50F-FC415EE8897B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71B7AA64-121E-4B2E-A50F-FC415EE8897B}.Release|Any CPU.Build.0 = Release|Any CPU
{04BE75C2-9F46-42CD-831A-CDEC54CD965B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04BE75C2-9F46-42CD-831A-CDEC54CD965B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04BE75C2-9F46-42CD-831A-CDEC54CD965B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04BE75C2-9F46-42CD-831A-CDEC54CD965B}.Release|Any CPU.Build.0 = Release|Any CPU
{1AAC7550-5494-42C5-8552-72773945E38C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AAC7550-5494-42C5-8552-72773945E38C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AAC7550-5494-42C5-8552-72773945E38C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AAC7550-5494-42C5-8552-72773945E38C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8789F83B-3CE2-4FC5-A3CF-E7E58EE1129F}
EndGlobalSection
EndGlobal