Skip to content

Commit 5b09c29

Browse files
committed
Remove dev solution from source control
1 parent e80f000 commit 5b09c29

2 files changed

Lines changed: 56 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,5 +264,5 @@ __pycache__/
264264
# Because the plaground projects (start with _) should not be in the repo
265265
_*
266266
# neither should the solution that references them
267-
/ExpressionTreeVisualizer.sln
267+
/ExpressionTreeVisualizer.Dev.sln
268268

ExpressionTreeVisualizer.sln

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.29609.76
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Debuggee", "Debuggee\Debuggee.csproj", "{E865E70A-0959-4835-8C64-95A0D9815868}"
7+
EndProject
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Package", "Package\Package.csproj", "{7A8DE3FA-8761-45DE-9465-53D2C778F355}"
9+
EndProject
10+
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Serialization", "Serialization\Serialization.shproj", "{9365B962-F17C-451C-92EB-F4FED9C6C84E}"
11+
EndProject
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests.Visualizer\Tests.csproj", "{FB1502D6-D312-4381-A000-31CBC36599A4}"
13+
EndProject
14+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Visualizer", "Visualizer\Visualizer.csproj", "{B77B6DF5-33D7-4A81-9E17-E32731EFD4AB}"
15+
EndProject
16+
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "UI", "UI\UI.shproj", "{E1D67370-17AC-47FC-89BC-34B20B3BD6E7}"
17+
EndProject
18+
Global
19+
GlobalSection(SharedMSBuildProjectFiles) = preSolution
20+
Serialization\Serialization.projitems*{7a8de3fa-8761-45de-9465-53d2c778f355}*SharedItemsImports = 5
21+
UI\UI.projitems*{7a8de3fa-8761-45de-9465-53d2c778f355}*SharedItemsImports = 5
22+
Serialization\Serialization.projitems*{9365b962-f17c-451c-92eb-f4fed9c6c84e}*SharedItemsImports = 13
23+
UI\UI.projitems*{b77b6df5-33d7-4a81-9e17-e32731efd4ab}*SharedItemsImports = 5
24+
UI\UI.projitems*{e1d67370-17ac-47fc-89bc-34b20b3bd6e7}*SharedItemsImports = 13
25+
Serialization\Serialization.projitems*{e865e70a-0959-4835-8c64-95a0d9815868}*SharedItemsImports = 5
26+
EndGlobalSection
27+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
28+
Debug|Any CPU = Debug|Any CPU
29+
Release|Any CPU = Release|Any CPU
30+
EndGlobalSection
31+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
32+
{E865E70A-0959-4835-8C64-95A0D9815868}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33+
{E865E70A-0959-4835-8C64-95A0D9815868}.Debug|Any CPU.Build.0 = Debug|Any CPU
34+
{E865E70A-0959-4835-8C64-95A0D9815868}.Release|Any CPU.ActiveCfg = Release|Any CPU
35+
{E865E70A-0959-4835-8C64-95A0D9815868}.Release|Any CPU.Build.0 = Release|Any CPU
36+
{7A8DE3FA-8761-45DE-9465-53D2C778F355}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
37+
{7A8DE3FA-8761-45DE-9465-53D2C778F355}.Debug|Any CPU.Build.0 = Debug|Any CPU
38+
{7A8DE3FA-8761-45DE-9465-53D2C778F355}.Release|Any CPU.ActiveCfg = Release|Any CPU
39+
{7A8DE3FA-8761-45DE-9465-53D2C778F355}.Release|Any CPU.Build.0 = Release|Any CPU
40+
{FB1502D6-D312-4381-A000-31CBC36599A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
41+
{FB1502D6-D312-4381-A000-31CBC36599A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
42+
{FB1502D6-D312-4381-A000-31CBC36599A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
43+
{FB1502D6-D312-4381-A000-31CBC36599A4}.Release|Any CPU.Build.0 = Release|Any CPU
44+
{B77B6DF5-33D7-4A81-9E17-E32731EFD4AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
45+
{B77B6DF5-33D7-4A81-9E17-E32731EFD4AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
46+
{B77B6DF5-33D7-4A81-9E17-E32731EFD4AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
47+
{B77B6DF5-33D7-4A81-9E17-E32731EFD4AB}.Release|Any CPU.Build.0 = Release|Any CPU
48+
EndGlobalSection
49+
GlobalSection(SolutionProperties) = preSolution
50+
HideSolutionNode = FALSE
51+
EndGlobalSection
52+
GlobalSection(ExtensibilityGlobals) = postSolution
53+
SolutionGuid = {8FEB0977-A0E0-4FA7-B9C2-75772CF79FB5}
54+
EndGlobalSection
55+
EndGlobal

0 commit comments

Comments
 (0)