InABox.Mobile.iOS.csproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\Shared\InABox.Mobile.Shared.projitems" Label="Shared" Condition="Exists('..\Shared\InABox.Mobile.Shared.projitems')" />
  4. <Import Project="..\..\..\Comal\comal.tasks\packages\Xamarin.Forms.3.6.0.293080\build\Xamarin.Forms.props" Condition="Exists('..\..\..\Comal\comal.tasks\packages\Xamarin.Forms.3.6.0.293080\build\Xamarin.Forms.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{5D714892-5A98-4B19-BD41-B59159EE3916}</ProjectGuid>
  9. <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <RootNamespace>InABox.Mobile.iOS</RootNamespace>
  12. <AssemblyName>InABox.Mobile.iOS</AssemblyName>
  13. <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
  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. <CodesignKey>iPhone Developer</CodesignKey>
  24. <MtouchDebug>true</MtouchDebug>
  25. <MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
  26. <MtouchFastDev>true</MtouchFastDev>
  27. <IOSDebuggerPort>64436</IOSDebuggerPort>
  28. <MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
  29. <DeviceSpecificBuild>false</DeviceSpecificBuild>
  30. <MtouchVerbosity></MtouchVerbosity>
  31. <MtouchLink></MtouchLink>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release</OutputPath>
  37. <DefineConstants></DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <CodesignKey>iPhone Developer</CodesignKey>
  41. <MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
  42. <MtouchLink>SdkOnly</MtouchLink>
  43. <MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
  44. <MtouchVerbosity></MtouchVerbosity>
  45. </PropertyGroup>
  46. <ItemGroup>
  47. <Reference Include="System" />
  48. <Reference Include="System.Xml" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="RestSharp">
  51. <HintPath>..\..\..\Comal\Comal.Tablet\packages\RestSharp.106.6.9\lib\netstandard2.0\RestSharp.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Plugin.BLE.Abstractions">
  54. <HintPath>..\..\..\Comal\comal.timesheet\packages\Plugin.BLE.2.0.0-pre1\lib\Xamarin.iOS10\Plugin.BLE.Abstractions.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Plugin.BLE">
  57. <HintPath>..\..\..\Comal\comal.timesheet\packages\Plugin.BLE.2.0.0-pre1\lib\Xamarin.iOS10\Plugin.BLE.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Plugin.Permissions">
  60. <HintPath>..\..\..\Comal\comal.timesheet\packages\Plugin.Permissions.4.0.4-beta\lib\xamarinios10\Plugin.Permissions.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Plugin.Geolocator">
  63. <HintPath>..\..\..\Comal\comal.timesheet\packages\Xam.Plugin.Geolocator.4.5.0.6\lib\xamarinios10\Plugin.Geolocator.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Xamarin.Forms.Core">
  66. <HintPath>..\..\..\Comal\comal.tasks\packages\Xamarin.Forms.3.6.0.293080\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Xamarin.Forms.Platform">
  69. <HintPath>..\..\..\Comal\comal.tasks\packages\Xamarin.Forms.3.6.0.293080\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Xamarin.Forms.Platform.iOS">
  72. <HintPath>..\..\..\Comal\comal.tasks\packages\Xamarin.Forms.3.6.0.293080\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Xamarin.Forms.Xaml">
  75. <HintPath>..\..\..\Comal\comal.tasks\packages\Xamarin.Forms.3.6.0.293080\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
  76. </Reference>
  77. <Reference Include="Xamarin.iOS" />
  78. <Reference Include="Syncfusion.Licensing">
  79. <HintPath>..\..\..\Comal\comal.tasks\packages\Syncfusion.Licensing.16.3.0.36\lib\Xamarin.iOS10\Syncfusion.Licensing.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Syncfusion.Core.XForms">
  82. <HintPath>..\..\..\Comal\comal.tasks\packages\Syncfusion.Xamarin.Core.16.3.0.36\lib\Xamarin.iOS10\Syncfusion.Core.XForms.dll</HintPath>
  83. </Reference>
  84. <Reference Include="Syncfusion.Core.XForms.iOS">
  85. <HintPath>..\..\..\Comal\comal.tasks\packages\Syncfusion.Xamarin.Core.16.3.0.36\lib\Xamarin.iOS10\Syncfusion.Core.XForms.iOS.dll</HintPath>
  86. </Reference>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Folder Include="Resources\" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Compile Include="Properties\AssemblyInfo.cs" />
  93. <Compile Include="Version_iOS.cs" />
  94. <Compile Include="DeviceID_iOS.cs" />
  95. <Compile Include="DropDownMenuRenderer.cs" />
  96. <Compile Include="DropDownMenuSource.cs" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <None Include="packages.config" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <ProjectReference Include="..\..\InABox.Configuration\InABox.Configuration.csproj">
  103. <Project>{0E153B89-280B-4485-9FD1-E055B8EDA078}</Project>
  104. <Name>InABox.Configuration</Name>
  105. </ProjectReference>
  106. <ProjectReference Include="..\..\InABox.Client.Remote\InABox.Client.Remote.csproj">
  107. <Project>{F41E2931-5AA8-40E2-B735-86F40F962671}</Project>
  108. <Name>InABox.Client.Remote</Name>
  109. </ProjectReference>
  110. <ProjectReference Include="..\..\InABox.Core\InABox.Core.csproj">
  111. <Project>{21BEA73D-F3AD-43C6-8E3B-026EFE9233EB}</Project>
  112. <Name>InABox.Core</Name>
  113. </ProjectReference>
  114. </ItemGroup>
  115. <ItemGroup>
  116. <BundleResource Include="Resources\more.png" />
  117. </ItemGroup>
  118. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
  119. </Project>