-
Notifications
You must be signed in to change notification settings - Fork 0
/
ExpressionTreeParsing.sln
37 lines (37 loc) · 2.19 KB
/
ExpressionTreeParsing.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpressionTreeParsing.Console", "ExpressionTreeParsing.Console\ExpressionTreeParsing.Console.csproj", "{792CF02C-5348-4E1B-8722-32F323A8FC20}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpressionTreeParsing.Domain", "ExpressionTreeParsing.Domain\ExpressionTreeParsing.Domain.csproj", "{DF40280B-C336-47B9-A10D-82B875425835}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpressionTreeParsing.Application", "ExpressionTreeParsing.Application\ExpressionTreeParsing.Application.csproj", "{EC6F8A8A-3408-4B77-B05E-0BA64535F526}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{792CF02C-5348-4E1B-8722-32F323A8FC20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{792CF02C-5348-4E1B-8722-32F323A8FC20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{792CF02C-5348-4E1B-8722-32F323A8FC20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{792CF02C-5348-4E1B-8722-32F323A8FC20}.Release|Any CPU.Build.0 = Release|Any CPU
{DF40280B-C336-47B9-A10D-82B875425835}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF40280B-C336-47B9-A10D-82B875425835}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF40280B-C336-47B9-A10D-82B875425835}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF40280B-C336-47B9-A10D-82B875425835}.Release|Any CPU.Build.0 = Release|Any CPU
{EC6F8A8A-3408-4B77-B05E-0BA64535F526}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC6F8A8A-3408-4B77-B05E-0BA64535F526}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC6F8A8A-3408-4B77-B05E-0BA64535F526}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC6F8A8A-3408-4B77-B05E-0BA64535F526}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DA9EC448-192F-4979-ACE1-BC33C2E17708}
EndGlobalSection
EndGlobal