Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2498 - 1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <PropertyGroup>
4
    <Configuration Condition=" '$(Configuration)' == '' ">v4.0-Release</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
    <ProductVersion>9.0.30729</ProductVersion>
7
    <SchemaVersion>2.0</SchemaVersion>
8
    <ProjectGuid>{D0C39D9D-BED0-418B-9A5E-713176CAF40C}</ProjectGuid>
9
    <OutputType>Library</OutputType>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
    <RootNamespace>GMap.NET</RootNamespace>
12
    <AssemblyName>GMap.NET.Core</AssemblyName>
13
    <FileAlignment>512</FileAlignment>
14
    <SignAssembly>true</SignAssembly>
15
    <AssemblyOriginatorKeyFile>sn.snk</AssemblyOriginatorKeyFile>
16
    <FileUpgradeFlags>
17
    </FileUpgradeFlags>
18
    <OldToolsVersion>3.5</OldToolsVersion>
19
    <UpgradeBackupLocation />
20
    <PublishUrl>publish\</PublishUrl>
21
    <Install>true</Install>
22
    <InstallFrom>Disk</InstallFrom>
23
    <UpdateEnabled>false</UpdateEnabled>
24
    <UpdateMode>Foreground</UpdateMode>
25
    <UpdateInterval>7</UpdateInterval>
26
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
27
    <UpdatePeriodically>false</UpdatePeriodically>
28
    <UpdateRequired>false</UpdateRequired>
29
    <MapFileExtensions>true</MapFileExtensions>
30
    <ApplicationRevision>0</ApplicationRevision>
31
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
32
    <IsWebBootstrapper>false</IsWebBootstrapper>
33
    <UseApplicationTrust>false</UseApplicationTrust>
34
    <BootstrapperEnabled>true</BootstrapperEnabled>
35
    <TargetFrameworkSubset>
36
    </TargetFrameworkSubset>
37
    <NoWin32Manifest>False</NoWin32Manifest>
38
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
39
    <NoStdLib>False</NoStdLib>
40
    <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
41
    <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
42
    <WarningLevel>4</WarningLevel>
43
    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
44
    <TargetFrameworkProfile />
45
  </PropertyGroup>
46
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
47
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
48
    <DebugSymbols>true</DebugSymbols>
49
    <OutputPath>bin\Debug\</OutputPath>
50
    <DefineConstants>TRACE;DEBUG;MONO_disabled; MySQL_disabled; PostgreSQL_disabled; SQLite</DefineConstants>
51
    <DebugType>Full</DebugType>
52
    <PlatformTarget>AnyCPU</PlatformTarget>
53
    <CodeAnalysisLogFile>bin\x86\Debug\GMap.NET.Core.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
54
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
55
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
56
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
57
    <ErrorReport>prompt</ErrorReport>
58
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
59
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
60
    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
61
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
62
    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
63
    <Prefer32Bit>false</Prefer32Bit>
64
  </PropertyGroup>
65
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
66
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
67
    <OutputPath>bin\Release\</OutputPath>
68
    <DefineConstants>TRACE;MONO_disabled; MySQL_disabled; PostgreSQL_disabled; SQLite</DefineConstants>
69
    <PlatformTarget>AnyCPU</PlatformTarget>
70
    <CodeAnalysisLogFile>bin\x86\Release\GMap.NET.Core.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
71
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
72
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
73
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
74
    <ErrorReport>prompt</ErrorReport>
75
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
76
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
77
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
78
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
79
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
80
    <Prefer32Bit>false</Prefer32Bit>
81
  </PropertyGroup>
82
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
83
    <Optimize>true</Optimize>
84
  </PropertyGroup>
85
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
86
    <Optimize>False</Optimize>
87
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
88
    <BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
89
  </PropertyGroup>
90
  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
91
    <BaseAddress>4194304</BaseAddress>
92
    <RegisterForComInterop>False</RegisterForComInterop>
93
  </PropertyGroup>
94
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'v4.0-Debug|AnyCPU'">
95
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
96
    <DebugSymbols>true</DebugSymbols>
97
    <OutputPath>bin\v4.0-Debug\</OutputPath>
98
    <DefineConstants>NET40;TRACE;DEBUG;SQLite;MONO_disabled;MySQL_disabled;PostgreSQL_disabled</DefineConstants>
99
    <DebugType>Full</DebugType>
100
    <PlatformTarget>AnyCPU</PlatformTarget>
101
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
102
    <ErrorReport>prompt</ErrorReport>
103
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
104
    <Prefer32Bit>false</Prefer32Bit>
105
  </PropertyGroup>
106
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'v4.0-Release|AnyCPU'">
107
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
108
    <OutputPath>bin\v4.0-Release\</OutputPath>
109
    <DefineConstants>NET40;TRACE;SQLite;MONO_disabled;MySQL_disabled;PostgreSQL_disabled</DefineConstants>
110
    <Optimize>true</Optimize>
111
    <PlatformTarget>AnyCPU</PlatformTarget>
112
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
113
    <ErrorReport>prompt</ErrorReport>
114
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
115
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
116
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
117
    <Prefer32Bit>false</Prefer32Bit>
118
  </PropertyGroup>
119
  <PropertyGroup Condition=" '$(TargetFrameworkVersion)' == 'v2.0' ">
120
    <TargetFrameworkVersionNumber>2.0</TargetFrameworkVersionNumber>
121
  </PropertyGroup>
122
  <PropertyGroup Condition=" '$(TargetFrameworkVersion)' == 'v3.0' ">
123
    <TargetFrameworkVersionNumber>3.0</TargetFrameworkVersionNumber>
124
  </PropertyGroup>
125
  <PropertyGroup Condition=" '$(TargetFrameworkVersion)' == 'v3.5' ">
126
    <TargetFrameworkVersionNumber>3.5</TargetFrameworkVersionNumber>
127
  </PropertyGroup>
128
  <PropertyGroup Condition=" '$(TargetFrameworkVersion)' == 'v4.0' ">
129
    <TargetFrameworkVersionNumber>4.0</TargetFrameworkVersionNumber>
130
  </PropertyGroup>
131
  <PropertyGroup Condition=" '$(TargetFrameworkVersion)' == 'v4.5' ">
132
    <TargetFrameworkVersionNumber>4.5</TargetFrameworkVersionNumber>
133
  </PropertyGroup>
134
  <PropertyGroup Condition=" '$(TargetFrameworkVersion)' == 'v4.6' ">
135
    <TargetFrameworkVersionNumber>4.6</TargetFrameworkVersionNumber>
136
  </PropertyGroup>
137
  <PropertyGroup Condition=" '$(TargetFrameworkVersion)' == 'v5.0' ">
138
    <TargetFrameworkVersionNumber>5.0</TargetFrameworkVersionNumber>
139
  </PropertyGroup>
140
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
141
    <DebugSymbols>true</DebugSymbols>
142
    <OutputPath>bin\x86\Debug\</OutputPath>
143
    <DefineConstants>TRACE;DEBUG;MONO_disabled; MySQL_disabled; PostgreSQL_disabled; SQLite</DefineConstants>
144
    <DebugType>Full</DebugType>
145
    <PlatformTarget>x86</PlatformTarget>
146
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
147
    <ErrorReport>prompt</ErrorReport>
148
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
149
    <Prefer32Bit>false</Prefer32Bit>
150
  </PropertyGroup>
151
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
152
    <OutputPath>bin\x86\Release\</OutputPath>
153
    <DefineConstants>TRACE;MONO_disabled; MySQL_disabled; PostgreSQL_disabled; SQLite</DefineConstants>
154
    <Optimize>true</Optimize>
155
    <PlatformTarget>x86</PlatformTarget>
156
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
157
    <ErrorReport>prompt</ErrorReport>
158
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
159
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
160
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
161
    <Prefer32Bit>false</Prefer32Bit>
162
  </PropertyGroup>
163
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'v4.0-Debug|x86'">
164
    <DebugSymbols>true</DebugSymbols>
165
    <OutputPath>bin\x86\v4.0-Debug\</OutputPath>
166
    <DefineConstants>NET40;TRACE;DEBUG;SQLite;MONO_disabled;MySQL_disabled;PostgreSQL_disabled</DefineConstants>
167
    <DebugType>Full</DebugType>
168
    <PlatformTarget>x86</PlatformTarget>
169
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
170
    <ErrorReport>prompt</ErrorReport>
171
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
172
    <Prefer32Bit>false</Prefer32Bit>
173
  </PropertyGroup>
174
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'v4.0-Release|x86'">
175
    <OutputPath>bin\x86\v4.0-Release\</OutputPath>
176
    <DefineConstants>NET40;TRACE;SQLite;MONO_disabled;MySQL_disabled;PostgreSQL_disabled</DefineConstants>
177
    <Optimize>true</Optimize>
178
    <PlatformTarget>x86</PlatformTarget>
179
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
180
    <ErrorReport>prompt</ErrorReport>
181
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
182
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
183
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
184
    <Prefer32Bit>false</Prefer32Bit>
185
  </PropertyGroup>
186
  <Choose>
187
    <When Condition=" '$(TargetFrameworkVersionNumber)' == '4.0' ">
188
      <ItemGroup>
189
        <Reference Include="Mono.Data.Sqlite">
190
          <HintPath>..\References\Windows\NET4\Mono.Data.Sqlite.dll</HintPath>
191
          <Private>False</Private>
192
        </Reference>
193
        <Reference Include="System.Data.SQLite">
194
          <HintPath>..\References\Windows\NET4\System.Data.SQLite.DLL</HintPath>
195
          <SpecificVersion>False</SpecificVersion>
196
          <Private>False</Private>
197
        </Reference>
198
        <Reference Include="Npgsql">
199
          <HintPath>..\References\Windows\NET4\Npgsql.dll</HintPath>
200
          <Private>False</Private>
201
        </Reference>
202
        <Reference Include="Mono.Security">
203
          <HintPath>..\References\Windows\NET4\Mono.Security.dll</HintPath>
204
          <Private>False</Private>
205
        </Reference>
206
        <Reference Include="MySql.Data">
207
          <HintPath>..\References\Windows\NET4\MySql.Data.dll</HintPath>
208
          <SpecificVersion>False</SpecificVersion>
209
          <Private>False</Private>
210
        </Reference>
211
      </ItemGroup>
212
    </When>
213
    <Otherwise>
214
      <ItemGroup>
215
        <Reference Include="Mono.Data.Sqlite">
216
          <HintPath>..\References\Windows\Mono.Data.Sqlite.dll</HintPath>
217
          <Private>False</Private>
218
        </Reference>
219
        <Reference Include="System.Data.SQLite">
220
          <HintPath>..\References\Windows\System.Data.SQLite.DLL</HintPath>
221
          <SpecificVersion>False</SpecificVersion>
222
          <Private>False</Private>
223
        </Reference>
224
        <Reference Include="Npgsql">
225
          <HintPath>..\References\Windows\Npgsql.dll</HintPath>
226
          <Private>False</Private>
227
        </Reference>
228
        <Reference Include="Mono.Security">
229
          <HintPath>..\References\Windows\Mono.Security.dll</HintPath>
230
          <Private>False</Private>
231
        </Reference>
232
        <Reference Include="MySql.Data">
233
          <HintPath>..\References\Windows\MySql.Data.dll</HintPath>
234
          <SpecificVersion>False</SpecificVersion>
235
          <Private>False</Private>
236
        </Reference>
237
      </ItemGroup>
238
    </Otherwise>
239
  </Choose>
240
  <ItemGroup>
241
    <Reference Include="System" />
242
    <Reference Include="System.Data">
243
      <Private>False</Private>
244
    </Reference>
245
    <Reference Include="System.Data.SqlServerCe">
246
      <SpecificVersion>False</SpecificVersion>
247
      <Private>False</Private>
248
    </Reference>
249
    <Reference Include="System.EnterpriseServices" />
250
    <Reference Include="System.Web.Services" />
251
    <Reference Include="System.XML" />
252
  </ItemGroup>
253
  <ItemGroup>
254
    <Compile Include="GMap.NET.CacheProviders\MemoryCache.cs" />
255
    <Compile Include="GMap.NET.Internals\SocksProxySocket\SocksHttpWebRequest.cs" />
256
    <Compile Include="GMap.NET.Internals\DrawTile.cs" />
257
    <Compile Include="GMap.NET.Internals\FastResourceLock.cs" />
258
    <Compile Include="GMap.NET.Internals\SocksProxySocket\AuthMethod.cs" />
259
    <Compile Include="GMap.NET.Internals\SocksProxySocket\AuthNone.cs" />
260
    <Compile Include="GMap.NET.Internals\SocksProxySocket\AuthUserPass.cs" />
261
    <Compile Include="GMap.NET.Internals\SocksProxySocket\IAsyncProxyResult.cs" />
262
    <Compile Include="GMap.NET.Internals\SocksProxySocket\ProxyException.cs" />
263
    <Compile Include="GMap.NET.Internals\SocksProxySocket\ProxySocket.cs" />
264
    <Compile Include="GMap.NET.Internals\SocksProxySocket\Socks4Handler.cs" />
265
    <Compile Include="GMap.NET.Internals\SocksProxySocket\Socks5Handler.cs" />
266
    <Compile Include="GMap.NET.Internals\SocksProxySocket\SocksHandler.cs" />
267
    <Compile Include="GMap.NET.Internals\TileHttpHost.cs" />
268
    <Compile Include="GMap.NET.MapProviders\ArcGIS\ArcGIS_DarbAE_Q2_2011_NAVTQ_Eng_V5_MapProvider.cs" />
269
    <Compile Include="GMap.NET.MapProviders\Bing\BingMapProvider.cs" />
270
    <Compile Include="GMap.NET.MapProviders\Bing\BingSatelliteMapProvider.cs" />
271
    <Compile Include="GMap.NET.MapProviders\Bing\BingHybridMapProvider.cs" />
272
    <Compile Include="GMap.NET.MapProviders\ArcGIS\ArcGIS_StreetMap_World_2D_MapProvider.cs" />
273
    <Compile Include="GMap.NET.MapProviders\ArcGIS\ArcGIS_Imagery_World_2D_MapProvider.cs" />
274
    <Compile Include="GMap.NET.MapProviders\ArcGIS\ArcGIS_ShadedRelief_World_2D_MapProvider.cs" />
275
    <Compile Include="GMap.NET.MapProviders\ArcGIS\ArcGIS_Topo_US_2D_MapProvider.cs" />
276
    <Compile Include="GMap.NET.MapProviders\ArcGIS\ArcGIS_World_Physical_MapProvider.cs" />
277
    <Compile Include="GMap.NET.MapProviders\ArcGIS\ArcGIS_World_Shaded_Relief_MapProvider.cs" />
278
    <Compile Include="GMap.NET.MapProviders\ArcGIS\ArcGIS_World_Street_MapProvider.cs" />
279
    <Compile Include="GMap.NET.MapProviders\ArcGIS\ArcGIS_World_Terrain_Base_MapProvider.cs" />
280
    <Compile Include="GMap.NET.MapProviders\ArcGIS\ArcGIS_World_Topo_MapProvider.cs" />
281
    <Compile Include="GMap.NET.MapProviders\Czech\CzechGeographicMapProvider.cs" />
282
    <Compile Include="GMap.NET.MapProviders\Czech\CzechHistoryMapProvider.cs" />
283
    <Compile Include="GMap.NET.MapProviders\Czech\CzechHybridMapProvider.cs" />
284
    <Compile Include="GMap.NET.MapProviders\Czech\CzechMapProvider.cs" />
285
    <Compile Include="GMap.NET.MapProviders\Czech\CzechSatelliteMapProvider.cs" />
286
    <Compile Include="GMap.NET.MapProviders\Czech\CzechTuristMapProvider.cs" />
287
    <Compile Include="GMap.NET.MapProviders\Czech\CzechTuristWinterMapProvider.cs" />
288
    <Compile Include="GMap.NET.MapProviders\Etc\CloudMadeMapProvider.cs" />
289
    <Compile Include="GMap.NET.MapProviders\Etc\SwedenMapProvider.cs" />
290
    <Compile Include="GMap.NET.MapProviders\Etc\WikiMapiaMapProvider.cs" />
291
    <Compile Include="GMap.NET.MapProviders\CzechOld\CzechHistoryMapProvider.cs" />
292
    <Compile Include="GMap.NET.MapProviders\CzechOld\CzechHybridMapProvider.cs" />
293
    <Compile Include="GMap.NET.MapProviders\CzechOld\CzechSatelliteMapProvider.cs" />
294
    <Compile Include="GMap.NET.MapProviders\CzechOld\CzechTuristMapProvider.cs" />
295
    <Compile Include="GMap.NET.MapProviders\CzechOld\CzechMapProvider.cs" />
296
    <Compile Include="GMap.NET.MapProviders\Etc\TurkeyMapProvider.cs" />
297
    <Compile Include="GMap.NET.MapProviders\Etc\MapBenderWMSProvider.cs" />
298
    <Compile Include="GMap.NET.MapProviders\Etc\SpainMapProvider.cs" />
299
    <Compile Include="GMap.NET.MapProviders\Etc\LatviaMapProvider.cs" />
300
    <Compile Include="GMap.NET.MapProviders\Lithuania\LithuaniaReliefMapProvider.cs" />
301
    <Compile Include="GMap.NET.MapProviders\Lithuania\LithuaniaHybridOldMapProvider.cs" />
302
    <Compile Include="GMap.NET.MapProviders\Lithuania\LithuaniaHybridMapProvider.cs" />
303
    <Compile Include="GMap.NET.MapProviders\Lithuania\LithuaniaOrtoFotoOldMapProvider.cs" />
304
    <Compile Include="GMap.NET.MapProviders\Lithuania\LithuaniaOrtoFotoMapProvider.cs" />
305
    <Compile Include="GMap.NET.MapProviders\Lithuania\Lithuania3dMapProvider.cs" />
306
    <Compile Include="GMap.NET.MapProviders\Lithuania\LithuaniaMapProvider.cs" />
307
    <Compile Include="GMap.NET.MapProviders\Lithuania\LithuaniaTOP50.cs" />
308
    <Compile Include="GMap.NET.MapProviders\OpenStreetMap\OpenStreet4UMapProvider.cs" />
309
    <Compile Include="GMap.NET.MapProviders\OpenStreetMap\OpenStreetMapQuestSatteliteProvider.cs" />
310
    <Compile Include="GMap.NET.MapProviders\OpenStreetMap\OpenStreetMapQuestHybridProvider.cs" />
311
    <Compile Include="GMap.NET.MapProviders\OpenStreetMap\OpenStreetMapQuestProvider.cs" />
312
    <Compile Include="GMap.NET.MapProviders\OpenStreetMap\OpenCycleTransportMapProvider.cs" />
313
    <Compile Include="GMap.NET.MapProviders\OpenStreetMap\OpenCycleLandscapeMapProvider.cs" />
314
    <Compile Include="GMap.NET.MapProviders\Yandex\YandexHybridMapProvider.cs" />
315
    <Compile Include="GMap.NET.MapProviders\Yandex\YandexSatelliteMapProvider.cs" />
316
    <Compile Include="GMap.NET.MapProviders\Yandex\YandexMapProvider.cs" />
317
    <Compile Include="GMap.NET.MapProviders\Ovi\OviHybridMapProvider.cs" />
318
    <Compile Include="GMap.NET.MapProviders\Ovi\OviTerrainMapProvider.cs" />
319
    <Compile Include="GMap.NET.MapProviders\Ovi\OviSatelliteMapProvider.cs" />
320
    <Compile Include="GMap.NET.MapProviders\Ovi\OviMapProvider.cs" />
321
    <Compile Include="GMap.NET.MapProviders\NearMap\NearHybridMapProvider.cs" />
322
    <Compile Include="GMap.NET.MapProviders\NearMap\NearSatelliteMapProvider.cs" />
323
    <Compile Include="GMap.NET.MapProviders\NearMap\NearMapProvider.cs" />
324
    <Compile Include="GMap.NET.MapProviders\Google\Korea\GoogleKoreaHybridMapProvider.cs" />
325
    <Compile Include="GMap.NET.MapProviders\Google\Korea\GoogleKoreaSatelliteMapProvider.cs" />
326
    <Compile Include="GMap.NET.MapProviders\Google\Korea\GoogleKoreaMapProvider.cs" />
327
    <Compile Include="GMap.NET.MapProviders\Google\China\GoogleChinaTerrainMapProvider.cs" />
328
    <Compile Include="GMap.NET.MapProviders\Google\China\GoogleChinaHybridMapProvider.cs" />
329
    <Compile Include="GMap.NET.MapProviders\Google\China\GoogleChinaSatelliteMapProvider.cs" />
330
    <Compile Include="GMap.NET.MapProviders\Google\China\GoogleChinaMapProvider.cs" />
331
    <Compile Include="GMap.NET.MapProviders\Google\GoogleTerrainMapProvider.cs" />
332
    <Compile Include="GMap.NET.MapProviders\Google\GoogleHybridMapProvider.cs" />
333
    <Compile Include="GMap.NET.MapProviders\Google\GoogleSatelliteMapProvider.cs" />
334
    <Compile Include="GMap.NET.MapProviders\Google\GoogleMapProvider.cs" />
335
    <Compile Include="GMap.NET.MapProviders\Yahoo\YahooHybridMapProvider.cs" />
336
    <Compile Include="GMap.NET.MapProviders\Yahoo\YahooSatelliteMapProvider.cs" />
337
    <Compile Include="GMap.NET.MapProviders\Yahoo\YahooMapProvider.cs" />
338
    <Compile Include="GMap.NET.MapProviders\OpenStreetMap\OpenSeaMapHybridProvider.cs" />
339
    <Compile Include="GMap.NET.MapProviders\OpenStreetMap\OpenCycleMapProvider.cs" />
340
    <Compile Include="GMap.NET.MapProviders\OpenStreetMap\OpenStreetMapSurferTerrainProvider.cs" />
341
    <Compile Include="GMap.NET.MapProviders\OpenStreetMap\OpenStreetMapSurferProvider.cs" />
342
    <Compile Include="GMap.NET.MapProviders\OpenStreetMap\OpenStreetOsmProvider.cs" />
343
    <Compile Include="GMap.NET.MapProviders\OpenStreetMap\OpenStreetMapProvider.cs" />
344
    <Compile Include="GMap.NET.MapProviders\GMapProvider.cs" />
345
    <Compile Include="GMap.NET.Projections\SWEREF99_TMProjection.cs" />
346
    <Compile Include="GMap.NET.Projections\MapsLTReliefProjection.cs" />
347
    <Compile Include="GMap.NET.Projections\PlateCarreeProjectionDarbAe.cs" />
348
    <Compile Include="GMap.NET\GDirections.cs" />
349
    <Compile Include="GMap.NET\DirectionsProvider.cs" />
350
    <Compile Include="GMap.NET\GeocodingProvider.cs" />
351
    <Compile Include="GMap.NET\RoutingProvider.cs" />
352
    <Compile Include="GMap.NET\ZipStorer.cs" />
353
    <Compile Include="Properties\VersionInfo.cs" />
354
    <Compile Include="GMap.NET.CacheProviders\MsSQLCePureImageCache.cs" />
355
    <Compile Include="GMap.NET.CacheProviders\PostgreSQLPureImageCache.cs" />
356
    <Compile Include="GMap.NET.CacheProviders\SQLitePureImageCache.cs" />
357
    <Compile Include="GMap.NET.Internals\CacheQueueItem.cs" />
358
    <Compile Include="GMap.NET.Internals\FastReaderWriterLock.cs" />
359
    <Compile Include="GMap.NET.Internals\KiberTileCache.cs" />
360
    <Compile Include="GMap.NET.Internals\PureImage.cs" />
361
    <Compile Include="GMap.NET.Internals\LoadTask.cs" />
362
    <Compile Include="GMap.NET.Internals\RawTile.cs" />
363
    <Compile Include="GMap.NET.Projections\MapsLVProjection.cs">
364
      <SubType>Code</SubType>
365
    </Compile>
366
    <Compile Include="GMap.NET.Projections\MapyCZProjection.cs" />
367
    <Compile Include="GMap.NET.Projections\MercatorProjectionYandex.cs" />
368
    <Compile Include="GMap.NET.Projections\PlateCarreeProjectionPergo.cs" />
369
    <Compile Include="GMap.NET.Projections\MapsLTProjection.cs" />
370
    <Compile Include="GMap.NET.Projections\MercatorProjection.cs" />
371
    <Compile Include="GMap.NET.Projections\PlateCarreeProjection.cs" />
372
    <Compile Include="GMap.NET\Extensions.cs" />
373
    <Compile Include="GMap.NET\StatusCodes.cs" />
374
    <Compile Include="GMap.NET.CacheProviders\MySQLPureImageCache.cs" />
375
    <Compile Include="GMap.NET\GpsLog.cs" />
376
    <Compile Include="GMap.NET\gpx.cs" />
377
    <Compile Include="GMap.NET\LanguageType.cs" />
378
    <Compile Include="GMap.NET\PureProjection.cs" />
379
    <Compile Include="GMap.NET\Interface.cs" />
380
    <Compile Include="GMap.NET\AccessMode.cs" />
381
    <Compile Include="GMap.NET\Delegates.cs" />
382
    <Compile Include="GMap.NET\MapRoute.cs" />
383
    <None Include="GMap.NET\MapType.cs" />
384
    <Compile Include="GMap.NET.CacheProviders\MsSQLPureImageCache.cs" />
385
    <Compile Include="GMap.NET\GPoint.cs" />
386
    <Compile Include="GMap.NET\PureImageCache.cs" />
387
    <Compile Include="GMap.NET\GRect.cs" />
388
    <Compile Include="GMap.NET\Singleton.cs" />
389
    <Compile Include="GMap.NET\MouseWheelZoomType.cs" />
390
    <Compile Include="Properties\AssemblyInfo.cs" />
391
    <Compile Include="Properties\Resources.Designer.cs">
392
      <DependentUpon>Resources.resx</DependentUpon>
393
      <AutoGen>True</AutoGen>
394
      <DesignTime>True</DesignTime>
395
    </Compile>
396
    <Compile Include="GMap.NET.Internals\Cache.cs" />
397
    <Compile Include="GMap.NET.Internals\Core.cs" />
398
    <Compile Include="GMap.NET.Internals\Tile.cs" />
399
    <Compile Include="GMap.NET.Internals\TileMatrix.cs" />
400
    <Compile Include="GMap.NET\GMaps.cs" />
401
    <Compile Include="GMap.NET\Placemark.cs" />
402
    <Compile Include="GMap.NET\PointLatLng.cs" />
403
    <Compile Include="GMap.NET\RectLatLng.cs" />
404
    <Compile Include="GMap.NET\RenderMode.cs" />
405
    <Compile Include="GMap.NET\GSize.cs" />
406
    <Compile Include="GMap.NET\SizeLatLng.cs" />
407
    <Compile Include="GMap.NET.Internals\Stuff.cs" />
408
    <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
409
  </ItemGroup>
410
  <ItemGroup>
411
    <EmbeddedResource Include="Properties\Resources.resx">
412
      <Generator>ResXFileCodeGenerator</Generator>
413
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
414
      <SubType>Designer</SubType>
415
    </EmbeddedResource>
416
  </ItemGroup>
417
  <ItemGroup>
418
    <None Include="Resources\System.Data.SQLite.x64.NET2.dll.gz" />
419
    <None Include="Resources\System.Data.SQLite.x64.NET4.dll.gz" />
420
    <None Include="Resources\System.Data.SQLite.x86.NET2.dll.gz" />
421
    <None Include="Resources\System.Data.SQLite.x86.NET4.dll.gz" />
422
    <None Include="sn.snk" />
423
  </ItemGroup>
424
  <ItemGroup>
425
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
426
      <Visible>False</Visible>
427
      <ProductName>.NET Framework 3.5 SP1</ProductName>
428
      <Install>true</Install>
429
    </BootstrapperPackage>
430
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
431
      <Visible>False</Visible>
432
      <ProductName>Windows Installer 3.1</ProductName>
433
      <Install>true</Install>
434
    </BootstrapperPackage>
435
  </ItemGroup>
436
  <ItemGroup>
437
    <WebReferences Include="Web References\" />
438
  </ItemGroup>
439
  <ItemGroup />
440
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
441
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
442
       Other similar extension points exist, see Microsoft.Common.targets.
443
  <Target Name="BeforeBuild">
444
  </Target>
445
  <Target Name="AfterBuild">
446
  </Target>
447
  -->
448
</Project>