18 lines
491 B
XML
18 lines
491 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Ooui\Ooui.csproj" />
|
|
<ProjectReference Include="..\Ooui.Forms\Ooui.Forms.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Xamarin.Forms" Version="2.4.0.38779" />
|
|
</ItemGroup>
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
<RuntimeIdentifiers>win10-x64;osx.10.11-x64</RuntimeIdentifiers>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|