-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathExpressionEvaluator.sln
42 lines (42 loc) · 2.33 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpressionEvaluator", "ExpressionEvaluator\ExpressionEvaluator.csproj", "{031A2E75-51C6-4938-9D68-CF34D5861B0A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F347309F-C08E-4A7A-8B16-93B22533480D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
COPYING.txt = COPYING.txt
README.md = README.md
RuleSet.ruleset = RuleSet.ruleset
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpressionEvaluator.Tests", "ExpressionEvaluator.Tests\ExpressionEvaluator.Tests.csproj", "{27012CAC-6833-4BEE-8896-2DF469C6EDEC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpressionEvaluator.Benchmarks", "ExpressionEvaluator.Benchmarks\ExpressionEvaluator.Benchmarks.csproj", "{7736E07E-CF35-4B66-B113-C15AC15C69B1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{031A2E75-51C6-4938-9D68-CF34D5861B0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{031A2E75-51C6-4938-9D68-CF34D5861B0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{031A2E75-51C6-4938-9D68-CF34D5861B0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{031A2E75-51C6-4938-9D68-CF34D5861B0A}.Release|Any CPU.Build.0 = Release|Any CPU
{27012CAC-6833-4BEE-8896-2DF469C6EDEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27012CAC-6833-4BEE-8896-2DF469C6EDEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27012CAC-6833-4BEE-8896-2DF469C6EDEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27012CAC-6833-4BEE-8896-2DF469C6EDEC}.Release|Any CPU.Build.0 = Release|Any CPU
{7736E07E-CF35-4B66-B113-C15AC15C69B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7736E07E-CF35-4B66-B113-C15AC15C69B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7736E07E-CF35-4B66-B113-C15AC15C69B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7736E07E-CF35-4B66-B113-C15AC15C69B1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal