-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScriptingService.sln
53 lines (53 loc) · 2.89 KB
/
ScriptingService.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1622
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ixlib", "ixlib\ixlib.vcxproj", "{EFB592B7-CD50-4D95-B9FC-8215EE28E357}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "jsUnitParser", "jsUnitParser\jsUnitParser.vcxproj", "{5D34F416-57B3-4691-AE63-7BAE266E24BD}"
ProjectSection(ProjectDependencies) = postProject
{EFB592B7-CD50-4D95-B9FC-8215EE28E357} = {EFB592B7-CD50-4D95-B9FC-8215EE28E357}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "jsScriptingService", "jsScriptingService\jsScriptingService.vcxproj", "{4423330D-865F-45E3-80E9-527385305972}"
ProjectSection(ProjectDependencies) = postProject
{5D34F416-57B3-4691-AE63-7BAE266E24BD} = {5D34F416-57B3-4691-AE63-7BAE266E24BD}
{EFB592B7-CD50-4D95-B9FC-8215EE28E357} = {EFB592B7-CD50-4D95-B9FC-8215EE28E357}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "jsScriptTest", "jsScriptTest\jsScriptTest.vcxproj", "{6D55E4BF-0BE5-441F-A188-7B029C1B2E83}"
ProjectSection(ProjectDependencies) = postProject
{4423330D-865F-45E3-80E9-527385305972} = {4423330D-865F-45E3-80E9-527385305972}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EFB592B7-CD50-4D95-B9FC-8215EE28E357}.Debug|x64.ActiveCfg = Debug|x64
{EFB592B7-CD50-4D95-B9FC-8215EE28E357}.Debug|x64.Build.0 = Debug|x64
{EFB592B7-CD50-4D95-B9FC-8215EE28E357}.Release|x64.ActiveCfg = Release|x64
{EFB592B7-CD50-4D95-B9FC-8215EE28E357}.Release|x64.Build.0 = Release|x64
{5D34F416-57B3-4691-AE63-7BAE266E24BD}.Debug|x64.ActiveCfg = Debug|x64
{5D34F416-57B3-4691-AE63-7BAE266E24BD}.Debug|x64.Build.0 = Debug|x64
{5D34F416-57B3-4691-AE63-7BAE266E24BD}.Release|x64.ActiveCfg = Release|x64
{5D34F416-57B3-4691-AE63-7BAE266E24BD}.Release|x64.Build.0 = Release|x64
{4423330D-865F-45E3-80E9-527385305972}.Debug|x64.ActiveCfg = Debug|x64
{4423330D-865F-45E3-80E9-527385305972}.Debug|x64.Build.0 = Debug|x64
{4423330D-865F-45E3-80E9-527385305972}.Release|x64.ActiveCfg = Release|x64
{4423330D-865F-45E3-80E9-527385305972}.Release|x64.Build.0 = Release|x64
{6D55E4BF-0BE5-441F-A188-7B029C1B2E83}.Debug|x64.ActiveCfg = Debug|x64
{6D55E4BF-0BE5-441F-A188-7B029C1B2E83}.Debug|x64.Build.0 = Debug|x64
{6D55E4BF-0BE5-441F-A188-7B029C1B2E83}.Release|x64.ActiveCfg = Release|x64
{6D55E4BF-0BE5-441F-A188-7B029C1B2E83}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A7DDD4CC-EEEB-41AB-AE31-46A46F283D20}
EndGlobalSection
EndGlobal