WeatherInformation WP8: MapPage improvements
[CSharpForFun/.git] / WindowsPhone / WP8 / WeatherInformation / WeatherInformation / WeatherInformation.csproj
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)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>10.0.20506</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{71D9693C-AF50-4D7F-AC37-811BA1F1A0D7}</ProjectGuid>
9     <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
10     <OutputType>Library</OutputType>
11     <AppDesignerFolder>Properties</AppDesignerFolder>
12     <RootNamespace>WeatherInformation</RootNamespace>
13     <AssemblyName>WeatherInformation</AssemblyName>
14     <TargetFrameworkIdentifier>WindowsPhone</TargetFrameworkIdentifier>
15     <TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
16     <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
17     <SilverlightApplication>true</SilverlightApplication>
18     <SupportedCultures>es;qps-ploc</SupportedCultures>
19     <XapOutputs>true</XapOutputs>
20     <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
21     <XapFilename>WeatherInformation_$(Configuration)_$(Platform).xap</XapFilename>
22     <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
23     <SilverlightAppEntry>WeatherInformation.App</SilverlightAppEntry>
24     <ValidateXaml>true</ValidateXaml>
25     <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
26     <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
27     <ExpressionBlendVersion>12.0.50429.0</ExpressionBlendVersion>
28   </PropertyGroup>
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
30     <DebugSymbols>true</DebugSymbols>
31     <DebugType>full</DebugType>
32     <Optimize>false</Optimize>
33     <OutputPath>Bin\Debug</OutputPath>
34     <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
35     <NoStdLib>true</NoStdLib>
36     <NoConfig>true</NoConfig>
37     <ErrorReport>prompt</ErrorReport>
38     <WarningLevel>4</WarningLevel>
39   </PropertyGroup>
40   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
41     <DebugType>pdbonly</DebugType>
42     <Optimize>true</Optimize>
43     <OutputPath>Bin\Release</OutputPath>
44     <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
45     <NoStdLib>true</NoStdLib>
46     <NoConfig>true</NoConfig>
47     <ErrorReport>prompt</ErrorReport>
48     <WarningLevel>4</WarningLevel>
49   </PropertyGroup>
50   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
51     <DebugSymbols>true</DebugSymbols>
52     <DebugType>full</DebugType>
53     <Optimize>false</Optimize>
54     <OutputPath>Bin\x86\Debug</OutputPath>
55     <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
56     <NoStdLib>true</NoStdLib>
57     <NoConfig>true</NoConfig>
58     <ErrorReport>prompt</ErrorReport>
59     <WarningLevel>4</WarningLevel>
60   </PropertyGroup>
61   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
62     <DebugType>pdbonly</DebugType>
63     <Optimize>true</Optimize>
64     <OutputPath>Bin\x86\Release</OutputPath>
65     <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
66     <NoStdLib>true</NoStdLib>
67     <NoConfig>true</NoConfig>
68     <ErrorReport>prompt</ErrorReport>
69     <WarningLevel>4</WarningLevel>
70   </PropertyGroup>
71   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|ARM' ">
72     <DebugSymbols>true</DebugSymbols>
73     <DebugType>full</DebugType>
74     <Optimize>false</Optimize>
75     <OutputPath>Bin\ARM\Debug</OutputPath>
76     <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
77     <NoStdLib>true</NoStdLib>
78     <NoConfig>true</NoConfig>
79     <ErrorReport>prompt</ErrorReport>
80     <WarningLevel>4</WarningLevel>
81   </PropertyGroup>
82   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|ARM' ">
83     <DebugType>pdbonly</DebugType>
84     <Optimize>true</Optimize>
85     <OutputPath>Bin\ARM\Release</OutputPath>
86     <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
87     <NoStdLib>true</NoStdLib>
88     <NoConfig>true</NoConfig>
89     <ErrorReport>prompt</ErrorReport>
90     <WarningLevel>4</WarningLevel>
91   </PropertyGroup>
92   <PropertyGroup Label="MultilingualAppToolkit">
93     <MultilingualAppToolkitVersion>3.0</MultilingualAppToolkitVersion>
94   </PropertyGroup>
95   <ItemGroup>
96     <Compile Include="App.xaml.cs">
97       <DependentUpon>App.xaml</DependentUpon>
98     </Compile>
99     <Compile Include="LocalizedStrings.cs" />
100     <Compile Include="MainPage.xaml.cs">
101       <DependentUpon>MainPage.xaml</DependentUpon>
102     </Compile>
103     <Compile Include="MapPage.xaml.cs">
104       <DependentUpon>MapPage.xaml</DependentUpon>
105     </Compile>
106     <Compile Include="Model\CurrentWeatherParser\Clouds.cs" />
107     <Compile Include="Model\CurrentWeatherParser\Coord.cs" />
108     <Compile Include="Model\CurrentWeatherParser\CurrentWeather.cs" />
109     <Compile Include="Model\CurrentWeatherParser\Main.cs" />
110     <Compile Include="Model\CurrentWeatherParser\Snow.cs" />
111     <Compile Include="Model\CurrentWeatherParser\Rain.cs" />
112     <Compile Include="Model\CurrentWeatherParser\Sys.cs" />
113     <Compile Include="Model\CurrentWeatherParser\Weather.cs" />
114     <Compile Include="Model\CurrentWeatherParser\Wind.cs" />
115     <Compile Include="Model\ForecastWeatherParser\City.cs" />
116     <Compile Include="Model\ForecastWeatherParser\Coord.cs" />
117     <Compile Include="Model\ForecastWeatherParser\ForecastWeather.cs" />
118     <Compile Include="Model\ForecastWeatherParser\List.cs" />
119     <Compile Include="Model\ForecastWeatherParser\Temp.cs" />
120     <Compile Include="Model\ForecastWeatherParser\Weather.cs" />
121     <Compile Include="Model\Images\RemoteImagesTranslation.cs" />
122     <Compile Include="Model\JsonDataParser\JsonParser.cs" />
123     <Compile Include="Model\Location.cs" />
124     <Compile Include="Model\LocationDataContext.cs" />
125     <Compile Include="Model\ReverseGeoCode.cs" />
126     <Compile Include="Model\WeatherData.cs" />
127     <Compile Include="Model\Services\CustomHTTPClient.cs" />
128     <Compile Include="Model\Services\ServiceParser.cs" />
129     <Compile Include="Properties\AssemblyInfo.cs" />
130     <Compile Include="Resources\AppResources.Designer.cs">
131       <AutoGen>True</AutoGen>
132       <DesignTime>True</DesignTime>
133       <DependentUpon>AppResources.resx</DependentUpon>
134     </Compile>
135     <Compile Include="SelectedDatePage.xaml.cs">
136       <DependentUpon>SelectedDatePage.xaml</DependentUpon>
137     </Compile>
138     <Compile Include="SettingsPage.xaml.cs">
139       <DependentUpon>SettingsPage.xaml</DependentUpon>
140     </Compile>
141     <Compile Include="ViewModels\ItemViewModel.cs" />
142     <Compile Include="ViewModels\MainViewModel.cs" />
143     <Compile Include="ViewModels\SelectedDateViewModel.cs" />
144     <Compile Include="ViewModels\SettingsViewModel.cs" />
145   </ItemGroup>
146   <ItemGroup>
147     <ApplicationDefinition Include="App.xaml">
148       <SubType>Designer</SubType>
149       <Generator>MSBuild:Compile</Generator>
150     </ApplicationDefinition>
151     <DesignData Include="SampleData\SelectedDateViewModelSampleData.xaml">
152       <Generator>MSBuild:MarkupCompilePass1</Generator>
153     </DesignData>
154     <Page Include="MainPage.xaml">
155       <SubType>Designer</SubType>
156       <Generator>MSBuild:Compile</Generator>
157     </Page>
158     <DesignData Include="SampleData\MainViewModelSampleData.xaml">
159       <Generator>MSBuild:Compile</Generator>
160       <SubType>Designer</SubType>
161     </DesignData>
162     <Page Include="MapPage.xaml">
163       <SubType>Designer</SubType>
164       <Generator>MSBuild:Compile</Generator>
165     </Page>
166     <Page Include="SelectedDatePage.xaml">
167       <SubType>Designer</SubType>
168       <Generator>MSBuild:Compile</Generator>
169     </Page>
170     <Page Include="SettingsPage.xaml">
171       <SubType>Designer</SubType>
172       <Generator>MSBuild:Compile</Generator>
173     </Page>
174   </ItemGroup>
175   <ItemGroup>
176     <None Include="packages.config" />
177     <None Include="Properties\AppManifest.xml" />
178     <None Include="Properties\WMAppManifest.xml">
179       <SubType>Designer</SubType>
180     </None>
181   </ItemGroup>
182   <ItemGroup>
183     <Content Include="Assets\AlignmentGrid.png" />
184     <Content Include="Assets\ApplicationIcon.png">
185       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
186     </Content>
187     <Content Include="Assets\Tiles\FlipCycleTileLarge.png">
188       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
189     </Content>
190     <Content Include="Assets\Tiles\FlipCycleTileMedium.png">
191       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
192     </Content>
193     <Content Include="Assets\Tiles\FlipCycleTileSmall.png">
194       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
195     </Content>
196     <Content Include="Assets\Tiles\IconicTileMediumLarge.png">
197       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
198     </Content>
199     <Content Include="Assets\Tiles\IconicTileSmall.png">
200       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
201     </Content>
202     <Content Include="Images\add.png" />
203     <Content Include="Images\feature.settings.png" />
204     <Content Include="Images\weather_clear.png" />
205     <Content Include="Images\weather_clear_night.png" />
206     <Content Include="Images\weather_few_clouds.png" />
207     <Content Include="Images\weather_few_clouds_night.png" />
208     <Content Include="Images\weather_fog.png" />
209     <Content Include="Images\weather_overcast.png" />
210     <Content Include="Images\weather_severe_alert.png" />
211     <Content Include="Images\weather_showers.png" />
212     <Content Include="Images\weather_showers_scattered.png" />
213     <Content Include="Images\weather_snow.png" />
214     <Content Include="Images\weather_storm.png" />
215     <Content Include="README_FIRST.txt" />
216     <Content Include="Toolkit.Content\ApplicationBar.Add.png" />
217     <Content Include="Toolkit.Content\ApplicationBar.Cancel.png" />
218     <Content Include="Toolkit.Content\ApplicationBar.Check.png" />
219     <Content Include="Toolkit.Content\ApplicationBar.Delete.png" />
220     <Content Include="Toolkit.Content\ApplicationBar.Select.png" />
221   </ItemGroup>
222   <ItemGroup>
223     <EmbeddedResource Include="Resources\AppResources.es.resx">
224       <AutoGen>True</AutoGen>
225       <DesignTime>True</DesignTime>
226       <DependentUpon>AppResources.es.xlf</DependentUpon>
227       <culture>es</culture>
228     </EmbeddedResource>
229     <EmbeddedResource Include="Resources\AppResources.qps-ploc.resx">
230       <AutoGen>True</AutoGen>
231       <DesignTime>True</DesignTime>
232       <DependentUpon>AppResources.qps-ploc.xlf</DependentUpon>
233       <culture>qps-ploc</culture>
234     </EmbeddedResource>
235     <EmbeddedResource Include="Resources\AppResources.resx">
236       <Generator>PublicResXFileCodeGenerator</Generator>
237       <LastGenOutput>AppResources.Designer.cs</LastGenOutput>
238     </EmbeddedResource>
239   </ItemGroup>
240   <ItemGroup>
241     <Reference Include="Microsoft.Phone.Controls, Version=8.0.0.0, Culture=neutral, PublicKeyToken=24eec0d8c86cda1e, processorArchitecture=MSIL" />
242     <Reference Include="Microsoft.Phone.Controls.Toolkit">
243       <HintPath>..\packages\WPtoolkit.4.2013.08.16\lib\wp8\Microsoft.Phone.Controls.Toolkit.dll</HintPath>
244     </Reference>
245     <Reference Include="Newtonsoft.Json">
246       <HintPath>..\packages\Newtonsoft.Json.6.0.3\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
247     </Reference>
248     <Reference Include="System.Net.Http">
249       <HintPath>..\packages\Microsoft.Net.Http.2.2.22\lib\sl4-windowsphone71\System.Net.Http.dll</HintPath>
250     </Reference>
251     <Reference Include="System.Net.Http.Extensions">
252       <HintPath>..\packages\Microsoft.Net.Http.2.2.22\lib\sl4-windowsphone71\System.Net.Http.Extensions.dll</HintPath>
253     </Reference>
254     <Reference Include="System.Net.Http.Primitives">
255       <HintPath>..\packages\Microsoft.Net.Http.2.2.22\lib\sl4-windowsphone71\System.Net.Http.Primitives.dll</HintPath>
256     </Reference>
257   </ItemGroup>
258   <ItemGroup>
259     <XliffResource Include="Resources\AppResources.es.xlf">
260       <Generator>XliffResxGenerator</Generator>
261       <LastGenOutput>AppResources.es.resx</LastGenOutput>
262     </XliffResource>
263     <XliffResource Include="Resources\AppResources.qps-ploc.xlf">
264       <Generator>XliffResxGenerator</Generator>
265       <LastGenOutput>AppResources.qps-ploc.resx</LastGenOutput>
266     </XliffResource>
267   </ItemGroup>
268   <ItemGroup />
269   <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" />
270   <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" />
271   <Import Project="$(MSBuildExtensionsPath)\Microsoft\Multilingual App Toolkit\Microsoft.Multilingual.ResxResources.targets" Label="MultilingualAppToolkit" />
272   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
273        Other similar extension points exist, see Microsoft.Common.targets.
274   <Target Name="BeforeBuild">
275   </Target>
276   <Target Name="AfterBuild">
277   </Target>
278   -->
279   <ProjectExtensions />
280   <Import Project="..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
281   <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''">
282     <Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword="BCLBUILD2001" />
283     <Error Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" />
284   </Target>
285 </Project>