forked from toimransyed/csharpeval
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ExpressionEvaluator.sln
104 lines (104 loc) · 7.23 KB
/
ExpressionEvaluator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpressionEvaluator", "ExpressionEvaluator\ExpressionEvaluator.csproj", "{EE3AC276-2314-4D7F-9C6A-B89CA1D650C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpressionEvaluator.Tests", "UnitTests\ExpressionEvaluator.Tests.csproj", "{98939DC9-FB10-43AB-ABE3-2A15DE00EB9B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{59E6DA53-9375-43A4-81E4-98AD83D79084}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Samples\Tests\Tests.csproj", "{C9D08C31-B948-4A22-A061-123050496657}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "REPL", "REPL", "{8FD19312-03CB-4469-B335-4C91C1DA0CCD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "REPLSample", "Samples\REPLSample\REPLSample.csproj", "{7C2A968A-F65F-4F5F-859E-9B6A2F9F8E2A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{B9807F10-AE88-4273-BDC9-F1088F8799F8}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = ExpressionEvaluator.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
TYPE_SAFE|Any CPU = TYPE_SAFE|Any CPU
TYPE_SAFE|Mixed Platforms = TYPE_SAFE|Mixed Platforms
TYPE_SAFE|x86 = TYPE_SAFE|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EE3AC276-2314-4D7F-9C6A-B89CA1D650C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE3AC276-2314-4D7F-9C6A-B89CA1D650C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE3AC276-2314-4D7F-9C6A-B89CA1D650C5}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{EE3AC276-2314-4D7F-9C6A-B89CA1D650C5}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{EE3AC276-2314-4D7F-9C6A-B89CA1D650C5}.Debug|x86.ActiveCfg = Debug|Any CPU
{EE3AC276-2314-4D7F-9C6A-B89CA1D650C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE3AC276-2314-4D7F-9C6A-B89CA1D650C5}.Release|Any CPU.Build.0 = Release|Any CPU
{EE3AC276-2314-4D7F-9C6A-B89CA1D650C5}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{EE3AC276-2314-4D7F-9C6A-B89CA1D650C5}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{EE3AC276-2314-4D7F-9C6A-B89CA1D650C5}.Release|x86.ActiveCfg = Release|Any CPU
{EE3AC276-2314-4D7F-9C6A-B89CA1D650C5}.TYPE_SAFE|Any CPU.ActiveCfg = TYPE_SAFE|Any CPU
{EE3AC276-2314-4D7F-9C6A-B89CA1D650C5}.TYPE_SAFE|Any CPU.Build.0 = TYPE_SAFE|Any CPU
{EE3AC276-2314-4D7F-9C6A-B89CA1D650C5}.TYPE_SAFE|Mixed Platforms.ActiveCfg = TYPE_SAFE|Any CPU
{EE3AC276-2314-4D7F-9C6A-B89CA1D650C5}.TYPE_SAFE|Mixed Platforms.Build.0 = TYPE_SAFE|Any CPU
{EE3AC276-2314-4D7F-9C6A-B89CA1D650C5}.TYPE_SAFE|x86.ActiveCfg = TYPE_SAFE|Any CPU
{98939DC9-FB10-43AB-ABE3-2A15DE00EB9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98939DC9-FB10-43AB-ABE3-2A15DE00EB9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98939DC9-FB10-43AB-ABE3-2A15DE00EB9B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{98939DC9-FB10-43AB-ABE3-2A15DE00EB9B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{98939DC9-FB10-43AB-ABE3-2A15DE00EB9B}.Debug|x86.ActiveCfg = Debug|Any CPU
{98939DC9-FB10-43AB-ABE3-2A15DE00EB9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98939DC9-FB10-43AB-ABE3-2A15DE00EB9B}.Release|Any CPU.Build.0 = Release|Any CPU
{98939DC9-FB10-43AB-ABE3-2A15DE00EB9B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{98939DC9-FB10-43AB-ABE3-2A15DE00EB9B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{98939DC9-FB10-43AB-ABE3-2A15DE00EB9B}.Release|x86.ActiveCfg = Release|Any CPU
{98939DC9-FB10-43AB-ABE3-2A15DE00EB9B}.TYPE_SAFE|Any CPU.ActiveCfg = Release|Any CPU
{98939DC9-FB10-43AB-ABE3-2A15DE00EB9B}.TYPE_SAFE|Any CPU.Build.0 = Release|Any CPU
{98939DC9-FB10-43AB-ABE3-2A15DE00EB9B}.TYPE_SAFE|Mixed Platforms.ActiveCfg = Release|Any CPU
{98939DC9-FB10-43AB-ABE3-2A15DE00EB9B}.TYPE_SAFE|Mixed Platforms.Build.0 = Release|Any CPU
{98939DC9-FB10-43AB-ABE3-2A15DE00EB9B}.TYPE_SAFE|x86.ActiveCfg = Release|Any CPU
{C9D08C31-B948-4A22-A061-123050496657}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9D08C31-B948-4A22-A061-123050496657}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9D08C31-B948-4A22-A061-123050496657}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{C9D08C31-B948-4A22-A061-123050496657}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{C9D08C31-B948-4A22-A061-123050496657}.Debug|x86.ActiveCfg = Debug|Any CPU
{C9D08C31-B948-4A22-A061-123050496657}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9D08C31-B948-4A22-A061-123050496657}.Release|Any CPU.Build.0 = Release|Any CPU
{C9D08C31-B948-4A22-A061-123050496657}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{C9D08C31-B948-4A22-A061-123050496657}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{C9D08C31-B948-4A22-A061-123050496657}.Release|x86.ActiveCfg = Release|Any CPU
{C9D08C31-B948-4A22-A061-123050496657}.TYPE_SAFE|Any CPU.ActiveCfg = Release|Any CPU
{C9D08C31-B948-4A22-A061-123050496657}.TYPE_SAFE|Any CPU.Build.0 = Release|Any CPU
{C9D08C31-B948-4A22-A061-123050496657}.TYPE_SAFE|Mixed Platforms.ActiveCfg = Release|Any CPU
{C9D08C31-B948-4A22-A061-123050496657}.TYPE_SAFE|Mixed Platforms.Build.0 = Release|Any CPU
{C9D08C31-B948-4A22-A061-123050496657}.TYPE_SAFE|x86.ActiveCfg = Release|Any CPU
{7C2A968A-F65F-4F5F-859E-9B6A2F9F8E2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C2A968A-F65F-4F5F-859E-9B6A2F9F8E2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C2A968A-F65F-4F5F-859E-9B6A2F9F8E2A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{7C2A968A-F65F-4F5F-859E-9B6A2F9F8E2A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{7C2A968A-F65F-4F5F-859E-9B6A2F9F8E2A}.Debug|x86.ActiveCfg = Debug|Any CPU
{7C2A968A-F65F-4F5F-859E-9B6A2F9F8E2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C2A968A-F65F-4F5F-859E-9B6A2F9F8E2A}.Release|Any CPU.Build.0 = Release|Any CPU
{7C2A968A-F65F-4F5F-859E-9B6A2F9F8E2A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{7C2A968A-F65F-4F5F-859E-9B6A2F9F8E2A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{7C2A968A-F65F-4F5F-859E-9B6A2F9F8E2A}.Release|x86.ActiveCfg = Release|Any CPU
{7C2A968A-F65F-4F5F-859E-9B6A2F9F8E2A}.TYPE_SAFE|Any CPU.ActiveCfg = Release|Any CPU
{7C2A968A-F65F-4F5F-859E-9B6A2F9F8E2A}.TYPE_SAFE|Any CPU.Build.0 = Release|Any CPU
{7C2A968A-F65F-4F5F-859E-9B6A2F9F8E2A}.TYPE_SAFE|Mixed Platforms.ActiveCfg = Release|Any CPU
{7C2A968A-F65F-4F5F-859E-9B6A2F9F8E2A}.TYPE_SAFE|Mixed Platforms.Build.0 = Release|Any CPU
{7C2A968A-F65F-4F5F-859E-9B6A2F9F8E2A}.TYPE_SAFE|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8FD19312-03CB-4469-B335-4C91C1DA0CCD} = {59E6DA53-9375-43A4-81E4-98AD83D79084}
{B9807F10-AE88-4273-BDC9-F1088F8799F8} = {59E6DA53-9375-43A4-81E4-98AD83D79084}
{7C2A968A-F65F-4F5F-859E-9B6A2F9F8E2A} = {8FD19312-03CB-4469-B335-4C91C1DA0CCD}
{C9D08C31-B948-4A22-A061-123050496657} = {B9807F10-AE88-4273-BDC9-F1088F8799F8}
EndGlobalSection
EndGlobal