|
|
@ -1,6 +1,6 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
<Import Project="..\..\..\nugetpackages\Xamarin.Forms.2.5.0.280555\build\netstandard1.0\Xamarin.Forms.props" Condition="Exists('..\..\..\nugetpackages\Xamarin.Forms.2.5.0.280555\build\netstandard1.0\Xamarin.Forms.props')" /> |
|
|
|
<Import Project="..\..\..\nugetpackages\Xamarin.Forms.3.6.0.220655\build\Xamarin.Forms.props" Condition="Exists('..\..\..\nugetpackages\Xamarin.Forms.3.6.0.220655\build\Xamarin.Forms.props')" /> |
|
|
|
<PropertyGroup> |
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
|
|
@ -10,8 +10,8 @@ |
|
|
|
<RootNamespace>OSX</RootNamespace> |
|
|
|
<AssemblyName>OSX</AssemblyName> |
|
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
|
|
|
<TargetFrameworkIdentifier>Xamarin.Mac</TargetFrameworkIdentifier> |
|
|
|
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix> |
|
|
|
<TargetFrameworkIdentifier>Xamarin.Mac</TargetFrameworkIdentifier> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
@ -34,6 +34,7 @@ |
|
|
|
<TlsProvider></TlsProvider> |
|
|
|
<LinkMode></LinkMode> |
|
|
|
<XamMacArch></XamMacArch> |
|
|
|
<AOTMode>None</AOTMode> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
@ -49,18 +50,21 @@ |
|
|
|
<IncludeMonoRuntime>true</IncludeMonoRuntime> |
|
|
|
<UseSGen>true</UseSGen> |
|
|
|
<UseRefCounting>true</UseRefCounting> |
|
|
|
<LinkMode>SdkOnly</LinkMode> |
|
|
|
<LinkMode>None</LinkMode> |
|
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
|
<HttpClientHandler></HttpClientHandler> |
|
|
|
<TlsProvider></TlsProvider> |
|
|
|
<XamMacArch></XamMacArch> |
|
|
|
<AOTMode>None</AOTMode> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> |
|
|
|
<UseSGen>false</UseSGen> |
|
|
|
<OutputPath>.</OutputPath> |
|
|
|
<AOTMode>None</AOTMode> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> |
|
|
|
<UseSGen>false</UseSGen> |
|
|
|
<AOTMode>None</AOTMode> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
<DebugSymbols>false</DebugSymbols> |
|
|
@ -73,6 +77,7 @@ |
|
|
|
<HttpClientHandler></HttpClientHandler> |
|
|
|
<LinkMode></LinkMode> |
|
|
|
<XamMacArch></XamMacArch> |
|
|
|
<AOTMode>None</AOTMode> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
<Optimize>false</Optimize> |
|
|
@ -84,24 +89,31 @@ |
|
|
|
<HttpClientHandler></HttpClientHandler> |
|
|
|
<LinkMode></LinkMode> |
|
|
|
<XamMacArch></XamMacArch> |
|
|
|
<AOTMode>None</AOTMode> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|ARM' "> |
|
|
|
<UseSGen>false</UseSGen> |
|
|
|
<AOTMode>None</AOTMode> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' "> |
|
|
|
<UseSGen>false</UseSGen> |
|
|
|
<AOTMode>None</AOTMode> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' "> |
|
|
|
<UseSGen>false</UseSGen> |
|
|
|
<AOTMode>None</AOTMode> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|ARM' "> |
|
|
|
<UseSGen>false</UseSGen> |
|
|
|
<AOTMode>None</AOTMode> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> |
|
|
|
<UseSGen>false</UseSGen> |
|
|
|
<AOTMode>None</AOTMode> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' "> |
|
|
|
<UseSGen>false</UseSGen> |
|
|
|
<AOTMode>None</AOTMode> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="System" /> |
|
|
@ -112,16 +124,16 @@ |
|
|
|
<Reference Include="System.Xml.Linq" /> |
|
|
|
<Reference Include="OpenTK" /> |
|
|
|
<Reference Include="Xamarin.Forms.Core"> |
|
|
|
<HintPath>..\..\..\nugetpackages\Xamarin.Forms.2.5.0.280555\lib\Xamarin.Mac\Xamarin.Forms.Core.dll</HintPath> |
|
|
|
<HintPath>..\..\..\nugetpackages\Xamarin.Forms.3.6.0.220655\lib\Xamarin.Mac\Xamarin.Forms.Core.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Xamarin.Forms.Platform"> |
|
|
|
<HintPath>..\..\..\nugetpackages\Xamarin.Forms.2.5.0.280555\lib\Xamarin.Mac\Xamarin.Forms.Platform.dll</HintPath> |
|
|
|
<HintPath>..\..\..\nugetpackages\Xamarin.Forms.3.6.0.220655\lib\Xamarin.Mac\Xamarin.Forms.Platform.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Xamarin.Forms.Platform.macOS"> |
|
|
|
<HintPath>..\..\..\nugetpackages\Xamarin.Forms.2.5.0.280555\lib\Xamarin.Mac\Xamarin.Forms.Platform.macOS.dll</HintPath> |
|
|
|
<HintPath>..\..\..\nugetpackages\Xamarin.Forms.3.6.0.220655\lib\Xamarin.Mac\Xamarin.Forms.Platform.macOS.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Xamarin.Forms.Xaml"> |
|
|
|
<HintPath>..\..\..\nugetpackages\Xamarin.Forms.2.5.0.280555\lib\Xamarin.Mac\Xamarin.Forms.Xaml.dll</HintPath> |
|
|
|
<HintPath>..\..\..\nugetpackages\Xamarin.Forms.3.6.0.220655\lib\Xamarin.Mac\Xamarin.Forms.Xaml.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
@ -153,6 +165,10 @@ |
|
|
|
<Link>test_image.png</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</Content> |
|
|
|
<Content Include="..\Core\dog416.png"> |
|
|
|
<Link>dog416.png</Link> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</Content> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
@ -188,11 +204,12 @@ |
|
|
|
<ItemGroup> |
|
|
|
<InterfaceDefinition Include="Main.storyboard" /> |
|
|
|
</ItemGroup> |
|
|
|
<Import Project="..\..\..\Emgu.CV.Contrib\Emgu.CV.Contrib.projitems" Label="Shared" Condition="Exists('..\..\..\Emgu.CV.Contrib\Emgu.CV.Contrib.projitems')" /> |
|
|
|
<Import Project="..\..\..\Emgu.CV.OCR\Emgu.CV.OCR.projitems" Label="Shared" Condition="Exists('..\..\..\Emgu.CV.OCR\Emgu.CV.OCR.projitems')" /> |
|
|
|
<Import Project="..\..\..\Emgu.CV\Emgu.CV.projitems" Label="Shared" Condition="Exists('..\..\..\Emgu.CV\Emgu.CV.projitems')" /> |
|
|
|
<Import Project="..\..\..\Emgu.CV.Cuda\Emgu.CV.Cuda.projitems" Label="Shared" Condition="Exists('..\..\..\Emgu.CV.Cuda\Emgu.CV.Cuda.projitems')" /> |
|
|
|
<Import Project="..\Core\Emgu.CV.XamarinForms.projitems" Label="Shared" Condition="Exists('..\Core\Emgu.CV.XamarinForms.projitems')" /> |
|
|
|
<Import Project="..\..\..\Emgu.Util\Emgu.Util.projitems" Label="Shared" Condition="Exists('..\..\..\Emgu.Util\Emgu.Util.projitems')" /> |
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" /> |
|
|
|
<Import Project="..\..\..\nugetpackages\Xamarin.Forms.2.5.0.280555\build\netstandard1.0\Xamarin.Forms.targets" Condition="Exists('..\..\..\nugetpackages\Xamarin.Forms.2.5.0.280555\build\netstandard1.0\Xamarin.Forms.targets')" /> |
|
|
|
<Import Project="..\..\..\nugetpackages\Xamarin.Forms.3.6.0.220655\build\Xamarin.Forms.targets" Condition="Exists('..\..\..\nugetpackages\Xamarin.Forms.3.6.0.220655\build\Xamarin.Forms.targets')" /> |
|
|
|
</Project> |