-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLamn.sln
More file actions
97 lines (97 loc) · 6.47 KB
/
Lamn.sln
File metadata and controls
97 lines (97 loc) · 6.47 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
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lamn", "Lamn\Lamn.csproj", "{F9901817-EA42-437E-8153-2452EBBE99A3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Sample\Sample.csproj", "{91E93CB6-228D-4812-B9E6-A71501CD77BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "REPL", "REPL\REPL.csproj", "{55EB175C-F6B8-4F89-94E8-ABF157340248}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PortableLamn", "Lamn\PortableLamn.csproj", "{E4ADB7C6-202F-4D4C-A03B-BC97895C8DAA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestSuiteRunner", "TestSuiteRunner\TestSuiteRunner.csproj", "{8EE0BD03-9267-4D9A-85C3-D7C2B1080187}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Windows Phone = Debug|Windows Phone
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Windows Phone = Release|Windows Phone
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{55EB175C-F6B8-4F89-94E8-ABF157340248}.Debug|Any CPU.ActiveCfg = Debug|x86
{55EB175C-F6B8-4F89-94E8-ABF157340248}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{55EB175C-F6B8-4F89-94E8-ABF157340248}.Debug|Mixed Platforms.Build.0 = Debug|x86
{55EB175C-F6B8-4F89-94E8-ABF157340248}.Debug|Windows Phone.ActiveCfg = Debug|x86
{55EB175C-F6B8-4F89-94E8-ABF157340248}.Debug|x86.ActiveCfg = Debug|x86
{55EB175C-F6B8-4F89-94E8-ABF157340248}.Debug|x86.Build.0 = Debug|x86
{55EB175C-F6B8-4F89-94E8-ABF157340248}.Release|Any CPU.ActiveCfg = Release|x86
{55EB175C-F6B8-4F89-94E8-ABF157340248}.Release|Mixed Platforms.ActiveCfg = Release|x86
{55EB175C-F6B8-4F89-94E8-ABF157340248}.Release|Mixed Platforms.Build.0 = Release|x86
{55EB175C-F6B8-4F89-94E8-ABF157340248}.Release|Windows Phone.ActiveCfg = Release|x86
{55EB175C-F6B8-4F89-94E8-ABF157340248}.Release|x86.ActiveCfg = Release|x86
{55EB175C-F6B8-4F89-94E8-ABF157340248}.Release|x86.Build.0 = Release|x86
{8EE0BD03-9267-4D9A-85C3-D7C2B1080187}.Debug|Any CPU.ActiveCfg = Debug|x86
{8EE0BD03-9267-4D9A-85C3-D7C2B1080187}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{8EE0BD03-9267-4D9A-85C3-D7C2B1080187}.Debug|Mixed Platforms.Build.0 = Debug|x86
{8EE0BD03-9267-4D9A-85C3-D7C2B1080187}.Debug|Windows Phone.ActiveCfg = Debug|x86
{8EE0BD03-9267-4D9A-85C3-D7C2B1080187}.Debug|x86.ActiveCfg = Debug|x86
{8EE0BD03-9267-4D9A-85C3-D7C2B1080187}.Debug|x86.Build.0 = Debug|x86
{8EE0BD03-9267-4D9A-85C3-D7C2B1080187}.Release|Any CPU.ActiveCfg = Release|x86
{8EE0BD03-9267-4D9A-85C3-D7C2B1080187}.Release|Mixed Platforms.ActiveCfg = Release|x86
{8EE0BD03-9267-4D9A-85C3-D7C2B1080187}.Release|Mixed Platforms.Build.0 = Release|x86
{8EE0BD03-9267-4D9A-85C3-D7C2B1080187}.Release|Windows Phone.ActiveCfg = Release|x86
{8EE0BD03-9267-4D9A-85C3-D7C2B1080187}.Release|x86.ActiveCfg = Release|x86
{8EE0BD03-9267-4D9A-85C3-D7C2B1080187}.Release|x86.Build.0 = Release|x86
{91E93CB6-228D-4812-B9E6-A71501CD77BB}.Debug|Any CPU.ActiveCfg = Debug|x86
{91E93CB6-228D-4812-B9E6-A71501CD77BB}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{91E93CB6-228D-4812-B9E6-A71501CD77BB}.Debug|Mixed Platforms.Build.0 = Debug|x86
{91E93CB6-228D-4812-B9E6-A71501CD77BB}.Debug|Windows Phone.ActiveCfg = Debug|x86
{91E93CB6-228D-4812-B9E6-A71501CD77BB}.Debug|x86.ActiveCfg = Debug|x86
{91E93CB6-228D-4812-B9E6-A71501CD77BB}.Debug|x86.Build.0 = Debug|x86
{91E93CB6-228D-4812-B9E6-A71501CD77BB}.Release|Any CPU.ActiveCfg = Release|x86
{91E93CB6-228D-4812-B9E6-A71501CD77BB}.Release|Mixed Platforms.ActiveCfg = Release|x86
{91E93CB6-228D-4812-B9E6-A71501CD77BB}.Release|Mixed Platforms.Build.0 = Release|x86
{91E93CB6-228D-4812-B9E6-A71501CD77BB}.Release|Windows Phone.ActiveCfg = Release|x86
{91E93CB6-228D-4812-B9E6-A71501CD77BB}.Release|x86.ActiveCfg = Release|x86
{91E93CB6-228D-4812-B9E6-A71501CD77BB}.Release|x86.Build.0 = Release|x86
{E4ADB7C6-202F-4D4C-A03B-BC97895C8DAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4ADB7C6-202F-4D4C-A03B-BC97895C8DAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4ADB7C6-202F-4D4C-A03B-BC97895C8DAA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{E4ADB7C6-202F-4D4C-A03B-BC97895C8DAA}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{E4ADB7C6-202F-4D4C-A03B-BC97895C8DAA}.Debug|Windows Phone.ActiveCfg = Debug|Any CPU
{E4ADB7C6-202F-4D4C-A03B-BC97895C8DAA}.Debug|x86.ActiveCfg = Debug|Any CPU
{E4ADB7C6-202F-4D4C-A03B-BC97895C8DAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4ADB7C6-202F-4D4C-A03B-BC97895C8DAA}.Release|Any CPU.Build.0 = Release|Any CPU
{E4ADB7C6-202F-4D4C-A03B-BC97895C8DAA}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{E4ADB7C6-202F-4D4C-A03B-BC97895C8DAA}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{E4ADB7C6-202F-4D4C-A03B-BC97895C8DAA}.Release|Windows Phone.ActiveCfg = Release|Any CPU
{E4ADB7C6-202F-4D4C-A03B-BC97895C8DAA}.Release|x86.ActiveCfg = Release|Any CPU
{F9901817-EA42-437E-8153-2452EBBE99A3}.Debug|Any CPU.ActiveCfg = Debug|x86
{F9901817-EA42-437E-8153-2452EBBE99A3}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{F9901817-EA42-437E-8153-2452EBBE99A3}.Debug|Mixed Platforms.Build.0 = Debug|x86
{F9901817-EA42-437E-8153-2452EBBE99A3}.Debug|Windows Phone.ActiveCfg = Debug|x86
{F9901817-EA42-437E-8153-2452EBBE99A3}.Debug|x86.ActiveCfg = Debug|x86
{F9901817-EA42-437E-8153-2452EBBE99A3}.Debug|x86.Build.0 = Debug|x86
{F9901817-EA42-437E-8153-2452EBBE99A3}.Release|Any CPU.ActiveCfg = Release|x86
{F9901817-EA42-437E-8153-2452EBBE99A3}.Release|Mixed Platforms.ActiveCfg = Release|x86
{F9901817-EA42-437E-8153-2452EBBE99A3}.Release|Mixed Platforms.Build.0 = Release|x86
{F9901817-EA42-437E-8153-2452EBBE99A3}.Release|Windows Phone.ActiveCfg = Release|x86
{F9901817-EA42-437E-8153-2452EBBE99A3}.Release|x86.ActiveCfg = Release|x86
{F9901817-EA42-437E-8153-2452EBBE99A3}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = TestSuiteRunner\TestSuiteRunner.csproj
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal