Ooui-tws-port/Samples/Samples.csproj

18 lines
491 B
XML
Raw Normal View History

2017-06-12 22:35:19 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\Ooui\Ooui.csproj" />
2017-11-09 07:12:59 +00:00
<ProjectReference Include="..\Ooui.Forms\Ooui.Forms.csproj" />
2017-06-12 22:35:19 +00:00
</ItemGroup>
2017-11-09 07:12:59 +00:00
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="2.4.0.38779" />
</ItemGroup>
2017-06-12 22:35:19 +00:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeIdentifiers>win10-x64;osx.10.11-x64</RuntimeIdentifiers>
</PropertyGroup>
</Project>