240 lines
12 KiB
XML
240 lines
12 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>
|
|
</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>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="App.xaml.cs">
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DataManager.cs" />
|
|
<Compile Include="Helpers\RemoteEntityRO.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\DeviceInfoPage.cs" />
|
|
<Compile Include="Pages\EventDetail.xaml.cs">
|
|
<DependentUpon>EventDetail.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Helpers\MainSettings.cs" />
|
|
<Compile Include="Helpers\RemoteEntity.cs" />
|
|
<Compile Include="IPlatform.cs" />
|
|
<Compile Include="Pages\MainPage.xaml.cs">
|
|
<DependentUpon>MainPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<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\CommandLine.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\MakeAnEstimatePage.xaml.cs">
|
|
<DependentUpon>MakeAnEstimatePage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\MarkdownEditorPage.xaml.cs">
|
|
<DependentUpon>MarkdownEditorPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\PinPage.cs" />
|
|
<Compile Include="Views\MarkdownView.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Pages\QueriesPage.xaml.cs">
|
|
<DependentUpon>QueriesPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\SearchPage.xaml.cs">
|
|
<DependentUpon>SearchPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\SettingsPage.xaml.cs">
|
|
<DependentUpon>SettingsPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Model\Tag.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Pages\MainPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
</EmbeddedResource>
|
|
<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" />
|
|
</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\SettingsPage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Model\Billing\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<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="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.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\Xam.Plugins.Settings.2.1.0\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\Plugin.Settings.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Plugin.Settings.Abstractions, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\Xam.Plugins.Settings.2.1.0\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\Plugin.Settings.Abstractions.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.0.107\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.0.107\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.0.107\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.0.107\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Xaml.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\QueriesPage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Pages\MarkdownEditorPage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Pages\MakeAnEstimatePage.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>
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
|
<Import Project="..\..\packages\Xamarin.Forms.2.3.0.107\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('..\..\packages\Xamarin.Forms.2.3.0.107\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.0.107\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.2.3.0.107\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> |