-
Notifications
You must be signed in to change notification settings - Fork 26
/
ExpressionTreeVisualizer.sln
55 lines (55 loc) · 3.35 KB
/
ExpressionTreeVisualizer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Debuggee", "Debuggee\Debuggee.csproj", "{E865E70A-0959-4835-8C64-95A0D9815868}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Package", "Package\Package.csproj", "{7A8DE3FA-8761-45DE-9465-53D2C778F355}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Serialization", "Serialization\Serialization.shproj", "{9365B962-F17C-451C-92EB-F4FED9C6C84E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests.Visualizer\Tests.csproj", "{FB1502D6-D312-4381-A000-31CBC36599A4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Visualizer", "Visualizer\Visualizer.csproj", "{B77B6DF5-33D7-4A81-9E17-E32731EFD4AB}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "UI", "UI\UI.shproj", "{E1D67370-17AC-47FC-89BC-34B20B3BD6E7}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Serialization\Serialization.projitems*{7a8de3fa-8761-45de-9465-53d2c778f355}*SharedItemsImports = 5
UI\UI.projitems*{7a8de3fa-8761-45de-9465-53d2c778f355}*SharedItemsImports = 5
Serialization\Serialization.projitems*{9365b962-f17c-451c-92eb-f4fed9c6c84e}*SharedItemsImports = 13
UI\UI.projitems*{b77b6df5-33d7-4a81-9e17-e32731efd4ab}*SharedItemsImports = 5
UI\UI.projitems*{e1d67370-17ac-47fc-89bc-34b20b3bd6e7}*SharedItemsImports = 13
Serialization\Serialization.projitems*{e865e70a-0959-4835-8c64-95a0d9815868}*SharedItemsImports = 5
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E865E70A-0959-4835-8C64-95A0D9815868}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E865E70A-0959-4835-8C64-95A0D9815868}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E865E70A-0959-4835-8C64-95A0D9815868}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E865E70A-0959-4835-8C64-95A0D9815868}.Release|Any CPU.Build.0 = Release|Any CPU
{7A8DE3FA-8761-45DE-9465-53D2C778F355}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A8DE3FA-8761-45DE-9465-53D2C778F355}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A8DE3FA-8761-45DE-9465-53D2C778F355}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A8DE3FA-8761-45DE-9465-53D2C778F355}.Release|Any CPU.Build.0 = Release|Any CPU
{FB1502D6-D312-4381-A000-31CBC36599A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB1502D6-D312-4381-A000-31CBC36599A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB1502D6-D312-4381-A000-31CBC36599A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB1502D6-D312-4381-A000-31CBC36599A4}.Release|Any CPU.Build.0 = Release|Any CPU
{B77B6DF5-33D7-4A81-9E17-E32731EFD4AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B77B6DF5-33D7-4A81-9E17-E32731EFD4AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B77B6DF5-33D7-4A81-9E17-E32731EFD4AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B77B6DF5-33D7-4A81-9E17-E32731EFD4AB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8FEB0977-A0E0-4FA7-B9C2-75772CF79FB5}
EndGlobalSection
EndGlobal