This repository was archived by the owner on Apr 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
/
Copy pathMapKitSearch.sln
32 lines (31 loc) · 1.78 KB
/
MapKitSearch.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}") = "MapKitSearch", "MapKitSearch\MapKitSearch.csproj", "{B776ACE8-1772-4165-8A4F-AC418316C1B7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Release|iPhone = Release|iPhone
Ad-Hoc|iPhone = Ad-Hoc|iPhone
AppStore|iPhone = AppStore|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B776ACE8-1772-4165-8A4F-AC418316C1B7}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{B776ACE8-1772-4165-8A4F-AC418316C1B7}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{B776ACE8-1772-4165-8A4F-AC418316C1B7}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{B776ACE8-1772-4165-8A4F-AC418316C1B7}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{B776ACE8-1772-4165-8A4F-AC418316C1B7}.Debug|iPhone.ActiveCfg = Debug|iPhone
{B776ACE8-1772-4165-8A4F-AC418316C1B7}.Debug|iPhone.Build.0 = Debug|iPhone
{B776ACE8-1772-4165-8A4F-AC418316C1B7}.Release|iPhone.ActiveCfg = Release|iPhone
{B776ACE8-1772-4165-8A4F-AC418316C1B7}.Release|iPhone.Build.0 = Release|iPhone
{B776ACE8-1772-4165-8A4F-AC418316C1B7}.Ad-Hoc|iPhone.ActiveCfg = Release|iPhone
{B776ACE8-1772-4165-8A4F-AC418316C1B7}.Ad-Hoc|iPhone.Build.0 = Release|iPhone
{B776ACE8-1772-4165-8A4F-AC418316C1B7}.AppStore|iPhone.ActiveCfg = Release|iPhone
{B776ACE8-1772-4165-8A4F-AC418316C1B7}.AppStore|iPhone.Build.0 = Release|iPhone
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = MapKitSearch.csproj
EndGlobalSection
EndGlobal