-
Notifications
You must be signed in to change notification settings - Fork 5
/
LinqToDBPostGis.sln
65 lines (65 loc) · 4.25 KB
/
LinqToDBPostGis.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
56
57
58
59
60
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1209
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinqToDBPostGisNpgsqlTypes", "LinqToDBPostGisNpgsqlTypes\LinqToDBPostGisNpgsqlTypes.csproj", "{C4C99390-2006-4DAA-9743-71A5403782DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinqToDBPostGisNpgsqlTypes.Tests", "LinqToDBPostGisNpgsqlTypes.Tests\LinqToDBPostGisNpgsqlTypes.Tests.csproj", "{1BDBF8B3-69A7-47B9-BEEB-6A0D202C3CDC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinqToDBPostGisNpgsqlTypes.DemoApp", "LinqToDBPostGisNpgsqlTypes.DemoApp\LinqToDBPostGisNpgsqlTypes.DemoApp.csproj", "{A72A4B30-1569-40A8-9D35-E73FA4C4964B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sql", "Sql", "{9CF9D085-75C8-46DC-9D4D-8BD7D6B216DC}"
ProjectSection(SolutionItems) = preProject
Sql\create_tables.sql = Sql\create_tables.sql
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{E6083F9C-5E90-4B85-A733-27DCCB5E2EB9}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinqToDBPostGisNetTopologySuite", "LinqToDBPostGisNetTopologySuite\LinqToDBPostGisNetTopologySuite.csproj", "{6C9811E4-624B-47A3-AACA-6A1836ED5ECC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinqToDBPostGisNetTopologySuite.DemoApp", "LinqToDBPostGisNetTopologySuite.DemoApp\LinqToDBPostGisNetTopologySuite.DemoApp.csproj", "{3A167BE2-9D48-4942-9953-D07E8516AA67}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinqToDBPostGisNetTopologySuite.Tests", "LinqToDBPostGisNetTopologySuite.Tests\LinqToDBPostGisNetTopologySuite.Tests.csproj", "{C95A4FD1-9722-4CB3-8B9C-C2A6497C2037}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4C99390-2006-4DAA-9743-71A5403782DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4C99390-2006-4DAA-9743-71A5403782DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4C99390-2006-4DAA-9743-71A5403782DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4C99390-2006-4DAA-9743-71A5403782DC}.Release|Any CPU.Build.0 = Release|Any CPU
{1BDBF8B3-69A7-47B9-BEEB-6A0D202C3CDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BDBF8B3-69A7-47B9-BEEB-6A0D202C3CDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BDBF8B3-69A7-47B9-BEEB-6A0D202C3CDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BDBF8B3-69A7-47B9-BEEB-6A0D202C3CDC}.Release|Any CPU.Build.0 = Release|Any CPU
{A72A4B30-1569-40A8-9D35-E73FA4C4964B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A72A4B30-1569-40A8-9D35-E73FA4C4964B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A72A4B30-1569-40A8-9D35-E73FA4C4964B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A72A4B30-1569-40A8-9D35-E73FA4C4964B}.Release|Any CPU.Build.0 = Release|Any CPU
{6C9811E4-624B-47A3-AACA-6A1836ED5ECC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C9811E4-624B-47A3-AACA-6A1836ED5ECC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C9811E4-624B-47A3-AACA-6A1836ED5ECC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C9811E4-624B-47A3-AACA-6A1836ED5ECC}.Release|Any CPU.Build.0 = Release|Any CPU
{3A167BE2-9D48-4942-9953-D07E8516AA67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A167BE2-9D48-4942-9953-D07E8516AA67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A167BE2-9D48-4942-9953-D07E8516AA67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A167BE2-9D48-4942-9953-D07E8516AA67}.Release|Any CPU.Build.0 = Release|Any CPU
{C95A4FD1-9722-4CB3-8B9C-C2A6497C2037}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C95A4FD1-9722-4CB3-8B9C-C2A6497C2037}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C95A4FD1-9722-4CB3-8B9C-C2A6497C2037}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C95A4FD1-9722-4CB3-8B9C-C2A6497C2037}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5CA85FF0-5D7D-4327-B341-4390F310B1CD}
EndGlobalSection
EndGlobal