2016-05-28 23:06:53 +03:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{B2538ADA-B605-4D6F-ACD2-62A409680F84}</ProjectGuid>
|
|
|
|
|
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<RootNamespace>Bit.iOS.Core</RootNamespace>
|
|
|
|
|
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<AssemblyName>BitwardeniOSCore</AssemblyName>
|
2017-06-01 21:23:20 +03:00
|
|
|
|
<NuGetPackageImportStamp>
|
|
|
|
|
</NuGetPackageImportStamp>
|
2016-05-28 23:06:53 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release</OutputPath>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="Xamarin.iOS" />
|
2017-05-30 19:01:05 +03:00
|
|
|
|
<Reference Include="System.Net.Http" />
|
2016-05-28 23:06:53 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="Resources\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-06-05 00:04:49 +03:00
|
|
|
|
<Compile Include="Constants.cs" />
|
2016-08-04 07:06:09 +03:00
|
|
|
|
<Compile Include="Controllers\ExtendedUITableViewController.cs" />
|
|
|
|
|
<Compile Include="Controllers\ExtendedUIViewController.cs" />
|
2016-07-23 00:55:11 +03:00
|
|
|
|
<Compile Include="HockeyAppCrashManagerDelegate.cs" />
|
2016-05-28 23:06:53 +03:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2017-11-30 00:39:43 +03:00
|
|
|
|
<Compile Include="Services\AppInfoService.cs" />
|
2017-11-30 00:28:58 +03:00
|
|
|
|
<Compile Include="Services\NoopDeviceActionService.cs" />
|
2016-08-24 05:43:17 +03:00
|
|
|
|
<Compile Include="Services\DeviceInfoService.cs" />
|
2016-06-25 08:58:42 +03:00
|
|
|
|
<Compile Include="Services\KeyChainStorageService.cs" />
|
2016-08-02 03:23:46 +03:00
|
|
|
|
<Compile Include="Services\CommonCryptoKeyDerivationService.cs" />
|
2016-12-24 18:54:18 +03:00
|
|
|
|
<Compile Include="Services\HttpService.cs" />
|
2016-12-23 08:39:00 +03:00
|
|
|
|
<Compile Include="Services\LogService.cs" />
|
2016-08-04 04:25:01 +03:00
|
|
|
|
<Compile Include="Services\GoogleAnalyticsService.cs" />
|
2016-11-26 18:51:04 +03:00
|
|
|
|
<Compile Include="Services\LocalizeService.cs" />
|
2017-08-29 23:58:02 +03:00
|
|
|
|
<Compile Include="Services\Settings.cs" />
|
2016-05-28 23:06:53 +03:00
|
|
|
|
<Compile Include="Services\SqlService.cs" />
|
2016-07-09 22:23:54 +03:00
|
|
|
|
<Compile Include="Utilities\Dialogs.cs" />
|
2016-07-13 06:55:52 +03:00
|
|
|
|
<Compile Include="Views\ISelectable.cs" />
|
2016-07-09 08:07:02 +03:00
|
|
|
|
<Compile Include="Views\PickerTableViewCell.cs" />
|
2016-07-15 02:01:34 +03:00
|
|
|
|
<Compile Include="Views\StepperTableViewCell.cs" />
|
2016-07-15 02:44:04 +03:00
|
|
|
|
<Compile Include="Views\SliderTableViewCell.cs" />
|
2016-07-09 08:07:02 +03:00
|
|
|
|
<Compile Include="Views\SwitchTableViewCell.cs" />
|
|
|
|
|
<Compile Include="Views\FormEntryTableViewCell.cs" />
|
2017-12-23 00:18:16 +03:00
|
|
|
|
<Compile Include="Views\Toast.cs" />
|
2016-05-28 23:06:53 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\App\App.csproj">
|
2017-12-14 00:41:57 +03:00
|
|
|
|
<Project>{8a279ee4-4537-4656-9c93-44945e594556}</Project>
|
2016-05-28 23:06:53 +03:00
|
|
|
|
<Name>App</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2017-12-14 00:41:57 +03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Xamarin.Google.iOS.Analytics">
|
2017-12-14 07:23:48 +03:00
|
|
|
|
<Version>3.17.0.1</Version>
|
2017-12-14 00:41:57 +03:00
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>
|
2016-05-28 23:06:53 +03:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
|
|
|
|
</Project>
|