-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathEmbeddedScripts.sln
115 lines (115 loc) · 9.24 KB
/
EmbeddedScripts.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31409.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{DB199BCF-967A-46EE-89E5-BBC0B6D59BE5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EmbeddedScripts.Shared.Tests", "Tests\EmbeddedScripts.Shared.Tests\EmbeddedScripts.Shared.Tests.csproj", "{8F5F5F05-27E6-403A-BB07-DC4B0B90AEDD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EmbeddedScripts.CSharp.Shared.Tests", "Tests\EmbeddedScripts.CSharp.Shared.Tests\EmbeddedScripts.CSharp.Shared.Tests.csproj", "{3024EE77-31C5-4152-B2E2-7804F4F52BF1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EmbeddedScripts.CSharp.Roslyn.Scripting.Tests", "Tests\EmbeddedScripts.CSharp.Roslyn.Scripting.Tests\EmbeddedScripts.CSharp.Roslyn.Scripting.Tests.csproj", "{DBA6B831-D9A6-4B6A-8371-9C08D873363B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EmbeddedScripts.CSharp.Roslyn.Scripting", "Src\EmbeddedScripts.CSharp.Roslyn.Scripting\EmbeddedScripts.CSharp.Roslyn.Scripting.csproj", "{FEBC4CAC-CAC4-4867-AC03-957C267A3A38}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EmbeddedScripts.CSharp.Roslyn.Compilation", "Src\EmbeddedScripts.CSharp.Roslyn.Compilation\EmbeddedScripts.CSharp.Roslyn.Compilation.csproj", "{8A98BDA5-72CE-4A81-9001-9308099E8043}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EmbeddedScripts.CSharp.Roslyn.Compilation.Tests", "Tests\EmbeddedScripts.CSharp.Roslyn.Compilation.Tests\EmbeddedScripts.CSharp.Roslyn.Compilation.Tests.csproj", "{6BD0AB1C-ED25-4B53-B4EA-CC994EE33FDD}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "EmbeddedScripts.CSharp.Shared", "Src\EmbeddedScripts.CSharp.Shared\EmbeddedScripts.CSharp.Shared.shproj", "{2E1CA5C1-3FBF-4BEC-9DB2-8E78B3BC8169}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EmbeddedScripts.JS.Jint.Tests", "Tests\EmbeddedScripts.JS.Jint.Tests\EmbeddedScripts.JS.Jint.Tests.csproj", "{D720F1EB-85E7-47C8-B622-F09329854CC1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EmbeddedScripts.JS.Jint", "Src\EmbeddedScripts.JS.Jint\EmbeddedScripts.JS.Jint.csproj", "{7874A987-F15E-4CF9-BED5-00657BD052F5}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "EmbeddedScripts.Shared", "Src\EmbeddedScripts.Shared\EmbeddedScripts.Shared.shproj", "{64EF0BDF-0B08-4837-BD2D-B5AE294C7BFA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CSharp", "CSharp", "{DF1BF043-0808-4B9A-92E4-1C53A05056E9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "JS", "JS", "{D91EE75B-B3FD-4079-9767-1BB6F0659AFD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EmbeddedScripts.JS.ClearScriptV8", "Src\EmbeddedScripts.JS.ClearScriptV8\EmbeddedScripts.JS.ClearScriptV8.csproj", "{A439F01A-9A7C-4336-AC29-C0EEAFE1E3DA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EmbeddedScripts.JS.ClearScriptV8.Tests", "Tests\EmbeddedScripts.JS.ClearScriptV8.Tests\EmbeddedScripts.JS.ClearScriptV8.Tests.csproj", "{67340CB4-69F1-4EE4-A49A-8321EB471A90}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Src\EmbeddedScripts.CSharp.Shared\EmbeddedScripts.CSharp.Shared.projitems*{2e1ca5c1-3fbf-4bec-9db2-8e78b3bc8169}*SharedItemsImports = 13
Src\EmbeddedScripts.CSharp.Shared\EmbeddedScripts.CSharp.Shared.projitems*{3024ee77-31c5-4152-b2e2-7804f4f52bf1}*SharedItemsImports = 5
Src\EmbeddedScripts.Shared\EmbeddedScripts.Shared.projitems*{3024ee77-31c5-4152-b2e2-7804f4f52bf1}*SharedItemsImports = 5
Src\EmbeddedScripts.Shared\EmbeddedScripts.Shared.projitems*{64ef0bdf-0b08-4837-bd2d-b5ae294c7bfa}*SharedItemsImports = 13
Src\EmbeddedScripts.Shared\EmbeddedScripts.Shared.projitems*{7874a987-f15e-4cf9-bed5-00657bd052f5}*SharedItemsImports = 5
Src\EmbeddedScripts.CSharp.Shared\EmbeddedScripts.CSharp.Shared.projitems*{8a98bda5-72ce-4a81-9001-9308099e8043}*SharedItemsImports = 5
Src\EmbeddedScripts.Shared\EmbeddedScripts.Shared.projitems*{8a98bda5-72ce-4a81-9001-9308099e8043}*SharedItemsImports = 5
Src\EmbeddedScripts.Shared\EmbeddedScripts.Shared.projitems*{8f5f5f05-27e6-403a-bb07-dc4b0b90aedd}*SharedItemsImports = 5
Src\EmbeddedScripts.Shared\EmbeddedScripts.Shared.projitems*{a439f01a-9a7c-4336-ac29-c0eeafe1e3da}*SharedItemsImports = 5
Src\EmbeddedScripts.CSharp.Shared\EmbeddedScripts.CSharp.Shared.projitems*{febc4cac-cac4-4867-ac03-957c267a3a38}*SharedItemsImports = 5
Src\EmbeddedScripts.Shared\EmbeddedScripts.Shared.projitems*{febc4cac-cac4-4867-ac03-957c267a3a38}*SharedItemsImports = 5
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F5F5F05-27E6-403A-BB07-DC4B0B90AEDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F5F5F05-27E6-403A-BB07-DC4B0B90AEDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F5F5F05-27E6-403A-BB07-DC4B0B90AEDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F5F5F05-27E6-403A-BB07-DC4B0B90AEDD}.Release|Any CPU.Build.0 = Release|Any CPU
{3024EE77-31C5-4152-B2E2-7804F4F52BF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3024EE77-31C5-4152-B2E2-7804F4F52BF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3024EE77-31C5-4152-B2E2-7804F4F52BF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3024EE77-31C5-4152-B2E2-7804F4F52BF1}.Release|Any CPU.Build.0 = Release|Any CPU
{DBA6B831-D9A6-4B6A-8371-9C08D873363B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBA6B831-D9A6-4B6A-8371-9C08D873363B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBA6B831-D9A6-4B6A-8371-9C08D873363B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBA6B831-D9A6-4B6A-8371-9C08D873363B}.Release|Any CPU.Build.0 = Release|Any CPU
{FEBC4CAC-CAC4-4867-AC03-957C267A3A38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEBC4CAC-CAC4-4867-AC03-957C267A3A38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEBC4CAC-CAC4-4867-AC03-957C267A3A38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEBC4CAC-CAC4-4867-AC03-957C267A3A38}.Release|Any CPU.Build.0 = Release|Any CPU
{8A98BDA5-72CE-4A81-9001-9308099E8043}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A98BDA5-72CE-4A81-9001-9308099E8043}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A98BDA5-72CE-4A81-9001-9308099E8043}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A98BDA5-72CE-4A81-9001-9308099E8043}.Release|Any CPU.Build.0 = Release|Any CPU
{6BD0AB1C-ED25-4B53-B4EA-CC994EE33FDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BD0AB1C-ED25-4B53-B4EA-CC994EE33FDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BD0AB1C-ED25-4B53-B4EA-CC994EE33FDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BD0AB1C-ED25-4B53-B4EA-CC994EE33FDD}.Release|Any CPU.Build.0 = Release|Any CPU
{D720F1EB-85E7-47C8-B622-F09329854CC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D720F1EB-85E7-47C8-B622-F09329854CC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D720F1EB-85E7-47C8-B622-F09329854CC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D720F1EB-85E7-47C8-B622-F09329854CC1}.Release|Any CPU.Build.0 = Release|Any CPU
{7874A987-F15E-4CF9-BED5-00657BD052F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7874A987-F15E-4CF9-BED5-00657BD052F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7874A987-F15E-4CF9-BED5-00657BD052F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7874A987-F15E-4CF9-BED5-00657BD052F5}.Release|Any CPU.Build.0 = Release|Any CPU
{A439F01A-9A7C-4336-AC29-C0EEAFE1E3DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A439F01A-9A7C-4336-AC29-C0EEAFE1E3DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A439F01A-9A7C-4336-AC29-C0EEAFE1E3DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A439F01A-9A7C-4336-AC29-C0EEAFE1E3DA}.Release|Any CPU.Build.0 = Release|Any CPU
{67340CB4-69F1-4EE4-A49A-8321EB471A90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67340CB4-69F1-4EE4-A49A-8321EB471A90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67340CB4-69F1-4EE4-A49A-8321EB471A90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67340CB4-69F1-4EE4-A49A-8321EB471A90}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8F5F5F05-27E6-403A-BB07-DC4B0B90AEDD} = {DB199BCF-967A-46EE-89E5-BBC0B6D59BE5}
{3024EE77-31C5-4152-B2E2-7804F4F52BF1} = {DB199BCF-967A-46EE-89E5-BBC0B6D59BE5}
{DBA6B831-D9A6-4B6A-8371-9C08D873363B} = {DB199BCF-967A-46EE-89E5-BBC0B6D59BE5}
{FEBC4CAC-CAC4-4867-AC03-957C267A3A38} = {DF1BF043-0808-4B9A-92E4-1C53A05056E9}
{8A98BDA5-72CE-4A81-9001-9308099E8043} = {DF1BF043-0808-4B9A-92E4-1C53A05056E9}
{6BD0AB1C-ED25-4B53-B4EA-CC994EE33FDD} = {DB199BCF-967A-46EE-89E5-BBC0B6D59BE5}
{2E1CA5C1-3FBF-4BEC-9DB2-8E78B3BC8169} = {DF1BF043-0808-4B9A-92E4-1C53A05056E9}
{D720F1EB-85E7-47C8-B622-F09329854CC1} = {DB199BCF-967A-46EE-89E5-BBC0B6D59BE5}
{7874A987-F15E-4CF9-BED5-00657BD052F5} = {D91EE75B-B3FD-4079-9767-1BB6F0659AFD}
{A439F01A-9A7C-4336-AC29-C0EEAFE1E3DA} = {D91EE75B-B3FD-4079-9767-1BB6F0659AFD}
{67340CB4-69F1-4EE4-A49A-8321EB471A90} = {DB199BCF-967A-46EE-89E5-BBC0B6D59BE5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9C12123A-C2E9-46DF-AC21-40D0640056AE}
EndGlobalSection
EndGlobal