* 'vnext' of https://github.com/pazof/yavsc: (77 commits) displays localized make it cross platform cleans the code hair taints command in db EF7 Notimplemented [WA] [MEF] discount a basket carousel plus lisible ajoute deux info initial import: a gtk app show hidden with grey background hide indicators hair cut queries by API refactoring refabrique ya workspace code made simpler ... trying to use msbuild ...
629 lines
No EOL
34 KiB
XML
629 lines
No EOL
34 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.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>ZicMoove</RootNamespace>
|
|
<AssemblyName>ZicMoove</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>TRACE;DEBUG;DEV</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<CodeAnalysisRuleSet>
|
|
</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>
|
|
</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Lua|AnyCPU'">
|
|
<OutputPath>bin\Lua\</OutputPath>
|
|
<DefineConstants>TRACE;LUA</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>0</WarningLevel>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ZicMoove|AnyCPU'">
|
|
<OutputPath>bin\ZicMoove\</OutputPath>
|
|
<DefineConstants>TRACE;ZICMOOVE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>0</WarningLevel>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Yavsc|AnyCPU'">
|
|
<OutputPath>bin\Yavsc\</OutputPath>
|
|
<DefineConstants>TRACE;YAVSC</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>0</WarningLevel>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WinDev|AnyCPU'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\WinDev\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;WDEV</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>0</WarningLevel>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="App.xaml.cs">
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Attributes\CurrencyAttribute.cs" />
|
|
<Compile Include="Attributes\DisplayAttribute.cs" />
|
|
<Compile Include="Constants.Private.cs" />
|
|
<Compile Include="Converters\Behaviors\EmailValidatorBehavior.cs" />
|
|
<Compile Include="Converters\Behaviors\IntegerEntryBehavior.cs" />
|
|
<Compile Include="Converters\Behaviors\EditorMaxLengthValidator.cs" />
|
|
<Compile Include="Converters\Behaviors\DecimalValidatorBehavior.cs" />
|
|
<Compile Include="Converters\Behaviors\PickerBehavior.cs" />
|
|
<Compile Include="Converters\Behaviors\RegexValidatorBehavior.cs" />
|
|
<Compile Include="Converters\Behaviors\StarBehavior.cs" />
|
|
<Compile Include="Constants.cs" />
|
|
<Compile Include="Converters\NotValueConverter.cs" />
|
|
<Compile Include="Converters\SignalRConnectionStateToObject.cs" />
|
|
<Compile Include="Data\ApiCallFailedException.cs" />
|
|
<Compile Include="Data\EstimateEntity.cs" />
|
|
<Compile Include="Data\NonCrUD\RemoteFiles.cs" />
|
|
<Compile Include="Model\Access\BlackListed.cs" />
|
|
<Compile Include="Model\Auth\GCRegIdDeclaration.cs" />
|
|
<Compile Include="Model\Musical\MusicalPreference.cs" />
|
|
<Compile Include="Model\Musical\MusicalTendency.cs" />
|
|
<Compile Include="Model\FileSystem\UserDirectoryInfo.cs" />
|
|
<Compile Include="Model\FileSystem\UserFileInfo.cs" />
|
|
<Compile Include="Model\Settings\SignatureSettings.cs" />
|
|
<Compile Include="Model\Social\Chat\ChatStatus.cs" />
|
|
<Compile Include="Model\Social\Chat\ChatMessage.cs" />
|
|
<Compile Include="Model\Social\LocationType.cs" />
|
|
<Compile Include="Model\UI\AppEvent.cs" />
|
|
<Compile Include="Model\Workflow\Activity.cs" />
|
|
<Compile Include="Model\Workflow\CommandForm.cs" />
|
|
<Compile Include="Pages\ClientPages\ActivityPage.xaml.cs">
|
|
<DependentUpon>ActivityPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\Workflow\WorkflowProfilesPage.cs" />
|
|
<Compile Include="Pages\Workflow\WorkflowDatesPage.cs" />
|
|
<Compile Include="Pages\ClientPages\SearchPage.xaml.cs">
|
|
<DependentUpon>SearchPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Settings\MainSettings.Private.cs" />
|
|
<Compile Include="ViewModels\WorkflowViewModel.cs" />
|
|
<Compile Include="ViewModels\Messaging\ChatUserCollection.cs" />
|
|
<Compile Include="ViewModels\Messaging\ChatUserInfo.cs" />
|
|
<Compile Include="Model\Social\Chat\Connection.cs" />
|
|
<Compile Include="ViewModels\Searching\SearchingAnArtistViewModel.cs" />
|
|
<Compile Include="ViewModels\Validation\InputError.cs" />
|
|
<Compile Include="ViewModels\Validation\ViewModelState.cs" />
|
|
<Compile Include="ViewModels\PageState.cs" />
|
|
<Compile Include="Pages\EstimatePages\EstimateSigningPage.xaml.cs">
|
|
<DependentUpon>EstimateSigningPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\EstimatePages\EstimatesClientPage.xaml.cs">
|
|
<DependentUpon>EstimatesClientPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\EstimatePages\EstimatesProviderPage.xaml.cs">
|
|
<DependentUpon>EstimatesProviderPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\EstimatePages\ViewEstimatePage.xaml.cs">
|
|
<DependentUpon>ViewEstimatePage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\UserProfile\UserFiles.xaml.cs">
|
|
<DependentUpon>UserFiles.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\UserProfile\UserProfilePage.xaml.cs">
|
|
<DependentUpon>UserProfilePage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Settings\ChatSettings.cs" />
|
|
<Compile Include="Strings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Strings.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Strings.en.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Strings.en.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ViewModels\Validation\EditingViewModel.cs" />
|
|
<Compile Include="ViewModels\Signing\EstimateSigningViewModel.cs" />
|
|
<Compile Include="ViewModels\Signing\SignaturePadConfigViewModel.cs" />
|
|
<Compile Include="ViewModels\UserProfile\UserProfileViewModel.cs" />
|
|
<Compile Include="ViewModels\UserProfile\DirectoryInfoViewModel.cs" />
|
|
<Compile Include="ViewModels\Validation\ErrorSeverity.cs" />
|
|
<Compile Include="ViewModels\WorkFlow\WorkflowBookViewModel.cs" />
|
|
<Compile Include="Views\ActivityView.cs" />
|
|
<Compile Include="Views\EnumPicker.cs" />
|
|
<Compile Include="Converters\BooleanToObjectConverter.cs" />
|
|
<Compile Include="Converters\EnumConverter.cs" />
|
|
<Compile Include="Converters\GenderConverter.cs" />
|
|
<Compile Include="Converters\RatingText.cs" />
|
|
<Compile Include="Extensions\EnumExtensions.cs" />
|
|
<Compile Include="Extensions\ImageResourceExtension.cs" />
|
|
<Compile Include="Factories\ViewFactory.cs" />
|
|
<Compile Include="Data\DataManager.cs" />
|
|
<Compile Include="Interfaces\ILocalEntity.cs" />
|
|
<Compile Include="Data\LocaLEntity.cs" />
|
|
<Compile Include="Helpers\NotIdentifiedException.cs" />
|
|
<Compile Include="Helpers\PageHelpers.cs" />
|
|
<Compile Include="Helpers\PropertySupport.cs" />
|
|
<Compile Include="Data\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\Workflow\ClientProviderInfo.cs" />
|
|
<Compile Include="Interfaces\IBookQueryData.cs" />
|
|
<Compile Include="Pages\BlogPages\BlogPage.cs" />
|
|
<Compile Include="Pages\EstimatePages\BookQueriesPage.xaml.cs">
|
|
<DependentUpon>BookQueriesPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\EstimatePages\BookQueryPage.xaml.cs">
|
|
<DependentUpon>BookQueryPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\Chat\ChatPage.xaml.cs">
|
|
<DependentUpon>ChatPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\EstimatePages\EditBillingLinePage.xaml.cs">
|
|
<DependentUpon>EditBillingLinePage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\UserProfile\DashboardPage.xaml.cs">
|
|
<DependentUpon>DashboardPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\EventDetail.xaml.cs">
|
|
<DependentUpon>EventDetail.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Settings\MainSettings.cs" />
|
|
<Compile Include="Data\RemoteEntity.cs" />
|
|
<Compile Include="Interfaces\IPlatform.cs" />
|
|
<Compile Include="Model\Blog\Blog.cs" />
|
|
<Compile Include="Model\Blog\BlogTag.cs" />
|
|
<Compile Include="Model\Musical\BookQuery.cs" />
|
|
<Compile Include="Model\Market\BaseProduct.cs" />
|
|
<Compile Include="Pages\EstimatePages\BillingLine.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\EstimatePages\EditEstimatePage.xaml.cs">
|
|
<DependentUpon>EditEstimatePage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\WorkflowPage.xaml.cs">
|
|
<DependentUpon>WorkflowPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\PinPage.cs" />
|
|
<Compile Include="ViewModels\EstimateAndBilling\BookQueriesViewModel.cs" />
|
|
<Compile Include="ViewModels\EstimateAndBilling\BookQueryViewModel.cs" />
|
|
<Compile Include="ViewModels\EstimateAndBilling\BillingLineViewModel.cs" />
|
|
<Compile Include="ViewModels\Messaging\ChatViewModel.cs" />
|
|
<Compile Include="ViewModels\UserProfile\DashboardViewModel.cs" />
|
|
<Compile Include="ViewModels\EstimateAndBilling\EditEstimateViewModel.cs" />
|
|
<Compile Include="ViewModels\UserProfile\UserLoginViewModel.cs" />
|
|
<Compile Include="ViewModels\ViewModelBase.cs" />
|
|
<Compile Include="Views\ImageButton.cs" />
|
|
<Compile Include="Views\MarkdownView.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Pages\UserProfile\AccountChooserPage.xaml.cs">
|
|
<DependentUpon>AccountChooserPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Model\Tag.cs" />
|
|
<Compile Include="Views\MDSigningView.xaml.cs">
|
|
<DependentUpon>MDSigningView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\RatingView.xaml.cs">
|
|
<DependentUpon>RatingView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\SvgImage.cs" />
|
|
<Compile Include="Views\UserListView.xaml.cs">
|
|
<DependentUpon>UserListView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Converters\Behaviors\MarkdownViewLengthValidator.Cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="App.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<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\UserProfile\AccountChooserPage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Pages\Oooops\" />
|
|
</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="Geofence.Plugin, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\Xam.Plugin.Geofence.1.1.2\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Geofence.Plugin.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Geofence.Plugin.Abstractions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\Xam.Plugin.Geofence.1.1.2\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Geofence.Plugin.Abstractions.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\v7.0\Mono.Android.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\Newtonsoft.Json.10.0.1\lib\portable-net45+win8+wpa81+wp8\Newtonsoft.Json.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Plugin.Connectivity">
|
|
<HintPath>..\..\packages\Xam.Plugin.Connectivity.2.2.12\lib\MonoAndroid10\Plugin.Connectivity.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Plugin.Connectivity.Abstractions">
|
|
<HintPath>..\..\packages\Xam.Plugin.Connectivity.2.2.12\lib\MonoAndroid10\Plugin.Connectivity.Abstractions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Plugin.DeviceInfo">
|
|
<HintPath>..\..\packages\Xam.Plugin.DeviceInfo.2.0.2\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\Plugin.DeviceInfo.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Plugin.DeviceInfo.Abstractions">
|
|
<HintPath>..\..\packages\Xam.Plugin.DeviceInfo.2.0.2\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\Plugin.DeviceInfo.Abstractions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Plugin.Geolocator">
|
|
<HintPath>..\..\packages\Xam.Plugin.Geolocator.3.0.4\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\Plugin.Geolocator.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Plugin.Geolocator.Abstractions">
|
|
<HintPath>..\..\packages\Xam.Plugin.Geolocator.3.0.4\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\Plugin.Geolocator.Abstractions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Plugin.Media">
|
|
<HintPath>..\..\packages\Xam.Plugin.Media.2.3.0\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Plugin.Media.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Plugin.Media.Abstractions">
|
|
<HintPath>..\..\packages\Xam.Plugin.Media.2.3.0\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Plugin.Media.Abstractions.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="SignaturePad.Forms, Version=1.4.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\Xamarin.Controls.SignaturePad.Forms.1.4.0\lib\portable-net45+win+wp8+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\SignaturePad.Forms.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="System.Json">
|
|
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0\System.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Net.Http.Extensions, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.29\lib\portable-net45+win8+wpa81\System.Net.Http.Extensions.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.29\lib\portable-net45+win8+wpa81\System.Net.Http.Primitives.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web.Services">
|
|
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0\System.Web.Services.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Xamarin.Android.Support.Vector.Drawable">
|
|
<HintPath>..\..\packages\Xamarin.Android.Support.Vector.Drawable.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.Vector.Drawable.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\Xamarin.Forms.2.3.3.193\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\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.3.193\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+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.3.193\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\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.3.193\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Xaml.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="XamForms.Controls.Calendar, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\XamForms.Controls.Calendar.1.0.7\lib\portable-net45+wp8+win8+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\XamForms.Controls.Calendar.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="XamSvg.Droid">
|
|
<HintPath>..\..\packages\Softlion.XamSvg.Free.2.3.2.5\lib\MonoAndroid44\XamSvg.Droid.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="XamSvg.Shared, Version=2.3.2.5, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\Softlion.XamSvg.Free.2.3.2.5\lib\portable-win8+net45+wpa81+MonoAndroid44+Xamarin.iOS10\XamSvg.Shared.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\EstimatePages\BookQueryPage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Pages\EstimatePages\EditEstimatePage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Pages\EstimatePages\BookQueriesPage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Pages\EstimatePages\EditBillingLinePage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Pages\UserProfile\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\WorkflowPage.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="Strings.resx">
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Strings.en.resx">
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Strings.en.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Views\RatingView.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Pages\Chat\ChatPage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Images\Chat\chat_icon_s.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Views\UserListView.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Images\Chat\connected.png" />
|
|
<EmbeddedResource Include="Images\Chat\connecting.png" />
|
|
<EmbeddedResource Include="Images\Chat\disconnected.png" />
|
|
<EmbeddedResource Include="Images\Chat\reconnecting.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Views\MDSigningView.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Pages\UserProfile\UserFiles.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Pages\UserProfile\UserProfilePage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Pages\EstimatePages\EstimatesProviderPage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Pages\EstimatePages\EstimatesClientPage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Pages\EstimatePages\ViewEstimatePage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Pages\EstimatePages\EstimateSigningPage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Images\Chat\talk.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Pages\ClientPages\SearchPage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\YavscLib\YavscLib.csproj">
|
|
<Project>{67f9d3a8-f71e-4428-913f-c37ae82cdb24}</Project>
|
|
<Name>YavscLib</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Pages\ClientPages\ActivityPage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Helpers\CrossGeofenceListener.txt" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
|
<Import Project="..\..\packages\Xamarin.Forms.2.3.3.193\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets" Condition="Exists('..\..\packages\Xamarin.Forms.2.3.3.193\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\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.3.193\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.2.3.3.193\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets'))" />
|
|
<Error Condition="!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
|
|
</Target>
|
|
<Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.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>
|
|
-->
|
|
</Project> |