347 lines
19 KiB
XML
347 lines
19 KiB
XML
<?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>
|
|
<CodeAnalysisRuleSet />
|
|
</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>
|
|
<CodeAnalysisRuleSet />
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="App.xaml.cs">
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Behaviors\EmailValidatorBehavior.cs" />
|
|
<Compile Include="Behaviors\MaxLengthValidator.cs" />
|
|
<Compile Include="Behaviors\DecimalValidatorBehavior.cs" />
|
|
<Compile Include="Behaviors\PickerBehavior.cs" />
|
|
<Compile Include="Behaviors\StarBehavior.cs" />
|
|
<Compile Include="Constants.cs" />
|
|
<Compile Include="Converters\BooleanToObjectConverter.cs" />
|
|
<Compile Include="Converters\GenderConverter.cs" />
|
|
<Compile Include="Converters\RatingText.cs" />
|
|
<Compile Include="Extensions\ImageResourceExtension.cs" />
|
|
<Compile Include="Factories\ViewFactory.cs" />
|
|
<Compile Include="Helpers\DataManager.cs" />
|
|
<Compile Include="Helpers\ObservableString.cs" />
|
|
<Compile Include="Interfaces\ILocalEntity.cs" />
|
|
<Compile Include="Helpers\LocaLEntity.cs" />
|
|
<Compile Include="Helpers\NotIdentifiedException.cs" />
|
|
<Compile Include="Helpers\PageHelpers.cs" />
|
|
<Compile Include="Helpers\PropertySupport.cs" />
|
|
<Compile Include="Helpers\RemoteEntityRO.cs" />
|
|
<Compile Include="Helpers\ServiceNotAvailable.cs" />
|
|
<Compile Include="Helpers\Settings.cs" />
|
|
<Compile Include="Helpers\UserHelpers.cs" />
|
|
<Compile Include="Interfaces\IComponentContext.cs" />
|
|
<Compile Include="Interfaces\IMDEditor.cs" />
|
|
<Compile Include="Interfaces\IModelViewModel.cs" />
|
|
<Compile Include="Interfaces\IViewFactory.cs" />
|
|
<Compile Include="Model\ClientProviderInfo.cs" />
|
|
<Compile Include="Interfaces\IBookQueryData.cs" />
|
|
<Compile Include="Interfaces\IBillingLine.cs" />
|
|
<Compile Include="Interfaces\IEstimate.cs" />
|
|
<Compile Include="Pages\BlogPage.cs" />
|
|
<Compile Include="Pages\BookQueriesPage.xaml.cs">
|
|
<DependentUpon>BookQueriesPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\BookQueryPage.xaml.cs">
|
|
<DependentUpon>BookQueryPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\EditBillingLinePage.xaml.cs">
|
|
<DependentUpon>EditBillingLinePage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\DashboardPage.xaml.cs">
|
|
<DependentUpon>DashboardPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\EventDetail.xaml.cs">
|
|
<DependentUpon>EventDetail.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Helpers\MainSettings.cs" />
|
|
<Compile Include="Helpers\RemoteEntity.cs" />
|
|
<Compile Include="Interfaces\IPlatform.cs" />
|
|
<Compile Include="Model\Blog\Blog.cs" />
|
|
<Compile Include="Model\Blog\BlogTag.cs" />
|
|
<Compile Include="Model\BookQueryData.cs" />
|
|
<Compile Include="Model\Market\BaseProduct.cs" />
|
|
<Compile Include="Model\Workflow\BillingLine.cs" />
|
|
<Compile Include="Model\Manager.cs" />
|
|
<Compile Include="Model\Auth\MobileAppDeclaration.cs" />
|
|
<Compile Include="Model\Auth\passwrecovery.cs" />
|
|
<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" />
|
|
<Compile Include="Model\Auth\Tokens.cs" />
|
|
<Compile Include="Model\Auth\User.cs" />
|
|
<Compile Include="Model\Workflow\Estimate.cs" />
|
|
<Compile Include="Pages\EditEstimatePage.xaml.cs">
|
|
<DependentUpon>EditEstimatePage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\HomePage.xaml.cs">
|
|
<DependentUpon>HomePage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\PinPage.cs" />
|
|
<Compile Include="ViewModels\BookQueriesViewModel.cs" />
|
|
<Compile Include="ViewModels\BookQueryViewModel.cs" />
|
|
<Compile Include="ViewModels\BillingLineViewModel.cs" />
|
|
<Compile Include="ViewModels\DashboardViewModel.cs" />
|
|
<Compile Include="ViewModels\EstimateViewModel.cs" />
|
|
<Compile Include="ViewModels\UserLoginViewModel.cs" />
|
|
<Compile Include="ViewModels\ViewModelBase.cs" />
|
|
<Compile Include="Views\MarkdownView.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Pages\SearchPage.xaml.cs">
|
|
<DependentUpon>SearchPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\AccountChooserPage.xaml.cs">
|
|
<DependentUpon>AccountChooserPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Model\Tag.cs" />
|
|
<Compile Include="Views\RatingView.xaml.cs">
|
|
<DependentUpon>RatingView.xaml</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="App.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="GettingStarted.Xamarin" />
|
|
<None Include="packages.config">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Pages\EventDetail.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Pages\SearchPage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Pages\AccountChooserPage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Model\Billing\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<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>
|
|
<Reference Include="Json.NET.Web">
|
|
<HintPath>..\..\packages\Json.NET.Web.1.0.49\lib\portable45-net45+win8+wpa81\Json.NET.Web.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MarkdownDeep">
|
|
<HintPath>..\..\packages\MarkdownDeep-av.NET.1.5.2\lib\net451\MarkdownDeep.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.AspNet.SignalR.Client, Version=2.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\Microsoft.AspNet.SignalR.Client.2.2.1\lib\portable-net45+sl50+win+wpa81+wp80\Microsoft.AspNet.SignalR.Client.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Mono.Android">
|
|
<HintPath>..\..\..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoAndroid\v6.0\Mono.Android.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json">
|
|
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<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>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<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>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\Xamarin.Forms.2.3.2.127\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Xamarin.Forms.Maps, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<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>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\Xamarin.Forms.2.3.2.127\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Platform.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\Xamarin.Forms.2.3.2.127\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<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>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<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>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<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>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<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>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<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>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<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>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<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>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Pages\BookQueryPage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Yavsc.Client\Yavsc.Client.csproj">
|
|
<Project>{67f9d3a8-f71e-4428-913f-c37ae82cdb24}</Project>
|
|
<Name>Yavsc.Client</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Pages\EditEstimatePage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Pages\BookQueriesPage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Pages\EditBillingLinePage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Pages\DashboardPage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Images\Users\icon_add_user.png" />
|
|
<EmbeddedResource Include="Images\Users\icon_anon_user.png" />
|
|
<EmbeddedResource Include="Images\Users\icon_block_user.png" />
|
|
<EmbeddedResource Include="Images\Users\icon_remove_user.png" />
|
|
<EmbeddedResource Include="Images\Users\icon_user.png" />
|
|
<EmbeddedResource Include="Images\Users\icon_user_settings.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Pages\HomePage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Images\Validation\error.png" />
|
|
<EmbeddedResource Include="Images\Validation\star_outline.png" />
|
|
<EmbeddedResource Include="Images\Validation\star_selected.png" />
|
|
<EmbeddedResource Include="Images\Validation\success.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Views\RatingView.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
|
<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')" />
|
|
<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>
|
|
<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'))" />
|
|
</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> |