-
Notifications
You must be signed in to change notification settings - Fork 2
/
MsSqlServerDatabaseTablesGraph.sln
43 lines (43 loc) · 2.64 KB
/
MsSqlServerDatabaseTablesGraph.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.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MsSqlServerDatabaseTablesGraph.WebApp", "MsSqlServerDatabaseTablesGraph.WebApp\MsSqlServerDatabaseTablesGraph.WebApp.csproj", "{249C4AA1-078A-4667-B881-2B9A45D9B8E2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApp", "TestApp\TestApp.csproj", "{82BFF5DD-446E-4A3F-8B8D-C2F94D396730}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ogdf.net", "ogdf.net\ogdf.net.csproj", "{013778D7-D08B-475D-AB4D-ABACA81FC172}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MsSqlServerDatabaseTablesGraph.WebService", "MsSqlServerDatabaseTablesGraph.WebService\MsSqlServerDatabaseTablesGraph.WebService.csproj", "{5D1E6EF6-D9FB-4F50-9D67-FCF42A543065}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{249C4AA1-078A-4667-B881-2B9A45D9B8E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{249C4AA1-078A-4667-B881-2B9A45D9B8E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{249C4AA1-078A-4667-B881-2B9A45D9B8E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{249C4AA1-078A-4667-B881-2B9A45D9B8E2}.Release|Any CPU.Build.0 = Release|Any CPU
{82BFF5DD-446E-4A3F-8B8D-C2F94D396730}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82BFF5DD-446E-4A3F-8B8D-C2F94D396730}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82BFF5DD-446E-4A3F-8B8D-C2F94D396730}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82BFF5DD-446E-4A3F-8B8D-C2F94D396730}.Release|Any CPU.Build.0 = Release|Any CPU
{013778D7-D08B-475D-AB4D-ABACA81FC172}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{013778D7-D08B-475D-AB4D-ABACA81FC172}.Debug|Any CPU.Build.0 = Debug|Any CPU
{013778D7-D08B-475D-AB4D-ABACA81FC172}.Release|Any CPU.ActiveCfg = Release|Any CPU
{013778D7-D08B-475D-AB4D-ABACA81FC172}.Release|Any CPU.Build.0 = Release|Any CPU
{5D1E6EF6-D9FB-4F50-9D67-FCF42A543065}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D1E6EF6-D9FB-4F50-9D67-FCF42A543065}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D1E6EF6-D9FB-4F50-9D67-FCF42A543065}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D1E6EF6-D9FB-4F50-9D67-FCF42A543065}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D1BF433B-3288-4807-B9A2-D8B08665B9BE}
EndGlobalSection
EndGlobal