iOSBindingOpenCV.csproj 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProjectTypeGuids>{8FFB629D-F513-41CE-95D2-7ECE97B6EEEC};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  7. <ProjectGuid>{40EDE8CD-C879-4D0B-834F-CCE8AF4F23A7}</ProjectGuid>
  8. <TemplateGuid>{b6f3ff35-79b2-4f25-a2fc-60a7cf61013b}</TemplateGuid>
  9. <OutputType>Library</OutputType>
  10. <RootNamespace>iOSBindingOpenCV</RootNamespace>
  11. <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
  12. <AssemblyName>iOSBindingOpenCV</AssemblyName>
  13. <RestoreProjectStyle>PackageReference</RestoreProjectStyle>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug</OutputPath>
  20. <DefineConstants>DEBUG;</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>full</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release</OutputPath>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <Reference Include="Xamarin.iOS" />
  36. </ItemGroup>
  37. <ItemGroup>
  38. <Folder Include="Resources\" />
  39. </ItemGroup>
  40. <ItemGroup>
  41. <Compile Include="Properties\AssemblyInfo.cs" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <ObjcBindingApiDefinition Include="ApiDefinition.cs" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <ObjcBindingCoreSource Include="Structs.cs" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <NativeReference Include="..\..\..\Desktop\OpenCVSwiftFrameworkProxy\build\Release-iphoneos\OpenCVSwiftFrameworkProxy.framework">
  51. <Kind>Framework</Kind>
  52. <Frameworks>Foundation</Frameworks>
  53. </NativeReference>
  54. <NativeReference Include="..\..\..\Desktop\opencv2.framework">
  55. <Kind>Framework</Kind>
  56. </NativeReference>
  57. </ItemGroup>
  58. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.ObjCBinding.CSharp.targets" />
  59. </Project>