зеркало из https://github.com/DeGsoft/maui-linux.git
195 строки
8.7 KiB
XML
195 строки
8.7 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>12.0</MinimumVisualStudioVersion>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{F3FDD7AC-8899-4E41-BFD7-EC83403E736D}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Xamarin.Forms.Platform.WinRT</RootNamespace>
|
|
<AssemblyName>Xamarin.Forms.Platform.WinRT</AssemblyName>
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
</PropertyGroup>
|
|
<Choose>
|
|
<When Condition=" '$(OS)' != 'Unix' ">
|
|
<PropertyGroup>
|
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile>Profile32</TargetFrameworkProfile>
|
|
</PropertyGroup>
|
|
</When>
|
|
<When Condition=" '$(OS)' == 'Unix' ">
|
|
<PropertyGroup>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
|
|
</PropertyGroup>
|
|
</When>
|
|
</Choose>
|
|
<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>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<NoWarn>
|
|
</NoWarn>
|
|
</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>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<NoWarn>
|
|
</NoWarn>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<!-- A reference to the entire .NET Framework is automatically included -->
|
|
<ProjectReference Include="..\Xamarin.Forms.Core\Xamarin.Forms.Core.csproj">
|
|
<Project>{57b8b73d-c3b5-4c42-869e-7b2f17d354ac}</Project>
|
|
<Name>Xamarin.Forms.Core</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup Condition=" '$(OS)' != 'Unix' ">
|
|
<TargetPlatform Include="WindowsPhoneApp, Version=8.1" />
|
|
<TargetPlatform Include="Windows, Version=8.1" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\Xamarin.Forms.Core\Properties\GlobalAssemblyInfo.cs">
|
|
<Link>Properties\GlobalAssemblyInfo.cs</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup Condition=" '$(OS)' != 'Unix' ">
|
|
<Compile Include="NavigationPageRendererWinRT.cs" />
|
|
<Compile Include="PlatformWinRT.cs" />
|
|
<Compile Include="BrushHelpers.cs" />
|
|
<Compile Include="NativeBindingExtensions.cs" />
|
|
<Compile Include="NativeEventWrapper.cs" />
|
|
<Compile Include="NativePropertyListener.cs" />
|
|
<Compile Include="NativeViewWrapper.cs" />
|
|
<Compile Include="NativeViewWrapperRenderer.cs" />
|
|
<Compile Include="ViewExtensions.cs" />
|
|
<Compile Include="LayoutExtensions.cs" />
|
|
<Compile Include="PlatformEffect.cs" />
|
|
<Compile Include="FormsComboBox.cs" />
|
|
<Compile Include="FormsTextBox.cs" />
|
|
<Compile Include="ITitleProvider.cs" />
|
|
<Compile Include="IToolbarProvider.cs" />
|
|
<Compile Include="FrameworkElementExtensions.cs" />
|
|
<Compile Include="ActivityIndicatorRenderer.cs" />
|
|
<Compile Include="AsyncValue.cs" />
|
|
<Compile Include="BackgroundTracker.cs" />
|
|
<Compile Include="BoolToVisibilityConverter.cs" />
|
|
<Compile Include="ButtonRenderer.cs" />
|
|
<Compile Include="CarouselPageRenderer.cs" />
|
|
<Compile Include="CellControl.cs" />
|
|
<Compile Include="CollapseWhenEmptyConverter.cs" />
|
|
<Compile Include="ColorConverter.cs" />
|
|
<Compile Include="ConvertExtensions.cs" />
|
|
<Compile Include="DatePickerRenderer.cs" />
|
|
<Compile Include="DefaultRenderer.cs" />
|
|
<Compile Include="EditorRenderer.cs" />
|
|
<Compile Include="EntryCellTextBox.cs" />
|
|
<Compile Include="EntryRenderer.cs" />
|
|
<Compile Include="ExportRendererAttribute.cs" />
|
|
<Compile Include="FileImageSourcePathConverter.cs" />
|
|
<Compile Include="FormsButton.cs" />
|
|
<Compile Include="FormsProgressBar.cs" />
|
|
<Compile Include="FrameRenderer.cs" />
|
|
<Compile Include="ImageConverter.cs" />
|
|
<Compile Include="KeyboardConverter.cs" />
|
|
<Compile Include="KeyboardExtensions.cs" />
|
|
<Compile Include="ListGroupHeaderPresenter.cs" />
|
|
<Compile Include="ListViewGroupStyleSelector.cs" />
|
|
<Compile Include="MasterBackgroundConverter.cs" />
|
|
<Compile Include="MasterDetailControl.cs" />
|
|
<Compile Include="MasterDetailPageRenderer.cs" />
|
|
<Compile Include="MenuItemCommand.cs" />
|
|
<Compile Include="PageToRenderedElementConverter.cs" />
|
|
<Compile Include="PickerRenderer.cs" />
|
|
<Compile Include="StepperControl.xaml.cs">
|
|
<DependentUpon>StepperControl.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="StepperRenderer.cs" />
|
|
<Compile Include="TableViewRenderer.cs" />
|
|
<Compile Include="TimePickerRenderer.cs" />
|
|
<Compile Include="ViewToRendererConverter.cs" />
|
|
<Compile Include="VisualElementExtensions.cs" />
|
|
<Compile Include="Extensions.cs" />
|
|
<Compile Include="FileImageSourceHandler.cs" />
|
|
<Compile Include="FontExtensions.cs" />
|
|
<Compile Include="HeightConverter.cs" />
|
|
<Compile Include="ICellRenderer.cs" />
|
|
<Compile Include="IImageSourceHandler.cs" />
|
|
<Compile Include="UriImageSourceHandler.cs" />
|
|
<Compile Include="ImageRenderer.cs" />
|
|
<Compile Include="IVisualElementRenderer.cs" />
|
|
<Compile Include="LabelRenderer.cs" />
|
|
<Compile Include="CaseConverter.cs" />
|
|
<Compile Include="ListViewRenderer.cs" />
|
|
<Compile Include="NavigationPageRenderer.cs" />
|
|
<Compile Include="PageControl.xaml.cs">
|
|
<DependentUpon>PageControl.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Platform.cs" />
|
|
<Compile Include="ProgressBarRenderer.cs" />
|
|
<Compile Include="RendererFactory.cs" />
|
|
<Compile Include="BoxViewRenderer.cs" />
|
|
<Compile Include="LayoutRenderer.cs" />
|
|
<Compile Include="PageRenderer.cs" />
|
|
<Compile Include="ScrollViewRenderer.cs" />
|
|
<Compile Include="SliderRenderer.cs" />
|
|
<Compile Include="StreamImagesourceHandler.cs" />
|
|
<Compile Include="SwitchRenderer.cs" />
|
|
<Compile Include="TaskExtensions.cs" />
|
|
<Compile Include="TextCellRenderer.cs" />
|
|
<Compile Include="ViewRenderer.cs" />
|
|
<Compile Include="VisualElementPackager.cs" />
|
|
<Compile Include="VisualElementRenderer.cs" />
|
|
<Compile Include="VisualElementTracker.cs" />
|
|
<Compile Include="WebViewRenderer.cs" />
|
|
<Compile Include="WindowsBasePage.cs" />
|
|
<Compile Include="WindowsExpressionSearch.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="WindowsDeviceInfo.cs" />
|
|
<Compile Include="WindowsIsolatedStorage.cs" />
|
|
<Compile Include="WindowsBasePlatformServices.cs" />
|
|
<Compile Include="WindowsSerializer.cs" />
|
|
<Compile Include="WindowsTicker.cs" />
|
|
<Compile Include="VisualElementChangedEventArgs.cs" />
|
|
<Compile Include="HorizontalTextAlignmentConverter.cs" />
|
|
<Compile Include="AlignmentExtensions.cs" />
|
|
<Compile Include="TextAlignmentToHorizontalAlignmentConverter.cs" />
|
|
<Compile Include="..\Xamarin.Forms.Platform.UAP\NativeBindingService.cs">
|
|
<Link>NativeBindingService.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Xamarin.Forms.Platform.UAP\NativeValueConverterService.cs">
|
|
<Link>NativeValueConverterService.cs</Link>
|
|
</Compile>
|
|
<Compile Include="PlatformConfigurationExtensions.cs" />
|
|
<Page Include="PageControl.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="StepperControl.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.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>
|
|
-->
|
|
</Project> |