mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-29 11:02:07 +03:00
306 lines
16 KiB
XML
306 lines
16 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>10.0.20506</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{B690843F-9163-4292-9450-8855AAA3FD5B}</ProjectGuid>
|
|
<ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>MyFriendsAround.WP7</RootNamespace>
|
|
<AssemblyName>MyFriendsAround.WP7</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
|
|
<TargetFrameworkProfile>WindowsPhone</TargetFrameworkProfile>
|
|
<TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
|
|
<SilverlightApplication>true</SilverlightApplication>
|
|
<SupportedCultures>
|
|
</SupportedCultures>
|
|
<XapOutputs>true</XapOutputs>
|
|
<GenerateSilverlightManifest>true</GenerateSilverlightManifest>
|
|
<XapFilename>MyFriendsAround.xap</XapFilename>
|
|
<SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
|
|
<SilverlightAppEntry>MyFriendsAround.WP7.App</SilverlightAppEntry>
|
|
<ValidateXaml>true</ValidateXaml>
|
|
<ThrowErrorsInValidation>true</ThrowErrorsInValidation>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>Bin\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
|
|
<NoStdLib>true</NoStdLib>
|
|
<NoConfig>true</NoConfig>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>Bin\Release</OutputPath>
|
|
<DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
|
|
<NoStdLib>true</NoStdLib>
|
|
<NoConfig>true</NoConfig>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Tests|AnyCPU'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Tests\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;SILVERLIGHT;WINDOWS_PHONE;TESTING</DefineConstants>
|
|
<NoStdLib>true</NoStdLib>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<CodeAnalysisLogFile>Bin\Debug\MyFriendsAround.WP7.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
|
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'GPS_EMULATOR|AnyCPU'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\GPS_EMULATOR\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;SILVERLIGHT;WINDOWS_PHONE;GPS_EMULATOR</DefineConstants>
|
|
<NoStdLib>true</NoStdLib>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<CodeAnalysisLogFile>Bin\Debug\MyFriendsAround.WP7.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
|
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Coding4Fun.Phone.Controls, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Coding4Fun.Phone.Controls.Complete.1.2\lib\Coding4Fun.Phone.Controls.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Coding4Fun.Phone.Controls.Toolkit">
|
|
<HintPath>..\packages\Coding4Fun.Phone.Controls.Complete.1.2\lib\Coding4Fun.Phone.Controls.Toolkit.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="GalaSoft.MvvmLight.WP7">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>C:\Program Files\Laurent Bugnion (GalaSoft)\Mvvm Light Toolkit\Binaries\WP7\GalaSoft.MvvmLight.WP7.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="GalaSoft.MvvmLight.Extras.WP7">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>C:\Program Files\Laurent Bugnion (GalaSoft)\Mvvm Light Toolkit\Binaries\WP7\GalaSoft.MvvmLight.Extras.WP7.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Hammock.WindowsPhone, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\Libs\Hammock\wp7\Hammock.WindowsPhone.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ICSharpCode.SharpZipLib.Silverlight">
|
|
<HintPath>..\packages\Hammock.1.2.1\lib\sl4\ICSharpCode.SharpZipLib.Silverlight.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ICSharpCode.SharpZipLib.WindowsPhone">
|
|
<HintPath>..\Libs\Hammock-Binaries\.NET 4.0\Windows Phone 7\ICSharpCode.SharpZipLib.WindowsPhone.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="IsolatedStorageExplorer, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\Libs\WP7 Isolated Storage Explorer\Library\IsolatedStorageExplorer.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.CSharp">
|
|
<HintPath>..\packages\Hammock.1.2.1\lib\sl4\Microsoft.CSharp.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Phone.Controls.Maps, Version=7.0.0.0, Culture=neutral, PublicKeyToken=24eec0d8c86cda1e" />
|
|
<Reference Include="Microsoft.Phone.Controls.Toolkit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b772ad94eb9ca604, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Coding4Fun.Phone.Controls.Complete.1.2\lib\Microsoft.Phone.Controls.Toolkit.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Phone.Reactive" />
|
|
<Reference Include="Microsoft.Silverlight.Testing">
|
|
<HintPath>..\Libs\SL3_UTF_May\Microsoft.Silverlight.Testing.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight">
|
|
<HintPath>..\Libs\SL3_UTF_May\Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json.WindowsPhone, Version=4.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\Libs\Json40r1\WindowsPhone\Newtonsoft.Json.WindowsPhone.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Device" />
|
|
<Reference Include="System.Json">
|
|
<HintPath>..\packages\Hammock.1.2.1\lib\sl4\System.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Observable" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.Runtime.Serialization.Json">
|
|
<HintPath>..\packages\Hammock.1.2.1\lib\sl4\System.Runtime.Serialization.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.Windows.Interactivity">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>C:\Program Files\Laurent Bugnion (GalaSoft)\Mvvm Light Toolkit\Binaries\WP7\System.Windows.Interactivity.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Phone" />
|
|
<Reference Include="Microsoft.Phone.Interop" />
|
|
<Reference Include="System.Windows" />
|
|
<Reference Include="mscorlib" />
|
|
<Reference Include="system" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Net" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml.Linq">
|
|
<Private>True</Private>
|
|
<HintPath>..\packages\Hammock.1.2.1\lib\sl4\System.Xml.Linq.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\MyFriendsAround.Common\Entities\Friend.cs">
|
|
<Link>Entities\Friend.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\MyFriendsAround.Common\Entities\FriendExt.cs">
|
|
<Link>Entities\FriendExt.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\MyFriendsAround.Common\Entities\PictureInfo.cs">
|
|
<Link>Entities\PictureInfo.cs</Link>
|
|
</Compile>
|
|
<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" />
|
|
<Compile Include="Model\Location.cs" />
|
|
<Compile Include="Service\LocationChangedEventArgs.cs" />
|
|
<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>
|
|
</Compile>
|
|
<Compile Include="Utils\NetworkDetector.cs" />
|
|
<Compile Include="Views\CropPage.xaml.cs">
|
|
<DependentUpon>CropPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\SettingsPage.xaml.cs">
|
|
<DependentUpon>SettingsPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\ExceptionPrompt.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Views\MainPage.xaml.cs">
|
|
<DependentUpon>MainPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Service\FriendsListEventArgs.cs" />
|
|
<Compile Include="Service\PublishLocationEventArgs.cs" />
|
|
<Compile Include="Service\ServiceAgent.cs" />
|
|
<Compile Include="Tests\Tests1.cs" />
|
|
<Compile Include="Utils\Identification.cs" />
|
|
<Compile Include="Utils\SerializationHelper.cs" />
|
|
<Compile Include="ViewModel\Container.cs" />
|
|
<Compile Include="ViewModel\SettingsViewModel.cs" />
|
|
<Compile Include="ViewModel\MainViewModel.cs" />
|
|
<Compile Include="ViewModel\PushPinModel.cs" />
|
|
<Compile Include="ViewModel\ViewModelBase.cs" />
|
|
<Compile Include="ViewModel\ViewModelLocator.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ApplicationDefinition Include="App.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</ApplicationDefinition>
|
|
<Page Include="Themes\Generic.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\CropPage.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\SettingsPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Views\MainPage.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
<None Include="Properties\AppManifest.xml" />
|
|
<None Include="Properties\WMAppManifest.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ApplicationIcon.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="Background.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="icons\anonymousIcon.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="icons\appbar.add.rest.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="icons\appbar.feature.settings.rest.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="icons\appbar.minus.rest.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="icons\appbar.publish.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="icons\appbar.questionmark.rest.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="icons\appbar.sync.rest.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="icons\appbar.location.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="icons\Penguins.jpg">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="SplashScreenImage.jpg">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="Toolkit.Content\ApplicationBar.Cancel.png" />
|
|
<Content Include="Toolkit.Content\ApplicationBar.Check.png" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<ItemGroup>
|
|
<WCFMetadata Include="Service References\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Libs\GpsEmulator\GpsEmulatorClient\GpsEmulatorClient.csproj">
|
|
<Project>{A128812A-1249-4562-BDF4-5E17951B8434}</Project>
|
|
<Name>GpsEmulatorClient</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Libs\MicroIoc\MicroIoc.Core\MicroIoc.Core.csproj">
|
|
<Project>{23F63AE9-A436-4B27-9113-4142C09ADD08}</Project>
|
|
<Name>MicroIoc.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Libs\Phone7.Fx.Preview\Phone7.Fx.Preview.csproj">
|
|
<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" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
<ProjectExtensions />
|
|
</Project> |