Advertisement
Guest User

Untitled

a guest
May 9th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.72 KB | None | 0 0
  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. <ProjectGuid>{9FB87DA0-5C09-4931-A530-9907337D78C4}</ProjectGuid>
  7. <ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>SpeechCentralMac</RootNamespace>
  10. <AssemblyName>Speech Central</AssemblyName>
  11. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  12. <MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
  13. <TargetFrameworkIdentifier>Xamarin.Mac</TargetFrameworkIdentifier>
  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>__UNIFIED__;DEBUG;__IOS__;__MACOS__</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <EnableCodeSigning>true</EnableCodeSigning>
  24. <CodeSigningKey>Mac Developer</CodeSigningKey>
  25. <CreatePackage>false</CreatePackage>
  26. <EnablePackageSigning>true</EnablePackageSigning>
  27. <IncludeMonoRuntime>false</IncludeMonoRuntime>
  28. <UseSGen>true</UseSGen>
  29. <UseRefCounting>true</UseRefCounting>
  30. <HttpClientHandler>NSUrlSessionHandler</HttpClientHandler>
  31. <TlsProvider>Default</TlsProvider>
  32. <LinkMode>None</LinkMode>
  33. <XamMacArch>x86_64</XamMacArch>
  34. <CustomCommands>
  35. <CustomCommands>
  36. <Command>
  37. <type>Custom</type>
  38. </Command>
  39. </CustomCommands>
  40. </CustomCommands>
  41. <PackageSigningKey>3rd Party Mac Developer Installer</PackageSigningKey>
  42. <CodeSignProvision>Speech Central Mac dev</CodeSignProvision>
  43. <CodeSignEntitlements>Entitlements.plist</CodeSignEntitlements>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  46. <DebugType></DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release</OutputPath>
  49. <DefineConstants>__UNIFIED__;__IOS__;__MACOS__</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <EnableCodeSigning>true</EnableCodeSigning>
  53. <CreatePackage>true</CreatePackage>
  54. <EnablePackageSigning>true</EnablePackageSigning>
  55. <IncludeMonoRuntime>true</IncludeMonoRuntime>
  56. <UseSGen>true</UseSGen>
  57. <UseRefCounting>true</UseRefCounting>
  58. <LinkMode>None</LinkMode>
  59. <HttpClientHandler>NSUrlSessionHandler</HttpClientHandler>
  60. <TlsProvider>Default</TlsProvider>
  61. <XamMacArch></XamMacArch>
  62. <CodeSigningKey>3rd Party Mac Developer Application: LABSII DOO BEOGRAD (AJ9PH6R4L3)</CodeSigningKey>
  63. <PackageSigningKey>3rd Party Mac Developer Installer: LABSII DOO BEOGRAD (AJ9PH6R4L3)</PackageSigningKey>
  64. <CodeSignProvision>Speech Central App Store</CodeSignProvision>
  65. <CodeSignEntitlements>Entitlements.plist</CodeSignEntitlements>
  66. <MonoBundlingExtraArgs>--registrar:dynamic</MonoBundlingExtraArgs>
  67. </PropertyGroup>
  68. <ItemGroup>
  69. <Reference Include="System" />
  70. <Reference Include="System.Core" />
  71. <Reference Include="Xamarin.Mac" />
  72. <Reference Include="HtmlAgilityPack.NetCore">
  73. <HintPath>..\packages\HtmlAgilityPack.NetCore.1.5.0.1\lib\netstandard1.3\HtmlAgilityPack.NetCore.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System.Xml" />
  76. <Reference Include="System.Xml.Linq" />
  77. <Reference Include="System.Xml.Serialization" />
  78. <Reference Include="System.Xml.XPath" />
  79. <Reference Include="System.Runtime" />
  80. <Reference Include="PCLStorage.Abstractions">
  81. <HintPath>..\packages\PCLStorage.1.0.2\lib\portable-Xamarin.iOS+Xamarin.Mac\PCLStorage.Abstractions.dll</HintPath>
  82. </Reference>
  83. <Reference Include="PCLStorage">
  84. <HintPath>..\packages\PCLStorage.1.0.2\lib\portable-Xamarin.iOS+Xamarin.Mac\PCLStorage.dll</HintPath>
  85. </Reference>
  86. <Reference Include="Microsoft.CSharp" />
  87. <Reference Include="Newtonsoft.Json">
  88. <HintPath>..\packages\Newtonsoft.Json.10.0.1\lib\netstandard1.3\Newtonsoft.Json.dll</HintPath>
  89. </Reference>
  90. <Reference Include="Plugin.Settings.Abstractions">
  91. <HintPath>..\packages\Xam.Plugins.Settings.2.5.4\lib\Xamarin.Mac20\Plugin.Settings.Abstractions.dll</HintPath>
  92. </Reference>
  93. <Reference Include="Plugin.Settings">
  94. <HintPath>..\packages\Xam.Plugins.Settings.2.5.4\lib\Xamarin.Mac20\Plugin.Settings.dll</HintPath>
  95. </Reference>
  96. <Reference Include="Microsoft.WindowsAzure.Mobile">
  97. <HintPath>..\packages\Microsoft.Azure.Mobile.Client.3.1.0\lib\net45\Microsoft.WindowsAzure.Mobile.dll</HintPath>
  98. </Reference>
  99. <Reference Include="Microsoft.WindowsAzure.Mobile.SQLiteStore">
  100. <HintPath>..\packages\Microsoft.Azure.Mobile.Client.SQLiteStore.3.1.0\lib\portable-win+net45+wp8+wpa81+monotouch10+monoandroid10+xamarinios10\Microsoft.WindowsAzure.Mobile.SQLiteStore.dll</HintPath>
  101. </Reference>
  102. <Reference Include="Microsoft.WindowsAzure.Storage">
  103. <HintPath>..\packages\WindowsAzure.Storage.4.4.1-preview\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
  104. </Reference>
  105. <Reference Include="SharpCompress">
  106. <HintPath>..\packages\SharpCompress.0.15.2\lib\netstandard1.3\SharpCompress.dll</HintPath>
  107. </Reference>
  108. <Reference Include="Microsoft.WindowsAzure.Mobile.Ext">
  109. <HintPath>..\packages\Microsoft.Azure.Mobile.Client.3.1.0\lib\net45\Microsoft.WindowsAzure.Mobile.Ext.dll</HintPath>
  110. </Reference>
  111. <Reference Include="System.Net.Http" />
  112. <Reference Include="System.Net.Http.Primitives">
  113. <HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll</HintPath>
  114. </Reference>
  115. <Reference Include="Microsoft.Data.Edm">
  116. <HintPath>..\packages\Microsoft.Data.Edm.5.8.2\lib\netstandard1.1\Microsoft.Data.Edm.dll</HintPath>
  117. </Reference>
  118. <Reference Include="System.Spatial">
  119. <HintPath>..\packages\System.Spatial.5.8.2\lib\netstandard1.1\System.Spatial.dll</HintPath>
  120. </Reference>
  121. <Reference Include="Microsoft.Data.OData">
  122. <HintPath>..\packages\Microsoft.Data.OData.5.8.2\lib\netstandard1.1\Microsoft.Data.OData.dll</HintPath>
  123. </Reference>
  124. <Reference Include="Microsoft.Data.Services.Client">
  125. <HintPath>..\packages\Microsoft.Data.Services.Client.5.8.2\lib\netstandard1.1\Microsoft.Data.Services.Client.dll</HintPath>
  126. </Reference>
  127. <Reference Include="Microsoft.Azure.KeyVault.Core">
  128. <HintPath>..\packages\Microsoft.Azure.KeyVault.Core.2.0.4\lib\netstandard1.5\Microsoft.Azure.KeyVault.Core.dll</HintPath>
  129. </Reference>
  130. <Reference Include="SQLitePCLRaw.core">
  131. <HintPath>..\packages\SQLitePCLRaw.core.1.1.2\lib\Xamarin.Mac20\SQLitePCLRaw.core.dll</HintPath>
  132. </Reference>
  133. <Reference Include="SQLitePCLRaw.provider.e_sqlite3">
  134. <HintPath>..\packages\SQLitePCLRaw.provider.e_sqlite3.macos.1.1.2\lib\Xamarin.Mac20\SQLitePCLRaw.provider.e_sqlite3.dll</HintPath>
  135. </Reference>
  136. <Reference Include="SQLitePCLRaw.batteries_e_sqlite3">
  137. <HintPath>..\packages\SQLitePCLRaw.bundle_e_sqlite3.1.1.2\lib\Xamarin.Mac20\SQLitePCLRaw.batteries_e_sqlite3.dll</HintPath>
  138. </Reference>
  139. <Reference Include="SQLitePCLRaw.batteries_v2">
  140. <HintPath>..\packages\SQLitePCLRaw.bundle_e_sqlite3.1.1.2\lib\Xamarin.Mac20\SQLitePCLRaw.batteries_v2.dll</HintPath>
  141. </Reference>
  142. </ItemGroup>
  143. <ItemGroup>
  144. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json" />
  145. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-256.png" />
  146. <ImageAsset Include="Assets.xcassets\Contents.json" />
  147. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\16.png" />
  148. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\16%402x.png" />
  149. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\32.png" />
  150. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\32%402x.png" />
  151. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\256.png" />
  152. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\128%402x.png" />
  153. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\128-2.png" />
  154. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\1024.png" />
  155. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\512-2.png" />
  156. <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\256%402x.png" />
  157. <ImageAsset Include="Assets.xcassets\Image-1.imageset\Contents.json" />
  158. <ImageAsset Include="Media.xcassets\Contents.json" />
  159. <ImageAsset Include="Media.xcassets\DeleteIcon.imageset\Contents.json" />
  160. <ImageAsset Include="Media.xcassets\DeleteIcon.imageset\aDeleteToolbar.pdf" />
  161. <ImageAsset Include="Media.xcassets\TrashSidebar.imageset\Contents.json" />
  162. <ImageAsset Include="Media.xcassets\OldArticles.imageset\Contents.json" />
  163. <ImageAsset Include="Media.xcassets\Headlines.imageset\Contents.json" />
  164. <ImageAsset Include="Media.xcassets\Articles.imageset\Contents.json" />
  165. <ImageAsset Include="Media.xcassets\Articles.imageset\Document-2.pdf" />
  166. <ImageAsset Include="Media.xcassets\Link.imageset\Contents.json" />
  167. <ImageAsset Include="Media.xcassets\EmptyTile.imageset\Contents.json" />
  168. <ImageAsset Include="Media.xcassets\EmptyTile.imageset\share to speech empty tile square.pdf" />
  169. <ImageAsset Include="Media.xcassets\Play.imageset\Contents.json" />
  170. <ImageAsset Include="Media.xcassets\Play.imageset\play.pdf" />
  171. <ImageAsset Include="Media.xcassets\Pause.imageset\Contents.json" />
  172. <ImageAsset Include="Media.xcassets\Pause.imageset\ic_pause_24px.pdf" />
  173. <ImageAsset Include="Media.xcassets\Next.imageset\Contents.json" />
  174. <ImageAsset Include="Media.xcassets\Next.imageset\ic_fast_forward_48px.pdf" />
  175. <ImageAsset Include="Media.xcassets\Rewind.imageset\Contents.json" />
  176. <ImageAsset Include="Media.xcassets\Rewind.imageset\ic_fast_rewind_48px.pdf" />
  177. <ImageAsset Include="Media.xcassets\Stop.imageset\Contents.json" />
  178. <ImageAsset Include="Media.xcassets\Stop.imageset\ic_stop_48px.pdf" />
  179. <ImageAsset Include="Resources\Assets.xcassets\AppIcon.appiconset\.DS_Store" />
  180. <ImageAsset Include="Media.xcassets\Undo.imageset\Contents.json" />
  181. <ImageAsset Include="Media.xcassets\Undo.imageset\undo.pdf" />
  182. <ImageAsset Include="Media.xcassets\Link.imageset\link-2.pdf" />
  183. <ImageAsset Include="Media.xcassets\PlayIcon.imageset\Contents.json" />
  184. <ImageAsset Include="Media.xcassets\Articles.imageset\Document2-4.pdf" />
  185. <ImageAsset Include="Media.xcassets\OldArticles.imageset\Box Filled2-5.pdf" />
  186. <ImageAsset Include="Media.xcassets\Headlines.imageset\News-2.pdf" />
  187. <ImageAsset Include="Media.xcassets\TrashSidebar.imageset\Trash%281%29.pdf" />
  188. <ImageAsset Include="Media.xcassets\PlayIcon.imageset\play icon-2.pdf" />
  189. <ImageAsset Include="Media.xcassets\AudioFiles.imageset\Contents.json" />
  190. <ImageAsset Include="Media.xcassets\AudioFiles.imageset\Music-2.pdf" />
  191. <ImageAsset Include="Media.xcassets\SaveIcon.imageset\Contents.json" />
  192. <ImageAsset Include="Media.xcassets\SaveIcon.imageset\save icon.pdf" />
  193. <ImageAsset Include="Media.xcassets\Edit.imageset\Contents.json" />
  194. <ImageAsset Include="Media.xcassets\Edit.imageset\Edit.pdf" />
  195. <ImageAsset Include="Media.xcassets\Filter.imageset\Contents.json" />
  196. <ImageAsset Include="Media.xcassets\Filter.imageset\filter.pdf" />
  197. </ItemGroup>
  198. <ItemGroup>
  199. <Folder Include="Resources\" />
  200. <Folder Include="Helpers\" />
  201. <Folder Include="Media.xcassets\DeleteIcon.imageset\" />
  202. <Folder Include="Media.xcassets\DeleteAltIcon.imageset\" />
  203. <Folder Include="Media.xcassets\TrashSidebar.imageset\" />
  204. <Folder Include="Media.xcassets\OldArticles.imageset\" />
  205. <Folder Include="Media.xcassets\Headlines.imageset\" />
  206. <Folder Include="Media.xcassets\Articles.imageset\" />
  207. <Folder Include="Media.xcassets\Link.imageset\" />
  208. <Folder Include="SourceListView\" />
  209. <Folder Include="Media.xcassets\EmptyTile.imageset\" />
  210. <Folder Include="Popular Headlines\" />
  211. <Folder Include="Media.xcassets\Play.imageset\" />
  212. <Folder Include="Media.xcassets\Pause.imageset\" />
  213. <Folder Include="Media.xcassets\Next.imageset\" />
  214. <Folder Include="Media.xcassets\Rewind.imageset\" />
  215. <Folder Include="Media.xcassets\Stop.imageset\" />
  216. <Folder Include="Media.xcassets\Undo.imageset\" />
  217. <Folder Include="Media.xcassets\OldArticlesAlt.imageset\" />
  218. <Folder Include="Media.xcassets\PlayIcon.imageset\" />
  219. <Folder Include="Media.xcassets\AudioFiles.imageset\" />
  220. <Folder Include="Media.xcassets\SaveIcon.imageset\" />
  221. <Folder Include="SourceListPlayer\" />
  222. <Folder Include="Media.xcassets\Edit.imageset\" />
  223. <Folder Include="Media.xcassets\Filter.imageset\" />
  224. </ItemGroup>
  225. <ItemGroup>
  226. <None Include="Info.plist" />
  227. <None Include="Entitlements.plist" />
  228. <None Include="packages.config" />
  229. </ItemGroup>
  230. <ItemGroup>
  231. <Compile Include="Main.cs" />
  232. <Compile Include="ViewController.cs" />
  233. <Compile Include="ViewController.designer.cs">
  234. <DependentUpon>ViewController.cs</DependentUpon>
  235. </Compile>
  236. <Compile Include="SpeechDelegate.cs" />
  237. <Compile Include="DataClassiOS.cs" />
  238. <Compile Include="Helpers\Parameters.cs" />
  239. <Compile Include="Helpers\Settings.cs" />
  240. <Compile Include="VModeliOS.cs" />
  241. <Compile Include="AppSettingsiOS.cs" />
  242. <Compile Include="WindowController.cs" />
  243. <Compile Include="WindowController.designer.cs">
  244. <DependentUpon>WindowController.cs</DependentUpon>
  245. </Compile>
  246. <Compile Include="AppDelegate.cs" />
  247. <Compile Include="SourceListView\SourceListDataSource.cs" />
  248. <Compile Include="SourceListView\SourceListDelegate.cs" />
  249. <Compile Include="SourceListView\SourceListItem.cs" />
  250. <Compile Include="SourceListView\SourceListView.cs" />
  251. <Compile Include="MainTableDelegate.cs" />
  252. <Compile Include="MainTableDataSource.cs" />
  253. <Compile Include="CustomSpeechCell.cs" />
  254. <Compile Include="CustomSpeechCell.designer.cs">
  255. <DependentUpon>CustomSpeechCell.cs</DependentUpon>
  256. </Compile>
  257. <Compile Include="PlayerViewController.cs" />
  258. <Compile Include="PlayerViewController.designer.cs">
  259. <DependentUpon>PlayerViewController.cs</DependentUpon>
  260. </Compile>
  261. <Compile Include="Popular Headlines\PopularHeadlinesTableDataSource.cs" />
  262. <Compile Include="Popular Headlines\PopularHeadlinesTableDelegate.cs" />
  263. <Compile Include="Popular Headlines\PopularSiteCell.cs" />
  264. <Compile Include="Popular Headlines\PopularSiteCell.designer.cs">
  265. <DependentUpon>PopularSiteCell.cs</DependentUpon>
  266. </Compile>
  267. <Compile Include="Popular Headlines\PopularSitesTable.cs" />
  268. <Compile Include="Popular Headlines\PopularSitesViewController.cs" />
  269. <Compile Include="Popular Headlines\PopularSitesViewController.designer.cs">
  270. <DependentUpon>PopularSitesViewController.cs</DependentUpon>
  271. </Compile>
  272. <Compile Include="Popular Headlines\PopularSitesWindowController.cs" />
  273. <Compile Include="Popular Headlines\PopularSitesWindowController.designer.cs">
  274. <DependentUpon>PopularSitesWindowController.cs</DependentUpon>
  275. </Compile>
  276. <Compile Include="SpeechListTableView.cs" />
  277. <Compile Include="SpeechListTableView.designer.cs">
  278. <DependentUpon>SpeechListTableView.cs</DependentUpon>
  279. </Compile>
  280. <Compile Include="ParagprahsTableDataSource.cs" />
  281. <Compile Include="ParagprahsTableDelegate.cs" />
  282. <Compile Include="ParagraphCell.cs" />
  283. <Compile Include="ParagraphCell.designer.cs">
  284. <DependentUpon>ParagraphCell.cs</DependentUpon>
  285. </Compile>
  286. <Compile Include="AppDelegate.designer.cs">
  287. <DependentUpon>AppDelegate.cs</DependentUpon>
  288. </Compile>
  289. <Compile Include="PreferencesWindowController.cs" />
  290. <Compile Include="PreferencesWindowController.designer.cs">
  291. <DependentUpon>PreferencesWindowController.cs</DependentUpon>
  292. </Compile>
  293. <Compile Include="PreferencesViewController.cs" />
  294. <Compile Include="PreferencesViewController.designer.cs">
  295. <DependentUpon>PreferencesViewController.cs</DependentUpon>
  296. </Compile>
  297. <Compile Include="AddFromWebWindowController.cs" />
  298. <Compile Include="AddFromWebWindowController.designer.cs">
  299. <DependentUpon>AddFromWebWindowController.cs</DependentUpon>
  300. </Compile>
  301. <Compile Include="AddFromWebViewController.cs" />
  302. <Compile Include="AddFromWebViewController.designer.cs">
  303. <DependentUpon>AddFromWebViewController.cs</DependentUpon>
  304. </Compile>
  305. <Compile Include="WebNavigationDelegate.cs" />
  306. <Compile Include="TypeWindowController.cs" />
  307. <Compile Include="TypeWindowController.designer.cs">
  308. <DependentUpon>TypeWindowController.cs</DependentUpon>
  309. </Compile>
  310. <Compile Include="TypeViewController.cs" />
  311. <Compile Include="TypeViewController.designer.cs">
  312. <DependentUpon>TypeViewController.cs</DependentUpon>
  313. </Compile>
  314. <Compile Include="PropertiesContextMenuDelegate.cs" />
  315. <Compile Include="MainScrollView.cs" />
  316. <Compile Include="PlayerWindowController.cs" />
  317. <Compile Include="PlayerWindowController.designer.cs">
  318. <DependentUpon>PlayerWindowController.cs</DependentUpon>
  319. </Compile>
  320. <Compile Include="MP3SpeechDelegate.cs" />
  321. <Compile Include="IOWin.cs" />
  322. <Compile Include="AppSettingsWin.cs" />
  323. <Compile Include="Popular Headlines\PopularSourceListDelegate.cs" />
  324. <Compile Include="Popular Headlines\PopularSourceListSourceDataSource.cs" />
  325. <Compile Include="SourceListPlayer\SourceListPlayerDataSource.cs" />
  326. <Compile Include="SourceListPlayer\PlayerSourceListDelegate.cs" />
  327. <Compile Include="SourceListPlayer\SourceListParagraph.cs" />
  328. <Compile Include="FilterPanel.cs" />
  329. <Compile Include="FilterPanel.designer.cs">
  330. <DependentUpon>FilterPanel.cs</DependentUpon>
  331. </Compile>
  332. <Compile Include="FilterPanelController.cs" />
  333. <Compile Include="FilterPanelController.designer.cs">
  334. <DependentUpon>FilterPanelController.cs</DependentUpon>
  335. </Compile>
  336. <Compile Include="AboutController.cs" />
  337. <Compile Include="AboutController.designer.cs">
  338. <DependentUpon>AboutController.cs</DependentUpon>
  339. </Compile>
  340. </ItemGroup>
  341. <ItemGroup>
  342. <InterfaceDefinition Include="Main.storyboard" />
  343. <InterfaceDefinition Include="FilterPanel.xib" />
  344. </ItemGroup>
  345. <ItemGroup>
  346. <ProjectReference Include="..\..\..\Downloads\ShareExtension\SpeechCentralMacShareExtension.csproj">
  347. <IsAppExtension>true</IsAppExtension>
  348. <Project>{971BF5CE-2049-45B1-AC86-62854E235E27}</Project>
  349. <Name>SpeechCentralMacShareExtension</Name>
  350. </ProjectReference>
  351. </ItemGroup>
  352. <ItemGroup>
  353. <BundleResource Include="Resources\about.txt" />
  354. <BundleResource Include="Resources\Core14.profile.xml" />
  355. </ItemGroup>
  356. <ItemGroup>
  357. <NativeReference Include="bin\Release\libe_sqlite3.dylib">
  358. <Kind>Dynamic</Kind>
  359. <SmartLink>False</SmartLink>
  360. </NativeReference>
  361. </ItemGroup>
  362. <Import Project="..\Player Shared\Player Shared.projitems" Label="Shared" Condition="Exists('..\Player Shared\Player Shared.projitems')" />
  363. <Import Project="..\Share to Speech.Shared\Share to Speech.Shared.projitems" Label="Shared" Condition="Exists('..\Share to Speech.Shared\Share to Speech.Shared.projitems')" />
  364. <Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
  365. <Import Project="..\packages\SQLitePCLRaw.lib.e_sqlite3.osx.1.1.2\build\SQLitePCLRaw.lib.e_sqlite3.osx.targets" Condition="Exists('..\packages\SQLitePCLRaw.lib.e_sqlite3.osx.1.1.2\build\SQLitePCLRaw.lib.e_sqlite3.osx.targets')" />
  366. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement