зеркало из https://github.com/DeGsoft/maui-linux.git
21 строка
916 B
XML
21 строка
916 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>netstandard2.0;netstandard1.0</TargetFrameworks>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Xamarin.Forms.Platform\Xamarin.Forms.Platform.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Remove="Internals\Legacy\**" />
|
|
<EmbeddedResource Remove="Internals\Legacy\**" />
|
|
<None Remove="Internals\Legacy\**" />
|
|
</ItemGroup>
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.0' ">
|
|
<Compile Include="Internals\Legacy\**" />
|
|
<PackageReference Include="System.ComponentModel" Version="4.3.0" />
|
|
<PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
|
|
</ItemGroup>
|
|
<Import Project="..\Xamarin.Flex\Xamarin.Flex.projitems" Label="Shared" Condition="Exists('..\Xamarin.Flex\Xamarin.Flex.projitems')" />
|
|
</Project>
|