forked from xamarin/GoogleApisForiOSComponents
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MLKit.ModelInterpreter.targets
36 lines (34 loc) · 1.88 KB
/
MLKit.ModelInterpreter.targets
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_FirebaseMLKitAssemblyName>Firebase.MLKit.ModelInterpreter, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</_FirebaseMLKitAssemblyName>
<_FirebaseMLModelInterpreterItemsFolder>FMLMdlI-0.13.0</_FirebaseMLModelInterpreterItemsFolder>
<_FirebaseMLModelInterpreterSDKBaseFolder>$(XamarinBuildDownloadDir)$(_FirebaseMLModelInterpreterItemsFolder)\Frameworks\</_FirebaseMLModelInterpreterSDKBaseFolder>
<_TensorFlowLiteItemsFolder>TnsrFlwLt-1.10.1</_TensorFlowLiteItemsFolder>
<_TensorFlowLiteSDKBaseFolder>$(XamarinBuildDownloadDir)$(_TensorFlowLiteItemsFolder)\Frameworks\</_TensorFlowLiteSDKBaseFolder>
</PropertyGroup>
<ItemGroup Condition="('$(OutputType)'!='Library' OR '$(IsAppExtension)'=='True')">
<XamarinBuildDownload Include="$(_FirebaseMLModelInterpreterItemsFolder)">
<Url>https://dl.google.com/dl/cpdc/4c8e4fae417fa860/FirebaseMLModelInterpreter-0.13.0.tar.gz</Url>
<Kind>Tgz</Kind>
</XamarinBuildDownload>
<NativeReference Include="$(_FirebaseMLModelInterpreterSDKBaseFolder)FirebaseMLModelInterpreter.framework">
<Kind>Framework</Kind>
<SmartLink>True</SmartLink>
<ForceLoad>True</ForceLoad>
<LinkerFlags>-ObjC</LinkerFlags>
<Frameworks>CoreGraphics Foundation QuartzCore</Frameworks>
</NativeReference>
<XamarinBuildDownload Include="$(_TensorFlowLiteItemsFolder)">
<Url>https://dl.google.com/dl/cpdc/e6952cad2114f061/TensorFlowLite-1.10.1.tar.gz</Url>
<Kind>Tgz</Kind>
</XamarinBuildDownload>
<NativeReference Include="$(_TensorFlowLiteSDKBaseFolder)tensorflow_lite.framework">
<Kind>Framework</Kind>
<SmartLink>True</SmartLink>
<ForceLoad>True</ForceLoad>
<LinkerFlags>-ObjC -lc++</LinkerFlags>
<Frameworks>Accelerate</Frameworks>
</NativeReference>
</ItemGroup>
</Project>