-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSLang.NET.sln
More file actions
28 lines (28 loc) · 1.7 KB
/
SLang.NET.sln
File metadata and controls
28 lines (28 loc) · 1.7 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SLang.NET", "SLang.NET\SLang.NET.csproj", "{2A795E48-EADA-46DB-B88F-669B8507FF14}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SLang.IR", "SLang.IR\SLang.IR.csproj", "{1AB48659-5AC9-464E-968C-94539B894BCA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SLang.NET.Test", "SLang.NET.Test\SLang.NET.Test.csproj", "{469AE878-B637-463F-BF7F-E521480F5F24}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2A795E48-EADA-46DB-B88F-669B8507FF14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A795E48-EADA-46DB-B88F-669B8507FF14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A795E48-EADA-46DB-B88F-669B8507FF14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A795E48-EADA-46DB-B88F-669B8507FF14}.Release|Any CPU.Build.0 = Release|Any CPU
{1AB48659-5AC9-464E-968C-94539B894BCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AB48659-5AC9-464E-968C-94539B894BCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AB48659-5AC9-464E-968C-94539B894BCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AB48659-5AC9-464E-968C-94539B894BCA}.Release|Any CPU.Build.0 = Release|Any CPU
{469AE878-B637-463F-BF7F-E521480F5F24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{469AE878-B637-463F-BF7F-E521480F5F24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{469AE878-B637-463F-BF7F-E521480F5F24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{469AE878-B637-463F-BF7F-E521480F5F24}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal