This repository has been archived by the owner on Sep 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 91
/
Copy pathOsmSharp.iOS.UI.Classic.csproj
93 lines (93 loc) · 4.45 KB
/
OsmSharp.iOS.UI.Classic.csproj
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{FC72E8BF-3DAF-4265-A693-E988F923C7DC}</ProjectGuid>
<ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<RootNamespace>OsmSharp.iOS.UI</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>OsmSharp.iOS.UI</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\OutputiOS</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\OutputiOS</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="OsmSharp, Version=1.3.0.119, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\OsmSharp.Core.1.3.0-rc1-0119\lib\portable-net403+sl50+win+wp80+Xamarin.iOS10+MonoAndroid10+MonoTouch10\OsmSharp.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="OsmSharp.Osm, Version=1.3.0.119, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\OsmSharp.Core.1.3.0-rc1-0119\lib\portable-net403+sl50+win+wp80+Xamarin.iOS10+MonoAndroid10+MonoTouch10\OsmSharp.Osm.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="monotouch" />
<Reference Include="Mono.Data.Sqlite" />
<Reference Include="System.Data" />
<Reference Include="protobuf-net, Version=2.0.0.668, Culture=neutral, PublicKeyToken=257b51d87d2e4d67">
<HintPath>..\packages\protobuf-net.2.0.0.668\lib\portable-sl4+net40+wp7+windows8\protobuf-net.dll</HintPath>
</Reference>
<Reference Include="Zlib.Portable, Version=1.9.1.9000, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Zlib.Portable.1.9.2\lib\portable-net4+sl4+wp71+win8\Zlib.Portable.dll</HintPath>
</Reference>
<Reference Include="OsmSharp.Routing">
<HintPath>..\packages\OsmSharp.Routing.0.0.0.17-beta\lib\portable-net40+sl4+win8+wp7\OsmSharp.Routing.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" />
<ItemGroup>
<Compile Include="Data\SQLite\SQLite.cs" />
<Compile Include="IO\Web\NativeHttpWebRequest.cs" />
<Compile Include="IO\Web\NativeHttpWebResponse.cs" />
<Compile Include="Renderer\CGContextRenderer.cs" />
<Compile Include="Renderer\CGContextWrapper.cs" />
<Compile Include="Log\TextViewTraceListener.cs" />
<Compile Include="Log\ConsoleTraceListener.cs" />
<Compile Include="Renderer\Images\NativeImage.cs" />
<Compile Include="Renderer\Images\NativeImageCache.cs" />
<Compile Include="Data\SQLite\SQLiteConnection.cs" />
<Compile Include="Controls\IMapControlHost.cs" />
<Compile Include="Controls\MapControl.cs" />
<Compile Include="Markers\MapMarker.cs" />
<Compile Include="Controls\MapControlAlignmentType.cs" />
<Compile Include="MapView.cs" />
<Compile Include="Native.cs" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Images\layers.png" />
<BundleResource Include="Images\layers%402x.png" />
<BundleResource Include="Images\marker-and-shadow%402x.png" />
<BundleResource Include="Images\marker-and-shadow.png" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OsmSharp.UI\OsmSharp.UI.csproj">
<Project>{1524C255-2EE5-4C0C-A64C-56CE39A062E3}</Project>
<Name>OsmSharp.UI</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
</Project>