mirror of
https://github.com/bitwarden/android.git
synced 2024-12-27 03:18:27 +03:00
80 lines
No EOL
3.4 KiB
XML
80 lines
No EOL
3.4 KiB
XML
<?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>
|
|
<AssemblyName>BitwardeniOSCore</AssemblyName>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
</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" />
|
|
<Reference Include="System.Net.Http" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Resources\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Constants.cs" />
|
|
<Compile Include="Controllers\ExtendedUITableViewController.cs" />
|
|
<Compile Include="Controllers\ExtendedUIViewController.cs" />
|
|
<Compile Include="HockeyAppCrashManagerDelegate.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Services\AppInfoService.cs" />
|
|
<Compile Include="Services\NoopDeviceActionService.cs" />
|
|
<Compile Include="Services\DeviceInfoService.cs" />
|
|
<Compile Include="Services\KeyChainStorageService.cs" />
|
|
<Compile Include="Services\CommonCryptoKeyDerivationService.cs" />
|
|
<Compile Include="Services\HttpService.cs" />
|
|
<Compile Include="Services\LogService.cs" />
|
|
<Compile Include="Services\GoogleAnalyticsService.cs" />
|
|
<Compile Include="Services\LocalizeService.cs" />
|
|
<Compile Include="Services\Settings.cs" />
|
|
<Compile Include="Services\SqlService.cs" />
|
|
<Compile Include="Utilities\Dialogs.cs" />
|
|
<Compile Include="Views\ISelectable.cs" />
|
|
<Compile Include="Views\PickerTableViewCell.cs" />
|
|
<Compile Include="Views\StepperTableViewCell.cs" />
|
|
<Compile Include="Views\SliderTableViewCell.cs" />
|
|
<Compile Include="Views\SwitchTableViewCell.cs" />
|
|
<Compile Include="Views\FormEntryTableViewCell.cs" />
|
|
<Compile Include="Views\Toast.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\App\App.csproj">
|
|
<Project>{8a279ee4-4537-4656-9c93-44945e594556}</Project>
|
|
<Name>App</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Xamarin.Google.iOS.Analytics">
|
|
<Version>3.17.0.1</Version>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
|
</Project> |