This repository was archived by the owner on Mar 15, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTileSharp.sln
More file actions
53 lines (53 loc) · 3.24 KB
/
Copy pathTileSharp.sln
File metadata and controls
53 lines (53 loc) · 3.24 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TileSharp", "TileSharp\TileSharp.csproj", "{C3DD7B59-08BB-4392-8915-B48C81CAEFD3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TileSharp.Web", "TileSharp.Web\TileSharp.Web.csproj", "{EE567193-E5BE-4C85-A2ED-A921F2FD48F2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{17088AA1-4A2A-4703-AE9E-C0EE28070E61}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TileSharp.Data.GeoJson", "TileSharp.Data.GeoJson\TileSharp.Data.GeoJson.csproj", "{233CCF86-3E53-4C4F-A0DF-97FB03713BBE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TileSharp.Data.Spatialite", "TileSharp.Data.Spatialite\TileSharp.Data.Spatialite.csproj", "{6492B87D-3654-4F49-817A-D6130530395A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TileSharp.LruCache", "TileSharp.LruCache\TileSharp.LruCache.csproj", "{3A4579C0-2DA1-4834-8F30-CDD2767264AA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3DD7B59-08BB-4392-8915-B48C81CAEFD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3DD7B59-08BB-4392-8915-B48C81CAEFD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3DD7B59-08BB-4392-8915-B48C81CAEFD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3DD7B59-08BB-4392-8915-B48C81CAEFD3}.Release|Any CPU.Build.0 = Release|Any CPU
{EE567193-E5BE-4C85-A2ED-A921F2FD48F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE567193-E5BE-4C85-A2ED-A921F2FD48F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE567193-E5BE-4C85-A2ED-A921F2FD48F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE567193-E5BE-4C85-A2ED-A921F2FD48F2}.Release|Any CPU.Build.0 = Release|Any CPU
{233CCF86-3E53-4C4F-A0DF-97FB03713BBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{233CCF86-3E53-4C4F-A0DF-97FB03713BBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{233CCF86-3E53-4C4F-A0DF-97FB03713BBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{233CCF86-3E53-4C4F-A0DF-97FB03713BBE}.Release|Any CPU.Build.0 = Release|Any CPU
{6492B87D-3654-4F49-817A-D6130530395A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6492B87D-3654-4F49-817A-D6130530395A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6492B87D-3654-4F49-817A-D6130530395A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6492B87D-3654-4F49-817A-D6130530395A}.Release|Any CPU.Build.0 = Release|Any CPU
{3A4579C0-2DA1-4834-8F30-CDD2767264AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A4579C0-2DA1-4834-8F30-CDD2767264AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A4579C0-2DA1-4834-8F30-CDD2767264AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A4579C0-2DA1-4834-8F30-CDD2767264AA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal