-
Notifications
You must be signed in to change notification settings - Fork 2
/
GeoLoader.sln
32 lines (32 loc) · 1.76 KB
/
GeoLoader.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeoLoader", "GeoLoader\GeoLoader.csproj", "{73488217-6D09-4CB6-A5B7-AFEF1CF77CB8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeoLoader.Tests", "GeoLoader.Tests\GeoLoader.Tests.csproj", "{F65100DB-FF43-4612-A26E-2A558B024CAD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnidecodeSharp", "UnidecodeSharp\UnidecodeSharp.csproj", "{B268B199-851B-4326-BB4C-F054FCFBA4D4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73488217-6D09-4CB6-A5B7-AFEF1CF77CB8}.Debug|x86.ActiveCfg = Debug|x86
{73488217-6D09-4CB6-A5B7-AFEF1CF77CB8}.Debug|x86.Build.0 = Debug|x86
{73488217-6D09-4CB6-A5B7-AFEF1CF77CB8}.Release|x86.ActiveCfg = Release|x86
{73488217-6D09-4CB6-A5B7-AFEF1CF77CB8}.Release|x86.Build.0 = Release|x86
{F65100DB-FF43-4612-A26E-2A558B024CAD}.Debug|x86.ActiveCfg = Debug|x86
{F65100DB-FF43-4612-A26E-2A558B024CAD}.Debug|x86.Build.0 = Debug|x86
{F65100DB-FF43-4612-A26E-2A558B024CAD}.Release|x86.ActiveCfg = Release|x86
{F65100DB-FF43-4612-A26E-2A558B024CAD}.Release|x86.Build.0 = Release|x86
{B268B199-851B-4326-BB4C-F054FCFBA4D4}.Debug|x86.ActiveCfg = Debug|x86
{B268B199-851B-4326-BB4C-F054FCFBA4D4}.Debug|x86.Build.0 = Debug|x86
{B268B199-851B-4326-BB4C-F054FCFBA4D4}.Release|x86.ActiveCfg = Release|x86
{B268B199-851B-4326-BB4C-F054FCFBA4D4}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal