-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTED.sln
43 lines (43 loc) · 2.27 KB
/
TED.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32811.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TED", "TED\TED.csproj", "{7D669C91-E8E7-478D-A177-F919C511C120}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{E878ADF5-2206-49DE-A542-75B4D9A3455B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D339B3B0-6C91-46AD-B95A-DA1AE7C0DB78}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TablePredicateViewer", "TablePredicateViewer\TablePredicateViewer.csproj", "{3C7A09A1-BA43-44FA-A2A6-1B7E629E9FE4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D669C91-E8E7-478D-A177-F919C511C120}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D669C91-E8E7-478D-A177-F919C511C120}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D669C91-E8E7-478D-A177-F919C511C120}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D669C91-E8E7-478D-A177-F919C511C120}.Release|Any CPU.Build.0 = Release|Any CPU
{E878ADF5-2206-49DE-A542-75B4D9A3455B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E878ADF5-2206-49DE-A542-75B4D9A3455B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E878ADF5-2206-49DE-A542-75B4D9A3455B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E878ADF5-2206-49DE-A542-75B4D9A3455B}.Release|Any CPU.Build.0 = Release|Any CPU
{3C7A09A1-BA43-44FA-A2A6-1B7E629E9FE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C7A09A1-BA43-44FA-A2A6-1B7E629E9FE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C7A09A1-BA43-44FA-A2A6-1B7E629E9FE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C7A09A1-BA43-44FA-A2A6-1B7E629E9FE4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1C495893-9DB7-4481-9C31-5329955DBEB5}
EndGlobalSection
EndGlobal