-
Notifications
You must be signed in to change notification settings - Fork 0
/
LiftTest.sln
146 lines (146 loc) · 10.4 KB
/
LiftTest.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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.645
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiftTest", "LiftTest\LiftTest.csproj", "{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SIL.Lift", "libpalaso\SIL.Lift\SIL.Lift.csproj", "{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1695870F-5B34-4942-8FCC-91E2FB3DE7CD}"
ProjectSection(SolutionItems) = preProject
LiftTest\testingdata\testingdata.lift = LiftTest\testingdata\testingdata.lift
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
DebugMono|Any CPU = DebugMono|Any CPU
DebugMono|x64 = DebugMono|x64
DebugMono|x86 = DebugMono|x86
DebugMonoStrongName|Any CPU = DebugMonoStrongName|Any CPU
DebugMonoStrongName|x64 = DebugMonoStrongName|x64
DebugMonoStrongName|x86 = DebugMonoStrongName|x86
DebugStrongName|Any CPU = DebugStrongName|Any CPU
DebugStrongName|x64 = DebugStrongName|x64
DebugStrongName|x86 = DebugStrongName|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
ReleaseMono|Any CPU = ReleaseMono|Any CPU
ReleaseMono|x64 = ReleaseMono|x64
ReleaseMono|x86 = ReleaseMono|x86
ReleaseMonoStrongName|Any CPU = ReleaseMonoStrongName|Any CPU
ReleaseMonoStrongName|x64 = ReleaseMonoStrongName|x64
ReleaseMonoStrongName|x86 = ReleaseMonoStrongName|x86
ReleaseStrongName|Any CPU = ReleaseStrongName|Any CPU
ReleaseStrongName|x64 = ReleaseStrongName|x64
ReleaseStrongName|x86 = ReleaseStrongName|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.Debug|x64.ActiveCfg = Debug|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.Debug|x64.Build.0 = Debug|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.Debug|x86.ActiveCfg = Debug|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.Debug|x86.Build.0 = Debug|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.DebugMono|Any CPU.ActiveCfg = Debug|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.DebugMono|Any CPU.Build.0 = Debug|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.DebugMono|x64.ActiveCfg = Debug|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.DebugMono|x64.Build.0 = Debug|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.DebugMono|x86.ActiveCfg = Debug|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.DebugMono|x86.Build.0 = Debug|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.DebugMonoStrongName|Any CPU.ActiveCfg = Debug|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.DebugMonoStrongName|Any CPU.Build.0 = Debug|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.DebugMonoStrongName|x64.ActiveCfg = Debug|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.DebugMonoStrongName|x64.Build.0 = Debug|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.DebugMonoStrongName|x86.ActiveCfg = Debug|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.DebugMonoStrongName|x86.Build.0 = Debug|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.DebugStrongName|Any CPU.ActiveCfg = Debug|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.DebugStrongName|Any CPU.Build.0 = Debug|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.DebugStrongName|x64.ActiveCfg = Debug|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.DebugStrongName|x64.Build.0 = Debug|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.DebugStrongName|x86.ActiveCfg = Debug|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.DebugStrongName|x86.Build.0 = Debug|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.Release|Any CPU.Build.0 = Release|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.Release|x64.ActiveCfg = Release|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.Release|x64.Build.0 = Release|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.Release|x86.ActiveCfg = Release|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.Release|x86.Build.0 = Release|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.ReleaseMono|Any CPU.ActiveCfg = Release|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.ReleaseMono|Any CPU.Build.0 = Release|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.ReleaseMono|x64.ActiveCfg = Release|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.ReleaseMono|x64.Build.0 = Release|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.ReleaseMono|x86.ActiveCfg = Release|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.ReleaseMono|x86.Build.0 = Release|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.ReleaseMonoStrongName|Any CPU.ActiveCfg = Release|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.ReleaseMonoStrongName|Any CPU.Build.0 = Release|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.ReleaseMonoStrongName|x64.ActiveCfg = Release|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.ReleaseMonoStrongName|x64.Build.0 = Release|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.ReleaseMonoStrongName|x86.ActiveCfg = Release|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.ReleaseMonoStrongName|x86.Build.0 = Release|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.ReleaseStrongName|Any CPU.ActiveCfg = Release|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.ReleaseStrongName|Any CPU.Build.0 = Release|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.ReleaseStrongName|x64.ActiveCfg = Release|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.ReleaseStrongName|x64.Build.0 = Release|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.ReleaseStrongName|x86.ActiveCfg = Release|Any CPU
{446F3B2A-D6E4-4658-B3B2-BFCF90204C59}.ReleaseStrongName|x86.Build.0 = Release|Any CPU
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.Debug|x64.ActiveCfg = Debug|x64
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.Debug|x64.Build.0 = Debug|x64
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.Debug|x86.ActiveCfg = Debug|x86
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.Debug|x86.Build.0 = Debug|x86
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.DebugMono|Any CPU.ActiveCfg = DebugMono|Any CPU
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.DebugMono|Any CPU.Build.0 = DebugMono|Any CPU
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.DebugMono|x64.ActiveCfg = DebugMono|x64
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.DebugMono|x64.Build.0 = DebugMono|x64
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.DebugMono|x86.ActiveCfg = DebugMono|x86
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.DebugMono|x86.Build.0 = DebugMono|x86
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.DebugMonoStrongName|Any CPU.ActiveCfg = DebugMonoStrongName|Any CPU
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.DebugMonoStrongName|Any CPU.Build.0 = DebugMonoStrongName|Any CPU
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.DebugMonoStrongName|x64.ActiveCfg = DebugMonoStrongName|x64
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.DebugMonoStrongName|x64.Build.0 = DebugMonoStrongName|x64
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.DebugMonoStrongName|x86.ActiveCfg = DebugMonoStrongName|x86
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.DebugMonoStrongName|x86.Build.0 = DebugMonoStrongName|x86
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.DebugStrongName|Any CPU.ActiveCfg = DebugStrongName|Any CPU
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.DebugStrongName|Any CPU.Build.0 = DebugStrongName|Any CPU
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.DebugStrongName|x64.ActiveCfg = DebugStrongName|x64
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.DebugStrongName|x64.Build.0 = DebugStrongName|x64
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.DebugStrongName|x86.ActiveCfg = DebugStrongName|x86
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.DebugStrongName|x86.Build.0 = DebugStrongName|x86
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.Release|Any CPU.Build.0 = Release|Any CPU
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.Release|x64.ActiveCfg = Release|x64
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.Release|x64.Build.0 = Release|x64
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.Release|x86.ActiveCfg = Release|x86
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.Release|x86.Build.0 = Release|x86
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.ReleaseMono|Any CPU.ActiveCfg = ReleaseMono|Any CPU
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.ReleaseMono|Any CPU.Build.0 = ReleaseMono|Any CPU
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.ReleaseMono|x64.ActiveCfg = ReleaseMono|x64
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.ReleaseMono|x64.Build.0 = ReleaseMono|x64
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.ReleaseMono|x86.ActiveCfg = ReleaseMono|x86
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.ReleaseMono|x86.Build.0 = ReleaseMono|x86
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.ReleaseMonoStrongName|Any CPU.ActiveCfg = ReleaseMonoStrongName|Any CPU
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.ReleaseMonoStrongName|Any CPU.Build.0 = ReleaseMonoStrongName|Any CPU
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.ReleaseMonoStrongName|x64.ActiveCfg = ReleaseMonoStrongName|x64
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.ReleaseMonoStrongName|x64.Build.0 = ReleaseMonoStrongName|x64
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.ReleaseMonoStrongName|x86.ActiveCfg = ReleaseMonoStrongName|x86
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.ReleaseMonoStrongName|x86.Build.0 = ReleaseMonoStrongName|x86
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.ReleaseStrongName|Any CPU.ActiveCfg = ReleaseStrongName|Any CPU
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.ReleaseStrongName|Any CPU.Build.0 = ReleaseStrongName|Any CPU
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.ReleaseStrongName|x64.ActiveCfg = ReleaseStrongName|x64
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.ReleaseStrongName|x64.Build.0 = ReleaseStrongName|x64
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.ReleaseStrongName|x86.ActiveCfg = ReleaseStrongName|x86
{60B4A08C-54F3-4BC7-83ED-F84274FABFAC}.ReleaseStrongName|x86.Build.0 = ReleaseStrongName|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EE5F7C2B-D59B-4A48-9DBC-55795707C5DB}
EndGlobalSection
EndGlobal