Ooui-tws-port/Samples/Samples.csproj

27 lines
694 B
XML
Raw Normal View History

2017-06-12 22:35:19 +00:00
<Project Sdk="Microsoft.NET.Sdk">
2017-11-16 06:22:24 +00:00
<PropertyGroup>
<EnableDefaultEmbeddedResourceItems>False</EnableDefaultEmbeddedResourceItems>
</PropertyGroup>
2017-06-12 22:35:19 +00:00
<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-11-16 06:22:24 +00:00
2017-11-16 05:59:40 +00:00
<ItemGroup>
2017-11-16 06:22:24 +00:00
<EmbeddedResource Include="**/*.xaml" />
2017-11-16 05:59:40 +00:00
</ItemGroup>
2017-11-16 06:22:24 +00:00
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>