Ooui-tws-port/Ooui.Forms/Ooui.Forms.csproj

18 lines
441 B
XML
Raw Normal View History

2017-11-09 06:21:05 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="2.4.0.38779" />
</ItemGroup>
<ItemGroup>
<Folder Include="Renderers\" />
2017-11-09 09:38:19 +00:00
<Folder Include="Extensions\" />
2017-11-09 06:21:05 +00:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Ooui\Ooui.csproj" />
</ItemGroup>
</Project>