Subversion Repositories Projects

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

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