offline images

friends list / select
friend distance
This commit is contained in:
2011-04-05 00:40:21 +03:00
parent f79ee0adc2
commit bf599907dc
23 changed files with 1099 additions and 348 deletions
@@ -157,6 +157,7 @@
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
</Compile>
<Compile Include="Helpers\Converters\MyImageConverter.cs" />
<Compile Include="Helpers\Navigation\IPageNavigation.cs" />
<Compile Include="Helpers\Navigation\PageNavigation.cs" />
<Compile Include="Service\ILocationService.cs" />
@@ -165,6 +166,8 @@
<Compile Include="Service\LocationService.cs" />
<Compile Include="Service\LocationStatusEventArgs.cs" />
<Compile Include="Utils\ApplicationExtensions.cs" />
<Compile Include="Utils\Constants.cs" />
<Compile Include="Utils\Haversine.cs" />
<Compile Include="Utils\IsolatedStorageHelper.cs" />
<Compile Include="Utils\LittleWatson.cs">
<SubType>Code</SubType>
@@ -280,6 +283,10 @@
<Project>{B55A0F90-2B5A-4C4B-88F4-013AA1629866}</Project>
<Name>Phone7.Fx.Preview</Name>
</ProjectReference>
<ProjectReference Include="..\Libs\WPImageCaching\WPImageCaching.csproj">
<Project>{17158FD9-80FD-49C1-9E3F-C5633602A4D9}</Project>
<Name>WPImageCaching</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />