forked from fholm/IronJS
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCLR2.sln
35 lines (35 loc) · 1.93 KB
/
CLR2.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "IronJS.CLR2", "IronJS\IronJS.CLR2.fsproj", "{9E257324-94E7-49AF-AE83-718288E925D8}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "REPL.CLR2", "Tools\REPL\REPL.CLR2.fsproj", "{0F78334F-EA74-4C5C-8232-B7D329BE2226}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IronJS.Runtime.CLR2", "IronJS.Runtime\IronJS.Runtime.CLR2.csproj", "{E186E25A-34FF-4BD9-BBBE-B0B15849A828}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = CLR4.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E257324-94E7-49AF-AE83-718288E925D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E257324-94E7-49AF-AE83-718288E925D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E257324-94E7-49AF-AE83-718288E925D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E257324-94E7-49AF-AE83-718288E925D8}.Release|Any CPU.Build.0 = Release|Any CPU
{0F78334F-EA74-4C5C-8232-B7D329BE2226}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F78334F-EA74-4C5C-8232-B7D329BE2226}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F78334F-EA74-4C5C-8232-B7D329BE2226}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F78334F-EA74-4C5C-8232-B7D329BE2226}.Release|Any CPU.Build.0 = Release|Any CPU
{E186E25A-34FF-4BD9-BBBE-B0B15849A828}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E186E25A-34FF-4BD9-BBBE-B0B15849A828}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E186E25A-34FF-4BD9-BBBE-B0B15849A828}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E186E25A-34FF-4BD9-BBBE-B0B15849A828}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal