-
Notifications
You must be signed in to change notification settings - Fork 0
/
LemurLang.sln
41 lines (41 loc) · 2.23 KB
/
LemurLang.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LemurLang", "LemurLang\LemurLang.csproj", "{B9EC029B-8F46-49B7-8693-681430489EE8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApplication", "TestApplication\TestApplication.csproj", "{D1824672-70B8-48F7-ABC4-EEF0330FC9D0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LemurLang.Test", "LemurLang.Test\LemurLang.Test.csproj", "{5956749F-F882-4654-BCD3-BDD62504A6B1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{56D6E963-E499-4F54-80F6-5729ED7018AE}"
ProjectSection(SolutionItems) = preProject
LemurLang.vsmdi = LemurLang.vsmdi
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
EndProjectSection
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = LemurLang.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B9EC029B-8F46-49B7-8693-681430489EE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9EC029B-8F46-49B7-8693-681430489EE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9EC029B-8F46-49B7-8693-681430489EE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9EC029B-8F46-49B7-8693-681430489EE8}.Release|Any CPU.Build.0 = Release|Any CPU
{D1824672-70B8-48F7-ABC4-EEF0330FC9D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1824672-70B8-48F7-ABC4-EEF0330FC9D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1824672-70B8-48F7-ABC4-EEF0330FC9D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1824672-70B8-48F7-ABC4-EEF0330FC9D0}.Release|Any CPU.Build.0 = Release|Any CPU
{5956749F-F882-4654-BCD3-BDD62504A6B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5956749F-F882-4654-BCD3-BDD62504A6B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5956749F-F882-4654-BCD3-BDD62504A6B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5956749F-F882-4654-BCD3-BDD62504A6B1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal