|
|
@ -1,6 +1,5 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
<Import Project="..\..\..\nugetpackages\Xamarin.Forms.4.1.0.673156\build\Xamarin.Forms.props" Condition="Exists('..\..\..\nugetpackages\Xamarin.Forms.4.1.0.673156\build\Xamarin.Forms.props')" /> |
|
|
|
<PropertyGroup> |
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
|
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform> |
|
|
@ -97,7 +96,6 @@ |
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
<ITunesArtwork Include="iTunesArtwork" /> |
|
|
|
<ITunesArtwork Include="iTunesArtwork%402x" /> |
|
|
|
<None Include="packages.config" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<BundleResource Include="Resources\Default-568h%402x.png" /> |
|
|
@ -119,12 +117,6 @@ |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="OpenTK-1.0" /> |
|
|
|
<Reference Include="Plugin.Media, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\..\..\nugetpackages\Xam.Plugin.Media.4.0.1.5\lib\xamarinios10\Plugin.Media.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Plugin.Permissions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\..\..\nugetpackages\Plugin.Permissions.3.0.0.12\lib\xamarinios10\Plugin.Permissions.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System.Runtime.Serialization" /> |
|
|
|
<Reference Include="System.ServiceModel" /> |
|
|
@ -133,18 +125,6 @@ |
|
|
|
<Reference Include="System.Xml.Linq" /> |
|
|
|
<Reference Include="System.Xml.Serialization" /> |
|
|
|
<Reference Include="Xamarin.iOS" /> |
|
|
|
<Reference Include="Xamarin.Forms.Core"> |
|
|
|
<HintPath>..\..\..\nugetpackages\Xamarin.Forms.4.1.0.673156\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Xamarin.Forms.Platform"> |
|
|
|
<HintPath>..\..\..\nugetpackages\Xamarin.Forms.4.1.0.673156\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Xamarin.Forms.Platform.iOS"> |
|
|
|
<HintPath>..\..\..\nugetpackages\Xamarin.Forms.4.1.0.673156\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Xamarin.Forms.Xaml"> |
|
|
|
<HintPath>..\..\..\nugetpackages\Xamarin.Forms.4.1.0.673156\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\..\..\Emgu.CV.World\Emgu.CV.World.IOS.csproj"> |
|
|
@ -178,7 +158,14 @@ |
|
|
|
<Link>dog416.png</Link> |
|
|
|
</Content> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Xam.Plugin.Media"> |
|
|
|
<Version>4.0.1.5</Version> |
|
|
|
</PackageReference> |
|
|
|
<PackageReference Include="Xamarin.Forms"> |
|
|
|
<Version>4.1.0.673156</Version> |
|
|
|
</PackageReference> |
|
|
|
</ItemGroup> |
|
|
|
<Import Project="..\Core\Emgu.CV.XamarinForms.projitems" Label="Shared" /> |
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> |
|
|
|
<Import Project="..\..\..\nugetpackages\Xamarin.Forms.4.1.0.673156\build\Xamarin.Forms.targets" Condition="Exists('..\..\..\nugetpackages\Xamarin.Forms.4.1.0.673156\build\Xamarin.Forms.targets')" /> |
|
|
|
</Project> |