csharpc-sharpdotnetxamlavaloniauicross-platformcross-platform-xamlavaloniaguimulti-platformuser-interfacedotnetcore
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
152 lines
7.5 KiB
152 lines
7.5 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{7B92AF71-6287-4693-9DCB-BD5B6E927E23}</ProjectGuid>
|
|
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Avalonia.Android</RootNamespace>
|
|
<AssemblyName>Avalonia.Android</AssemblyName>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
|
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
|
<AndroidUseLatestPlatformSdk>False</AndroidUseLatestPlatformSdk>
|
|
<TargetFrameworkVersion>v4.4</TargetFrameworkVersion>
|
|
</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>
|
|
<Reference Include="Mono.Android" />
|
|
<Reference Include="mscorlib" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Collections" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.IO" />
|
|
<Reference Include="System.Reactive.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
|
|
<HintPath>..\..\..\packages\System.Reactive.Core.3.0.0\lib\netstandard1.3\System.Reactive.Core.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.Interfaces, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
|
|
<HintPath>..\..\..\packages\System.Reactive.Interfaces.3.0.0\lib\netstandard1.0\System.Reactive.Interfaces.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.PlatformServices, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
|
|
<HintPath>..\..\..\packages\System.Reactive.PlatformServices.3.0.0\lib\netstandard1.3\System.Reactive.PlatformServices.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Reflection" />
|
|
<Reference Include="System.ObjectModel" />
|
|
<Reference Include="System.Threading.Tasks" />
|
|
<Reference Include="System.Runtime" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AndroidPlatform.cs" />
|
|
<Compile Include="AndroidThreadingInterface.cs" />
|
|
<Compile Include="AvaloniaActivity.cs" />
|
|
<Compile Include="AvaloniaView.cs" />
|
|
<Compile Include="PlatformIconLoader.cs" />
|
|
<Compile Include="Platform\ClipboardImpl.cs" />
|
|
<Compile Include="CursorFactory.cs" />
|
|
<Compile Include="Platform\Input\AndroidKeyboardDevice.cs" />
|
|
<Compile Include="Platform\Input\AndroidMouseDevice.cs" />
|
|
<Compile Include="Platform\SkiaPlatform\AndroidFramebuffer.cs" />
|
|
<Compile Include="Platform\SkiaPlatform\InvalidationAwareSurfaceView.cs" />
|
|
<Compile Include="Platform\SkiaPlatform\TopLevelImpl.cs" />
|
|
<Compile Include="Platform\Specific\IAndroidView.cs" />
|
|
<Compile Include="Platform\Specific\Helpers\AndroidTouchEventsHelper.cs" />
|
|
<Compile Include="Platform\Specific\Helpers\AndroidKeyboardEventsHelper.cs" />
|
|
<Compile Include="Resources\Resource.Designer.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="RuntimeInfo.cs" />
|
|
<Compile Include="SystemDialogImpl.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="packages.config" />
|
|
<None Include="Resources\AboutResources.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<AndroidResource Include="Resources\Values\Strings.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Markup\Avalonia.Markup.Xaml\Avalonia.Markup.Xaml.csproj">
|
|
<Project>{3e53a01a-b331-47f3-b828-4a5717e77a24}</Project>
|
|
<Name>Avalonia.Markup.Xaml</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Avalonia.Animation\Avalonia.Animation.csproj">
|
|
<Project>{d211e587-d8bc-45b9-95a4-f297c8fa5200}</Project>
|
|
<Name>Avalonia.Animation</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Avalonia.Base\Avalonia.Base.csproj">
|
|
<Project>{b09b78d8-9b26-48b0-9149-d64a2f120f3f}</Project>
|
|
<Name>Avalonia.Base</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Avalonia.Controls\Avalonia.Controls.csproj">
|
|
<Project>{d2221c82-4a25-4583-9b43-d791e3f6820c}</Project>
|
|
<Name>Avalonia.Controls</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Avalonia.Diagnostics\Avalonia.Diagnostics.csproj">
|
|
<Project>{7062ae20-5dcc-4442-9645-8195bdece63e}</Project>
|
|
<Name>Avalonia.Diagnostics</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Avalonia.Input\Avalonia.Input.csproj">
|
|
<Project>{62024b2d-53eb-4638-b26b-85eeaa54866e}</Project>
|
|
<Name>Avalonia.Input</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Avalonia.Interactivity\Avalonia.Interactivity.csproj">
|
|
<Project>{6b0ed19d-a08b-461c-a9d9-a9ee40b0c06b}</Project>
|
|
<Name>Avalonia.Interactivity</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Avalonia.Layout\Avalonia.Layout.csproj">
|
|
<Project>{42472427-4774-4c81-8aff-9f27b8e31721}</Project>
|
|
<Name>Avalonia.Layout</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Avalonia.ReactiveUI\Avalonia.ReactiveUI.csproj">
|
|
<Project>{6417b24e-49c2-4985-8db2-3ab9d898ec91}</Project>
|
|
<Name>Avalonia.ReactiveUI</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Avalonia.Visuals\Avalonia.Visuals.csproj">
|
|
<Project>{eb582467-6abb-43a1-b052-e981ba910e3a}</Project>
|
|
<Name>Avalonia.Visuals</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Avalonia.Styling\Avalonia.Styling.csproj">
|
|
<Project>{f1baa01a-f176-4c6a-b39d-5b40bb1b148f}</Project>
|
|
<Name>Avalonia.Styling</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Skia\Avalonia.Skia.Android\Avalonia.Skia.Android.csproj">
|
|
<Project>{bd43f7c0-396b-4aa1-bad9-dfde54d51298}</Project>
|
|
<Name>Avalonia.Skia.Android</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="..\..\Shared\PlatformSupport\PlatformSupport.projitems" Label="Shared" />
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.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>
|