-
Notifications
You must be signed in to change notification settings - Fork 0
/
Tiler.sln
24 lines (24 loc) · 1.38 KB
/
Tiler.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tiler", "Tiler\Tiler.csproj", "{D5B79959-BB73-4805-87AE-A9CD883E6510}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tiler.Tests", "Tiler.Tests\Tiler.Tests.csproj", "{2A9A038A-EE29-4EF7-9834-F84667188947}"
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "Tiler.Package", "Tiler.Package\Tiler.Package.wapproj", "{934E7B08-D2F9-4E6E-8B6A-1154B399317C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D5B79959-BB73-4805-87AE-A9CD883E6510}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5B79959-BB73-4805-87AE-A9CD883E6510}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5B79959-BB73-4805-87AE-A9CD883E6510}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5B79959-BB73-4805-87AE-A9CD883E6510}.Release|Any CPU.Build.0 = Release|Any CPU
{2A9A038A-EE29-4EF7-9834-F84667188947}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A9A038A-EE29-4EF7-9834-F84667188947}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A9A038A-EE29-4EF7-9834-F84667188947}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A9A038A-EE29-4EF7-9834-F84667188947}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal