Fix XAML inclusion

This commit is contained in:
Frank A. Krueger 2017-11-16 00:22:24 -06:00
parent b3ec5a0be6
commit 94ca8cea86
1 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<EnableDefaultEmbeddedResourceItems>False</EnableDefaultEmbeddedResourceItems>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Ooui\Ooui.csproj" />
<ProjectReference Include="..\Ooui.Forms\Ooui.Forms.csproj" />
@ -8,9 +12,11 @@
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="2.4.0.38779" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="**/*" />
<EmbeddedResource Include="**/*.xaml" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>