Ooui-tws-port/Samples/Samples.csproj

57 lines
1.7 KiB
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-12-10 03:18:34 +00:00
<EmbeddedResource Include="BugSweeper\Images\RedBug.png" />
<EmbeddedResource Include="BugSweeper\Images\Xamarin120.png" />
2017-11-16 05:59:40 +00:00
</ItemGroup>
<ItemGroup>
2017-11-26 19:30:19 +00:00
<Compile Update="ButtonXamlPage.xaml.cs">
<DependentUpon>ButtonXamlPage.xaml</DependentUpon>
2017-11-19 18:49:17 +00:00
</Compile>
2017-11-26 19:30:19 +00:00
<Compile Update="DisplayAlertPage.xaml.cs">
<DependentUpon>DisplayAlertPage.xaml</DependentUpon>
</Compile>
<Compile Update="XamlPreviewPage.xaml.cs">
<DependentUpon>XamlPreviewPage.xaml</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="ButtonXamlPage.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
2017-11-19 18:49:17 +00:00
<EmbeddedResource Update="DisplayAlertPage.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
2017-11-26 19:30:19 +00:00
<EmbeddedResource Update="XamlPreviewPage.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
</ItemGroup>
2017-11-16 06:22:24 +00:00
2017-12-10 03:18:34 +00:00
<ItemGroup>
<None Remove="BugSweeper\Images\RedBug.png" />
<None Remove="BugSweeper\Images\Xamarin120.png" />
</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>