2016-07-20 12:33:16 +02:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "12.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup >
<MinimumVisualStudioVersion > 10.0</MinimumVisualStudioVersion>
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {A0815650-0A0A-47B0-8826-771F0E1AD137}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > BookAStar</RootNamespace>
<AssemblyName > BookAStar</AssemblyName>
<TargetFrameworkVersion > v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile > Profile111</TargetFrameworkProfile>
<FileAlignment > 512</FileAlignment>
<ProjectTypeGuids > {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
2016-09-25 00:44:30 +02:00
<CodeAnalysisRuleSet />
2016-07-20 12:33:16 +02:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
2016-09-25 00:44:30 +02:00
<CodeAnalysisRuleSet />
2016-07-20 12:33:16 +02:00
</PropertyGroup>
<ItemGroup >
<Compile Include= "App.xaml.cs" >
<DependentUpon > App.xaml</DependentUpon>
</Compile>
2016-09-21 04:02:40 +02:00
<Compile Include= "Constants.cs" />
2016-09-27 02:35:45 +02:00
<Compile Include= "Factories\ViewFactory.cs" />
2016-09-21 04:02:40 +02:00
<Compile Include= "Helpers\DataManager.cs" />
2016-09-29 04:54:14 +02:00
<Compile Include= "Helpers\PageHelpers.cs" />
2016-09-27 02:35:45 +02:00
<Compile Include= "Helpers\PropertySupport.cs" />
2016-09-18 00:30:15 +02:00
<Compile Include= "Helpers\RemoteEntityRO.cs" />
2016-09-27 02:35:45 +02:00
<Compile Include= "Helpers\Settings.cs" />
2016-09-29 04:54:14 +02:00
<Compile Include= "Helpers\UserHelpers.cs" />
2016-09-27 02:35:45 +02:00
<Compile Include= "Interfaces\IComponentContext.cs" />
2016-09-21 04:02:40 +02:00
<Compile Include= "Interfaces\IMDEditor.cs" />
2016-09-27 02:35:45 +02:00
<Compile Include= "Interfaces\IModelViewModel.cs" />
<Compile Include= "Interfaces\IViewFactory.cs" />
2016-09-21 04:02:40 +02:00
<Compile Include= "Model\ClientProviderInfo.cs" />
2016-09-29 04:54:14 +02:00
<Compile Include= "Interfaces\IBookQueryData.cs" />
<Compile Include= "Interfaces\IBillingLine.cs" />
<Compile Include= "Interfaces\IEstimate.cs" />
2016-09-10 00:53:08 +02:00
<Compile Include= "Pages\BlogPage.cs" />
2016-09-18 00:30:15 +02:00
<Compile Include= "Pages\BookQueriesPage.xaml.cs" >
<DependentUpon > BookQueriesPage.xaml</DependentUpon>
</Compile>
2016-09-10 00:53:08 +02:00
<Compile Include= "Pages\BookQueryPage.xaml.cs" >
<DependentUpon > BookQueryPage.xaml</DependentUpon>
</Compile>
2016-09-29 04:54:14 +02:00
<Compile Include= "Pages\EditBillingLinePage.xaml.cs" >
<DependentUpon > EditBillingLinePage.xaml</DependentUpon>
</Compile>
<Compile Include= "Pages\DashboardPage.xaml.cs" >
<DependentUpon > DashboardPage.xaml</DependentUpon>
2016-09-25 00:44:30 +02:00
</Compile>
2016-09-10 00:53:08 +02:00
<Compile Include= "Pages\EventDetail.xaml.cs" >
2016-07-20 12:33:16 +02:00
<DependentUpon > EventDetail.xaml</DependentUpon>
</Compile>
<Compile Include= "Helpers\MainSettings.cs" />
2016-09-10 00:53:08 +02:00
<Compile Include= "Helpers\RemoteEntity.cs" />
2016-09-21 04:02:40 +02:00
<Compile Include= "Interfaces\IPlatform.cs" />
2016-07-20 12:33:16 +02:00
<Compile Include= "Model\Blog\Blog.cs" />
<Compile Include= "Model\Blog\BlogTag.cs" />
2016-09-10 00:53:08 +02:00
<Compile Include= "Model\BookQueryData.cs" />
<Compile Include= "Model\Market\BaseProduct.cs" />
2016-09-29 04:54:14 +02:00
<Compile Include= "Model\Workflow\BillingLine.cs" />
2016-07-20 12:33:16 +02:00
<Compile Include= "Model\Manager.cs" />
2016-07-20 13:52:38 +02:00
<Compile Include= "Model\Auth\MobileAppDeclaration.cs" />
<Compile Include= "Model\Auth\passwrecovery.cs" />
2016-07-20 12:33:16 +02:00
<Compile Include= "Model\Social\Calendar\OpenDay.cs" />
<Compile Include= "Model\Social\Calendar\Period.cs" />
<Compile Include= "Model\Social\Calendar\Periodicity.cs" />
<Compile Include= "Model\Social\Calendar\RendezVous.cs" />
<Compile Include= "Model\Social\Calendar\Schedule.cs" />
<Compile Include= "Model\Social\Calendar\WeekDay.cs" />
<Compile Include= "Model\Social\Circle.cs" />
<Compile Include= "Model\Social\CircleEvent.cs" />
<Compile Include= "Model\Social\CircleMember.cs" />
<Compile Include= "Model\Social\CompanyInfo.cs" />
<Compile Include= "Model\Social\Contact.cs" />
<Compile Include= "Model\Social\Location.cs" />
<Compile Include= "Model\Social\Marketing\Activity.cs" />
<Compile Include= "Model\Social\Marketing\BaseProduct.cs" />
<Compile Include= "Model\Social\Marketing\Catalog.cs" />
<Compile Include= "Model\Social\Marketing\PerformerProfile.cs" />
<Compile Include= "Model\Social\Marketing\Product.cs" />
<Compile Include= "Model\Social\Marketing\ProviderPublicInfo.cs" />
<Compile Include= "Model\Social\Marketing\Service.cs" />
<Compile Include= "Model\Social\Marketing\Skill.cs" />
<Compile Include= "Model\Social\Marketing\UserSkills.cs" />
<Compile Include= "Model\Social\Messaging\BaseEvent.cs" />
<Compile Include= "Model\Social\Messaging\BookQuery.cs" />
<Compile Include= "Model\Social\Messaging\BookQueryEvent.cs" />
<Compile Include= "Model\Social\Messaging\Notification.cs" />
<Compile Include= "Model\Social\Messaging\PositionAndKeyphrase.cs" />
<Compile Include= "Model\Social\Messaging\SearchQuery.cs" />
<Compile Include= "Model\Social\Messaging\YaEvent.cs" />
2016-07-20 13:52:38 +02:00
<Compile Include= "Model\Auth\Tokens.cs" />
<Compile Include= "Model\Auth\User.cs" />
2016-09-10 00:53:08 +02:00
<Compile Include= "Model\Workflow\Estimate.cs" />
2016-09-21 04:02:40 +02:00
<Compile Include= "Pages\EditEstimatePage.xaml.cs" >
<DependentUpon > EditEstimatePage.xaml</DependentUpon>
2016-09-10 00:53:08 +02:00
</Compile>
2016-09-29 04:54:14 +02:00
<Compile Include= "Pages\HomePage.xaml.cs" >
<DependentUpon > HomePage.xaml</DependentUpon>
</Compile>
2016-09-10 00:53:08 +02:00
<Compile Include= "Pages\PinPage.cs" />
2016-09-27 02:35:45 +02:00
<Compile Include= "ViewModels\BookQueriesViewModel.cs" />
<Compile Include= "ViewModels\BookQueryViewModel.cs" />
2016-09-29 04:54:14 +02:00
<Compile Include= "ViewModels\BillingLineViewModel.cs" />
<Compile Include= "ViewModels\DashboardViewModel.cs" />
<Compile Include= "ViewModels\EstimateViewModel.cs" />
<Compile Include= "ViewModels\UserLoginViewModel.cs" />
2016-09-27 02:35:45 +02:00
<Compile Include= "ViewModels\ViewModelBase.cs" />
2016-09-25 00:44:30 +02:00
<Compile Include= "Views\CommandLineEditor.xaml.cs" >
<DependentUpon > CommandLineEditor.xaml</DependentUpon>
</Compile>
2016-09-10 00:53:08 +02:00
<Compile Include= "Views\MarkdownView.cs" />
2016-07-20 12:33:16 +02:00
<Compile Include= "Properties\AssemblyInfo.cs" />
2016-09-10 00:53:08 +02:00
<Compile Include= "Pages\SearchPage.xaml.cs" >
2016-07-20 12:33:16 +02:00
<DependentUpon > SearchPage.xaml</DependentUpon>
</Compile>
2016-09-29 04:54:14 +02:00
<Compile Include= "Pages\AccountChooserPage.xaml.cs" >
<DependentUpon > AccountChooserPage.xaml</DependentUpon>
2016-07-20 12:33:16 +02:00
</Compile>
<Compile Include= "Model\Tag.cs" />
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "App.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
</ItemGroup>
<ItemGroup >
<None Include= "app.config" />
<None Include= "GettingStarted.Xamarin" />
2016-09-29 04:54:14 +02:00
<None Include= "packages.config" >
<SubType > Designer</SubType>
</None>
2016-07-20 12:33:16 +02:00
</ItemGroup>
<ItemGroup >
2016-09-10 00:53:08 +02:00
<EmbeddedResource Include= "Pages\EventDetail.xaml" >
2016-07-20 12:33:16 +02:00
<Generator > MSBuild:UpdateDesignTimeXaml</Generator>
<SubType > Designer</SubType>
</EmbeddedResource>
2016-09-10 00:53:08 +02:00
<EmbeddedResource Include= "Pages\SearchPage.xaml" >
2016-07-20 12:33:16 +02:00
<Generator > MSBuild:UpdateDesignTimeXaml</Generator>
<SubType > Designer</SubType>
</EmbeddedResource>
2016-09-29 04:54:14 +02:00
<EmbeddedResource Include= "Pages\AccountChooserPage.xaml" >
2016-07-20 12:33:16 +02:00
<Generator > MSBuild:UpdateDesignTimeXaml</Generator>
<SubType > Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup >
2016-09-10 00:53:08 +02:00
<Folder Include= "Model\Billing\" />
2016-07-20 12:33:16 +02:00
</ItemGroup>
<ItemGroup >
2016-09-27 02:35:45 +02:00
<Reference Include= "ExifLib, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\ExifLib.PCL.1.0.1\lib\portable-net45+sl50+win+WindowsPhoneApp81+wp80+Xamarin.iOS10+MonoAndroid10+MonoTouch10\ExifLib.dll</HintPath>
<Private > True</Private>
</Reference>
2016-07-21 22:02:53 +02:00
<Reference Include= "Json.NET.Web" >
2016-07-20 12:33:16 +02:00
<HintPath > ..\..\packages\Json.NET.Web.1.0.49\lib\portable45-net45+win8+wpa81\Json.NET.Web.dll</HintPath>
</Reference>
2016-09-10 00:53:08 +02:00
<Reference Include= "MarkdownDeep" >
<HintPath > ..\..\packages\MarkdownDeep-av.NET.1.5.2\lib\net451\MarkdownDeep.dll</HintPath>
</Reference>
2016-07-20 12:33:16 +02:00
<Reference Include= "Mono.Android" >
<HintPath > ..\..\..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoAndroid\v6.0\Mono.Android.dll</HintPath>
</Reference>
2016-07-21 22:02:53 +02:00
<Reference Include= "Newtonsoft.Json" >
2016-07-20 12:33:16 +02:00
<HintPath > ..\..\packages\Newtonsoft.Json.9.0.1\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
</Reference>
2016-09-27 02:35:45 +02:00
<Reference Include= "Plugin.Settings, Version=2.5.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Xam.Plugins.Settings.2.5.1.0\lib\portable-net45+wp80+win8+wpa81\Plugin.Settings.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Plugin.Settings.Abstractions, Version=2.5.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Xam.Plugins.Settings.2.5.1.0\lib\portable-net45+wp80+win8+wpa81\Plugin.Settings.Abstractions.dll</HintPath>
2016-07-20 12:33:16 +02:00
<Private > True</Private>
</Reference>
2016-09-27 02:35:45 +02:00
<Reference Include= "SQLite.Net, Version=3.1.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\SQLite.Net-PCL.3.1.1\lib\portable-win8+net45+wp8+wpa81+MonoAndroid1+MonoTouch1\SQLite.Net.dll</HintPath>
2016-07-20 12:33:16 +02:00
<Private > True</Private>
</Reference>
<Reference Include= "Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2016-09-30 12:41:03 +02:00
<HintPath > ..\..\packages\Xamarin.Forms.2.3.2.127\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath>
2016-07-20 12:33:16 +02:00
<Private > True</Private>
</Reference>
<Reference Include= "Xamarin.Forms.Maps, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2016-09-30 12:41:03 +02:00
<HintPath > ..\..\packages\Xamarin.Forms.Maps.2.3.2.127\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Maps.dll</HintPath>
2016-07-20 12:33:16 +02:00
<Private > True</Private>
</Reference>
<Reference Include= "Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2016-09-30 12:41:03 +02:00
<HintPath > ..\..\packages\Xamarin.Forms.2.3.2.127\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Platform.dll</HintPath>
2016-07-20 12:33:16 +02:00
<Private > True</Private>
</Reference>
<Reference Include= "Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2016-09-30 12:41:03 +02:00
<HintPath > ..\..\packages\Xamarin.Forms.2.3.2.127\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
2016-09-29 04:54:14 +02:00
<Private > True</Private>
</Reference>
2016-09-30 12:41:03 +02:00
<Reference Include= "XLabs.Caching, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\XLabs.Caching.2.3.0-pre02\lib\portable-net45+netcore45+wpa81+wp8+monoandroid+monotouch+xamarinios10+xamarinmac\XLabs.Caching.dll</HintPath>
2016-09-27 02:35:45 +02:00
<Private > True</Private>
</Reference>
2016-09-30 12:41:03 +02:00
<Reference Include= "XLabs.Core, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\XLabs.Core.2.3.0-pre02\lib\portable-net45+netcore45+wpa81+wp8+monoandroid+monotouch+xamarinios10+xamarinmac\XLabs.Core.dll</HintPath>
2016-09-27 02:35:45 +02:00
<Private > True</Private>
</Reference>
2016-09-30 12:41:03 +02:00
<Reference Include= "XLabs.Forms, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\XLabs.Forms.2.3.0-pre02\lib\portable-net45+netcore45+wpa81+monoandroid+MonoTouch+Xamarin.iOS10\XLabs.Forms.dll</HintPath>
2016-09-27 02:35:45 +02:00
<Private > True</Private>
</Reference>
2016-09-30 12:41:03 +02:00
<Reference Include= "XLabs.IOC, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\XLabs.IoC.2.3.0-pre02\lib\portable-net45+netcore45+wpa81+wp8+monoandroid+monotouch+xamarinios10+xamarinmac\XLabs.IOC.dll</HintPath>
2016-09-27 02:35:45 +02:00
<Private > True</Private>
</Reference>
2016-09-30 12:41:03 +02:00
<Reference Include= "XLabs.Platform, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\XLabs.Platform.2.3.0-pre02\lib\portable-net45+netcore45+wpa81+monoandroid+MonoTouch+Xamarin.iOS10\XLabs.Platform.dll</HintPath>
2016-09-27 02:35:45 +02:00
<Private > True</Private>
</Reference>
2016-09-30 12:41:03 +02:00
<Reference Include= "XLabs.Serialization, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\XLabs.Serialization.2.3.0-pre02\lib\portable-net45+netcore45+wpa81+wp8+monoandroid+monotouch+xamarinios10+xamarinmac\XLabs.Serialization.dll</HintPath>
2016-07-20 12:33:16 +02:00
<Private > True</Private>
</Reference>
2016-09-30 12:41:03 +02:00
<Reference Include= "XLabs.Serialization.Json.NET, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\XLabs.Serialization.JSON.2.3.0-pre02\lib\portable-net45+netcore45+wpa81+wp8+monoandroid+monotouch+xamarinios10+xamarinmac\XLabs.Serialization.Json.NET.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "XLabs.Settings, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\XLabs.Settings.2.3.0-pre02\lib\portable-net45+netcore45+wpa81+wp8+monoandroid+monotouch+xamarinios10+xamarinmac\XLabs.Settings.dll</HintPath>
2016-09-29 04:54:14 +02:00
<Private > True</Private>
</Reference>
2016-07-20 12:33:16 +02:00
</ItemGroup>
2016-09-10 00:53:08 +02:00
<ItemGroup >
<EmbeddedResource Include= "Pages\BookQueryPage.xaml" >
<Generator > MSBuild:UpdateDesignTimeXaml</Generator>
<SubType > Designer</SubType>
</EmbeddedResource>
</ItemGroup>
2016-07-21 22:02:53 +02:00
<ItemGroup >
<ProjectReference Include= "..\..\Yavsc.Client\Yavsc.Client.csproj" >
2016-09-10 00:53:08 +02:00
<Project > {67f9d3a8-f71e-4428-913f-c37ae82cdb24}</Project>
2016-07-21 22:02:53 +02:00
<Name > Yavsc.Client</Name>
</ProjectReference>
</ItemGroup>
2016-09-10 00:53:08 +02:00
<ItemGroup >
2016-09-25 00:44:30 +02:00
<EmbeddedResource Include= "Pages\EditEstimatePage.xaml" >
2016-09-10 00:53:08 +02:00
<Generator > MSBuild:UpdateDesignTimeXaml</Generator>
<SubType > Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup >
2016-09-25 00:44:30 +02:00
<EmbeddedResource Include= "Pages\BookQueriesPage.xaml" >
2016-09-10 00:53:08 +02:00
<Generator > MSBuild:UpdateDesignTimeXaml</Generator>
<SubType > Designer</SubType>
</EmbeddedResource>
</ItemGroup>
2016-09-18 00:30:15 +02:00
<ItemGroup >
2016-09-29 04:54:14 +02:00
<EmbeddedResource Include= "Views\CommandLineEditor.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
2016-09-25 00:44:30 +02:00
</ItemGroup>
<ItemGroup >
2016-09-29 04:54:14 +02:00
<EmbeddedResource Include= "Pages\EditBillingLinePage.xaml" >
<Generator > MSBuild:UpdateDesignTimeXaml</Generator>
2016-09-18 00:30:15 +02:00
<SubType > Designer</SubType>
2016-09-29 04:54:14 +02:00
</EmbeddedResource>
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "Pages\DashboardPage.xaml" >
2016-09-25 00:44:30 +02:00
<Generator > MSBuild:UpdateDesignTimeXaml</Generator>
2016-09-29 04:54:14 +02:00
<SubType > Designer</SubType>
2016-09-18 00:30:15 +02:00
</EmbeddedResource>
</ItemGroup>
2016-09-21 04:02:40 +02:00
<ItemGroup >
2016-09-29 04:54:14 +02:00
<EmbeddedResource Include= "Images\icon_add_user.png" />
<EmbeddedResource Include= "Images\icon_anon_user.png" />
<EmbeddedResource Include= "Images\icon_block_user.png" />
<EmbeddedResource Include= "Images\icon_remove_user.png" />
<EmbeddedResource Include= "Images\icon_user.png" />
<EmbeddedResource Include= "Images\icon_user_settings.png" />
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "Pages\HomePage.xaml" >
2016-09-25 00:44:30 +02:00
<Generator > MSBuild:UpdateDesignTimeXaml</Generator>
<SubType > Designer</SubType>
</EmbeddedResource>
2016-09-21 04:02:40 +02:00
</ItemGroup>
2016-07-20 12:33:16 +02:00
<Import Project= "$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
2016-09-30 12:41:03 +02:00
<Import Project= "..\..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition= "Exists('..\..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
2016-07-20 12:33:16 +02:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > Ce projet fait référence à des packages NuGet qui sont manquants sur cet ordinateur. Utilisez l'option de restauration des packages NuGet pour les télécharger. Pour plus d'informations, consultez http://go.microsoft.com/fwlink/?LinkID=322105. Le fichier manquant est : {0}.</ErrorText>
</PropertyGroup>
2016-09-30 12:41:03 +02:00
<Error Condition= "!Exists('..\..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets'))" />
2016-07-20 12:33:16 +02:00
</Target>
<!-- 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>
-->
</Project>