2016-05-02 09:52:09 +03:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2017-05-30 17:29:16 +03:00
|
|
|
|
<Import Project="..\..\packages\Xamarin.Build.Download.0.4.3\build\Xamarin.Build.Download.props" Condition="Exists('..\..\packages\Xamarin.Build.Download.0.4.3\build\Xamarin.Build.Download.props')" />
|
2016-05-02 09:52:09 +03:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
|
|
|
|
|
<ProjectGuid>{1F78403F-9A28-405B-9289-B9DBEB55F074}</ProjectGuid>
|
|
|
|
|
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<RootNamespace>Bit.iOS</RootNamespace>
|
|
|
|
|
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<AssemblyName>BitwardeniOS</AssemblyName>
|
2017-06-01 18:45:32 +03:00
|
|
|
|
<CopyNuGetImplementations>true</CopyNuGetImplementations>
|
|
|
|
|
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
|
2016-05-02 09:52:09 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
|
2016-08-02 03:23:46 +03:00
|
|
|
|
<DefineConstants>DEBUG;__UNIFIED__;__MOBILE__;__IOS__</DefineConstants>
|
2016-05-02 09:52:09 +03:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
2016-07-30 07:46:17 +03:00
|
|
|
|
<MtouchArch>i386, x86_64</MtouchArch>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchLink>None</MtouchLink>
|
2016-05-10 06:25:37 +03:00
|
|
|
|
<MtouchDebug>True</MtouchDebug>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchSdkVersion>9.3</MtouchSdkVersion>
|
2016-05-21 19:32:34 +03:00
|
|
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
2016-06-25 02:01:44 +03:00
|
|
|
|
<CodesignProvision>
|
|
|
|
|
</CodesignProvision>
|
|
|
|
|
<CodesignExtraArgs>
|
|
|
|
|
</CodesignExtraArgs>
|
2016-06-23 06:50:25 +03:00
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
2016-07-30 07:46:17 +03:00
|
|
|
|
<MtouchProfiling>False</MtouchProfiling>
|
|
|
|
|
<MtouchFastDev>False</MtouchFastDev>
|
|
|
|
|
<MtouchUseLlvm>False</MtouchUseLlvm>
|
|
|
|
|
<MtouchUseThumb>False</MtouchUseThumb>
|
|
|
|
|
<MtouchEnableBitcode>False</MtouchEnableBitcode>
|
|
|
|
|
<MtouchUseSGen>False</MtouchUseSGen>
|
|
|
|
|
<MtouchUseRefCounting>False</MtouchUseRefCounting>
|
|
|
|
|
<OptimizePNGs>True</OptimizePNGs>
|
|
|
|
|
<MtouchTlsProvider>Default</MtouchTlsProvider>
|
|
|
|
|
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
|
|
|
|
|
<MtouchFloat32>False</MtouchFloat32>
|
2016-08-04 07:06:09 +03:00
|
|
|
|
<MtouchExtraArgs>
|
|
|
|
|
</MtouchExtraArgs>
|
2016-05-02 09:52:09 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\iPhoneSimulator\Release</OutputPath>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchLink>Full</MtouchLink>
|
2016-05-02 09:52:09 +03:00
|
|
|
|
<MtouchArch>i386, x86_64</MtouchArch>
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
2016-06-23 06:50:25 +03:00
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchSdkVersion>9.3</MtouchSdkVersion>
|
|
|
|
|
<MtouchDebug>False</MtouchDebug>
|
|
|
|
|
<MtouchProfiling>False</MtouchProfiling>
|
|
|
|
|
<MtouchFastDev>False</MtouchFastDev>
|
|
|
|
|
<MtouchUseLlvm>False</MtouchUseLlvm>
|
|
|
|
|
<MtouchUseThumb>False</MtouchUseThumb>
|
|
|
|
|
<MtouchEnableBitcode>False</MtouchEnableBitcode>
|
|
|
|
|
<MtouchUseSGen>False</MtouchUseSGen>
|
|
|
|
|
<MtouchUseRefCounting>False</MtouchUseRefCounting>
|
|
|
|
|
<OptimizePNGs>True</OptimizePNGs>
|
|
|
|
|
<MtouchTlsProvider>Default</MtouchTlsProvider>
|
|
|
|
|
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
|
|
|
|
|
<MtouchFloat32>False</MtouchFloat32>
|
2016-08-03 01:03:39 +03:00
|
|
|
|
<MtouchExtraArgs>--linkskip=Microsoft.Practices.Unity --linkskip=BitwardeniOS --linkskip=BitwardeniOSCore --linkskip=BitwardeniOSExtension --linkskip=BitwardenApp --linkskip=SQLite-net</MtouchExtraArgs>
|
2016-05-02 09:52:09 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\iPhone\Debug</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
2016-08-03 01:03:39 +03:00
|
|
|
|
<MtouchArch>ARM64</MtouchArch>
|
2016-05-02 09:52:09 +03:00
|
|
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
2016-07-30 07:46:17 +03:00
|
|
|
|
<MtouchDebug>True</MtouchDebug>
|
2016-05-02 09:52:09 +03:00
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
2016-05-21 19:32:34 +03:00
|
|
|
|
<CodesignProvision>
|
|
|
|
|
</CodesignProvision>
|
2016-06-25 02:01:44 +03:00
|
|
|
|
<CodesignExtraArgs>
|
|
|
|
|
</CodesignExtraArgs>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchLink>None</MtouchLink>
|
2016-07-30 07:46:17 +03:00
|
|
|
|
<MtouchProfiling>False</MtouchProfiling>
|
|
|
|
|
<MtouchFastDev>False</MtouchFastDev>
|
|
|
|
|
<MtouchUseLlvm>False</MtouchUseLlvm>
|
|
|
|
|
<MtouchUseThumb>False</MtouchUseThumb>
|
|
|
|
|
<MtouchEnableBitcode>False</MtouchEnableBitcode>
|
|
|
|
|
<MtouchUseSGen>False</MtouchUseSGen>
|
|
|
|
|
<MtouchUseRefCounting>False</MtouchUseRefCounting>
|
|
|
|
|
<OptimizePNGs>True</OptimizePNGs>
|
|
|
|
|
<MtouchFloat32>False</MtouchFloat32>
|
|
|
|
|
<DeviceSpecificBuild>False</DeviceSpecificBuild>
|
2016-12-07 05:26:17 +03:00
|
|
|
|
<MtouchExtraArgs>--http-message-handler=NSUrlSessionHandler</MtouchExtraArgs>
|
2016-05-02 09:52:09 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\iPhone\Release</OutputPath>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchArch>ARM64</MtouchArch>
|
2016-05-02 09:52:09 +03:00
|
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchLink>Full</MtouchLink>
|
|
|
|
|
<MtouchDebug>False</MtouchDebug>
|
|
|
|
|
<MtouchProfiling>False</MtouchProfiling>
|
|
|
|
|
<MtouchFastDev>False</MtouchFastDev>
|
|
|
|
|
<MtouchUseLlvm>False</MtouchUseLlvm>
|
|
|
|
|
<MtouchUseThumb>False</MtouchUseThumb>
|
|
|
|
|
<MtouchEnableBitcode>False</MtouchEnableBitcode>
|
|
|
|
|
<MtouchUseSGen>False</MtouchUseSGen>
|
|
|
|
|
<MtouchUseRefCounting>False</MtouchUseRefCounting>
|
|
|
|
|
<OptimizePNGs>True</OptimizePNGs>
|
|
|
|
|
<MtouchFloat32>False</MtouchFloat32>
|
2016-12-07 05:26:17 +03:00
|
|
|
|
<MtouchExtraArgs>--http-message-handler=NSUrlSessionHandler --linkskip=Microsoft.Practices.Unity --linkskip=BitwardeniOS --linkskip=BitwardeniOSCore --linkskip=BitwardeniOSExtension --linkskip=BitwardenApp --linkskip=SQLite-net</MtouchExtraArgs>
|
2016-05-02 09:52:09 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
<Optimize>True</Optimize>
|
|
|
|
|
<OutputPath>bin\iPhone\Ad-Hoc</OutputPath>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<ConsolePause>False</ConsolePause>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchArch>ARM64</MtouchArch>
|
2016-05-02 09:52:09 +03:00
|
|
|
|
<BuildIpa>True</BuildIpa>
|
|
|
|
|
<CodesignProvision>Automatic:AdHoc</CodesignProvision>
|
|
|
|
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchLink>Full</MtouchLink>
|
|
|
|
|
<MtouchDebug>False</MtouchDebug>
|
|
|
|
|
<MtouchProfiling>False</MtouchProfiling>
|
|
|
|
|
<MtouchFastDev>False</MtouchFastDev>
|
|
|
|
|
<MtouchUseLlvm>False</MtouchUseLlvm>
|
|
|
|
|
<MtouchUseThumb>False</MtouchUseThumb>
|
|
|
|
|
<MtouchEnableBitcode>False</MtouchEnableBitcode>
|
|
|
|
|
<MtouchUseSGen>False</MtouchUseSGen>
|
|
|
|
|
<MtouchUseRefCounting>False</MtouchUseRefCounting>
|
|
|
|
|
<OptimizePNGs>True</OptimizePNGs>
|
|
|
|
|
<MtouchFloat32>False</MtouchFloat32>
|
2016-12-07 05:26:17 +03:00
|
|
|
|
<MtouchExtraArgs>--http-message-handler=NSUrlSessionHandler --linkskip=Microsoft.Practices.Unity --linkskip=BitwardeniOS --linkskip=BitwardeniOSCore --linkskip=BitwardeniOSExtension --linkskip=BitwardenApp --linkskip=SQLite-net</MtouchExtraArgs>
|
2016-05-02 09:52:09 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
<Optimize>True</Optimize>
|
|
|
|
|
<OutputPath>bin\iPhone\AppStore</OutputPath>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<ConsolePause>False</ConsolePause>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchArch>ARM64</MtouchArch>
|
2016-05-02 09:52:09 +03:00
|
|
|
|
<CodesignProvision>Automatic:AppStore</CodesignProvision>
|
|
|
|
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchLink>Full</MtouchLink>
|
|
|
|
|
<MtouchDebug>False</MtouchDebug>
|
|
|
|
|
<MtouchProfiling>False</MtouchProfiling>
|
|
|
|
|
<MtouchFastDev>False</MtouchFastDev>
|
|
|
|
|
<MtouchUseLlvm>False</MtouchUseLlvm>
|
|
|
|
|
<MtouchUseThumb>False</MtouchUseThumb>
|
|
|
|
|
<MtouchEnableBitcode>False</MtouchEnableBitcode>
|
|
|
|
|
<MtouchUseSGen>False</MtouchUseSGen>
|
|
|
|
|
<MtouchUseRefCounting>False</MtouchUseRefCounting>
|
|
|
|
|
<OptimizePNGs>True</OptimizePNGs>
|
|
|
|
|
<MtouchFloat32>False</MtouchFloat32>
|
2016-12-07 05:26:17 +03:00
|
|
|
|
<MtouchExtraArgs>--http-message-handler=NSUrlSessionHandler --linkskip=Microsoft.Practices.Unity --linkskip=BitwardeniOS --linkskip=BitwardeniOSCore --linkskip=BitwardeniOSExtension --linkskip=BitwardenApp --linkskip=SQLite-net</MtouchExtraArgs>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhoneSimulator'">
|
|
|
|
|
<MtouchSdkVersion>9.3</MtouchSdkVersion>
|
|
|
|
|
<MtouchLink>Full</MtouchLink>
|
|
|
|
|
<MtouchDebug>False</MtouchDebug>
|
|
|
|
|
<MtouchProfiling>False</MtouchProfiling>
|
|
|
|
|
<MtouchFastDev>False</MtouchFastDev>
|
2016-08-03 01:03:39 +03:00
|
|
|
|
<MtouchArch>i386, x86_64</MtouchArch>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchUseLlvm>False</MtouchUseLlvm>
|
|
|
|
|
<MtouchUseThumb>False</MtouchUseThumb>
|
|
|
|
|
<MtouchEnableBitcode>False</MtouchEnableBitcode>
|
|
|
|
|
<MtouchUseSGen>False</MtouchUseSGen>
|
|
|
|
|
<MtouchUseRefCounting>False</MtouchUseRefCounting>
|
|
|
|
|
<OptimizePNGs>True</OptimizePNGs>
|
|
|
|
|
<MtouchTlsProvider>Default</MtouchTlsProvider>
|
|
|
|
|
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
|
|
|
|
|
<MtouchFloat32>False</MtouchFloat32>
|
2016-08-02 08:11:46 +03:00
|
|
|
|
<OutputPath>bin\iPhoneSimulator\Ad-Hoc</OutputPath>
|
2016-08-03 01:03:39 +03:00
|
|
|
|
<MtouchExtraArgs>--linkskip=Microsoft.Practices.Unity --linkskip=BitwardeniOS --linkskip=BitwardeniOSCore --linkskip=BitwardeniOSExtension --linkskip=BitwardenApp --linkskip=SQLite-net</MtouchExtraArgs>
|
2017-05-30 19:00:42 +03:00
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'AppStore|iPhoneSimulator'">
|
|
|
|
|
<MtouchSdkVersion>9.3</MtouchSdkVersion>
|
|
|
|
|
<MtouchLink>Full</MtouchLink>
|
|
|
|
|
<MtouchDebug>False</MtouchDebug>
|
|
|
|
|
<MtouchProfiling>False</MtouchProfiling>
|
|
|
|
|
<MtouchFastDev>False</MtouchFastDev>
|
2016-08-03 01:03:39 +03:00
|
|
|
|
<MtouchArch>i386, x86_64</MtouchArch>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchUseLlvm>False</MtouchUseLlvm>
|
|
|
|
|
<MtouchUseThumb>False</MtouchUseThumb>
|
|
|
|
|
<MtouchEnableBitcode>False</MtouchEnableBitcode>
|
|
|
|
|
<MtouchUseSGen>False</MtouchUseSGen>
|
|
|
|
|
<MtouchUseRefCounting>False</MtouchUseRefCounting>
|
|
|
|
|
<OptimizePNGs>True</OptimizePNGs>
|
|
|
|
|
<MtouchTlsProvider>Default</MtouchTlsProvider>
|
|
|
|
|
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
|
|
|
|
|
<MtouchFloat32>False</MtouchFloat32>
|
2016-08-02 08:11:46 +03:00
|
|
|
|
<OutputPath>bin\iPhoneSimulator\AppStore</OutputPath>
|
2016-08-03 01:03:39 +03:00
|
|
|
|
<MtouchExtraArgs>--linkskip=Microsoft.Practices.Unity --linkskip=BitwardeniOS --linkskip=BitwardeniOSCore --linkskip=BitwardeniOSExtension --linkskip=BitwardenApp --linkskip=SQLite-net</MtouchExtraArgs>
|
2016-05-02 09:52:09 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2016-05-13 07:11:32 +03:00
|
|
|
|
<Compile Include="Controls\ContentPageRenderer.cs" />
|
2016-08-17 05:18:45 +03:00
|
|
|
|
<Compile Include="Controls\ExtendedButtonRenderer.cs" />
|
2016-06-29 06:44:47 +03:00
|
|
|
|
<Compile Include="Controls\CustomButtonRenderer.cs" />
|
2016-06-28 15:21:39 +03:00
|
|
|
|
<Compile Include="Controls\CustomLabelRenderer.cs" />
|
2016-07-01 01:53:43 +03:00
|
|
|
|
<Compile Include="Controls\ExtendedEditorRenderer.cs" />
|
2016-07-12 06:55:16 +03:00
|
|
|
|
<Compile Include="Controls\CustomSearchBarRenderer.cs" />
|
2016-05-19 06:55:30 +03:00
|
|
|
|
<Compile Include="Controls\ExtendedSwitchCellRenderer.cs" />
|
2016-06-16 06:39:49 +03:00
|
|
|
|
<Compile Include="Controls\ListViewRenderer.cs" />
|
2016-05-18 04:28:19 +03:00
|
|
|
|
<Compile Include="Controls\ExtendedViewCellRenderer.cs" />
|
|
|
|
|
<Compile Include="Controls\ExtendedTextCellRenderer.cs" />
|
2016-05-12 07:09:06 +03:00
|
|
|
|
<Compile Include="Controls\ExtendedTableViewRenderer.cs" />
|
2016-05-11 05:53:34 +03:00
|
|
|
|
<Compile Include="Controls\ExtendedPickerRenderer.cs" />
|
2016-05-10 06:25:37 +03:00
|
|
|
|
<Compile Include="Controls\ExtendedEntryRenderer.cs" />
|
|
|
|
|
<Compile Include="Controls\ExtendedTabbedPageRenderer.cs" />
|
2016-07-24 06:50:08 +03:00
|
|
|
|
<Compile Include="Services\AppInfoService.cs" />
|
2016-05-07 05:29:03 +03:00
|
|
|
|
<Compile Include="Services\ClipboardService.cs" />
|
2016-05-02 09:52:09 +03:00
|
|
|
|
<Compile Include="Main.cs" />
|
|
|
|
|
<Compile Include="AppDelegate.cs" />
|
2016-07-03 09:57:09 +03:00
|
|
|
|
<Compile Include="Services\ReflectionService.cs" />
|
2016-12-07 06:27:14 +03:00
|
|
|
|
<None Include="app.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</None>
|
2016-05-02 09:52:09 +03:00
|
|
|
|
<None Include="Entitlements.plist" />
|
|
|
|
|
<None Include="Info.plist" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2016-06-10 07:36:15 +03:00
|
|
|
|
<InterfaceDefinition Include="LaunchScreen.storyboard" />
|
2016-05-02 09:52:09 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\Icon-60%402x.png" />
|
|
|
|
|
<BundleResource Include="Resources\Icon-60%403x.png" />
|
|
|
|
|
<BundleResource Include="Resources\Icon-76.png" />
|
|
|
|
|
<BundleResource Include="Resources\Icon-76%402x.png" />
|
|
|
|
|
<BundleResource Include="Resources\Icon-Small-40.png" />
|
|
|
|
|
<BundleResource Include="Resources\Icon-Small-40%402x.png" />
|
|
|
|
|
<BundleResource Include="Resources\Icon-Small-40%403x.png" />
|
|
|
|
|
<BundleResource Include="Resources\Icon-Small.png" />
|
|
|
|
|
<BundleResource Include="Resources\Icon-Small%402x.png" />
|
|
|
|
|
<BundleResource Include="Resources\Icon-Small%403x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-06-25 02:01:44 +03:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="Xamarin.iOS" />
|
2016-05-02 09:52:09 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\App\App.csproj">
|
2016-06-25 02:01:44 +03:00
|
|
|
|
<Project>{B490C5DA-639E-4994-ABD2-54222B8A348E}</Project>
|
2016-05-02 09:52:09 +03:00
|
|
|
|
<Name>App</Name>
|
|
|
|
|
</ProjectReference>
|
2016-05-28 23:06:53 +03:00
|
|
|
|
<ProjectReference Include="..\iOS.Core\iOS.Core.csproj">
|
2016-06-25 02:01:44 +03:00
|
|
|
|
<Project>{B2538ADA-B605-4D6F-ACD2-62A409680F84}</Project>
|
2016-05-28 23:06:53 +03:00
|
|
|
|
<Name>iOS.Core</Name>
|
2016-06-25 02:01:44 +03:00
|
|
|
|
<IsAppExtension>False</IsAppExtension>
|
|
|
|
|
<IsWatchApp>False</IsWatchApp>
|
2016-05-28 23:06:53 +03:00
|
|
|
|
</ProjectReference>
|
2016-06-24 07:04:32 +03:00
|
|
|
|
<ProjectReference Include="..\iOS.Extension\iOS.Extension.csproj">
|
2016-06-25 02:01:44 +03:00
|
|
|
|
<Project>{32F5A2D6-F54D-4DA1-AE26-0A980D48F422}</Project>
|
2016-06-24 07:04:32 +03:00
|
|
|
|
<Name>iOS.Extension</Name>
|
2016-06-25 02:01:44 +03:00
|
|
|
|
<IsAppExtension>True</IsAppExtension>
|
|
|
|
|
<IsWatchApp>False</IsWatchApp>
|
2016-06-24 07:04:32 +03:00
|
|
|
|
</ProjectReference>
|
2016-05-02 09:52:09 +03:00
|
|
|
|
</ItemGroup>
|
2016-05-06 07:17:38 +03:00
|
|
|
|
<ItemGroup>
|
2016-07-30 07:46:17 +03:00
|
|
|
|
<BundleResource Include="Resources\fa_lock.png" />
|
2016-05-06 07:17:38 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-07-30 07:46:17 +03:00
|
|
|
|
<BundleResource Include="Resources\fa_lock%402x.png" />
|
2016-05-06 07:17:38 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-07-30 07:46:17 +03:00
|
|
|
|
<BundleResource Include="Resources\fa_lock%403x.png" />
|
2016-05-06 07:17:38 +03:00
|
|
|
|
</ItemGroup>
|
2016-05-12 07:09:06 +03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\Icon-120.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\Icon-60.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\Icon-40%403x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\Icon-40%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\Icon-40.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\Icon-32.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\Icon-16.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\Icon-152.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\Icon-24.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\Icon-64.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\Icon-72.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\Icon-72%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\Icon-Small-50.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\Icon-Small-50%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\Icon.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\Icon%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\Icon%403x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ITunesArtwork Include="Resources\iTunesArtwork.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ITunesArtwork Include="Resources\iTunesArtwork%402x.png" />
|
|
|
|
|
</ItemGroup>
|
2016-06-11 07:27:33 +03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\logo.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\logo%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\logo%403x.png" />
|
|
|
|
|
</ItemGroup>
|
2016-06-14 05:04:25 +03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\star.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\star%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\star%403x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-06-14 06:38:00 +03:00
|
|
|
|
<BundleResource Include="Resources\plus.png" />
|
2016-06-14 05:04:25 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-06-14 06:38:00 +03:00
|
|
|
|
<BundleResource Include="Resources\plus%402x.png" />
|
2016-06-14 05:04:25 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-06-14 06:38:00 +03:00
|
|
|
|
<BundleResource Include="Resources\plus%403x.png" />
|
2016-06-14 05:04:25 +03:00
|
|
|
|
</ItemGroup>
|
2016-06-14 05:09:16 +03:00
|
|
|
|
<ItemGroup>
|
2016-06-14 06:38:00 +03:00
|
|
|
|
<BundleResource Include="Resources\cogs.png" />
|
2016-06-14 05:09:16 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-06-14 06:38:00 +03:00
|
|
|
|
<BundleResource Include="Resources\cogs%402x.png" />
|
2016-06-14 05:09:16 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-06-14 06:38:00 +03:00
|
|
|
|
<BundleResource Include="Resources\cogs%403x.png" />
|
2016-06-14 05:09:16 +03:00
|
|
|
|
</ItemGroup>
|
2016-06-15 07:36:50 +03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\more.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\more%403x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\more%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\more_selected.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\more_selected%403x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\more_selected%402x.png" />
|
|
|
|
|
</ItemGroup>
|
2016-06-17 07:37:51 +03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\eye_slash.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\eye.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\eye%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\eye%403x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\eye_slash%403x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\eye_slash%402x.png" />
|
|
|
|
|
</ItemGroup>
|
2016-06-28 05:17:49 +03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\envelope.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\envelope%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\envelope%403x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\lock%403x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\lock%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\lock.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-08-13 07:30:41 +03:00
|
|
|
|
<BundleResource Include="Resources\lightbulb.png" />
|
2016-06-28 05:17:49 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-08-13 07:30:41 +03:00
|
|
|
|
<BundleResource Include="Resources\lightbulb%402x.png" />
|
2016-06-28 05:17:49 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-08-13 07:30:41 +03:00
|
|
|
|
<BundleResource Include="Resources\lightbulb%403x.png" />
|
2016-06-28 05:17:49 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\user.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\user%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\user%403x.png" />
|
|
|
|
|
</ItemGroup>
|
2016-07-01 07:03:54 +03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\upload%403x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\upload%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\upload.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\refresh%403x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\refresh%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\refresh.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\cloudup%403x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\cloudup%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\cloudup.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\globe.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\globe%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\globe%403x.png" />
|
|
|
|
|
</ItemGroup>
|
2016-07-27 06:19:01 +03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\tools.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\tools%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\tools%403x.png" />
|
|
|
|
|
</ItemGroup>
|
2016-07-28 07:24:51 +03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\ext-more.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\ext-more%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\ext-more%403x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\ext-act.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\ext-act%403x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\ext-act%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\ext-use.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\ext-use%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\ext-use%403x.png" />
|
|
|
|
|
</ItemGroup>
|
2016-07-30 07:46:17 +03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\folder.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\folder%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\folder%403x.png" />
|
|
|
|
|
</ItemGroup>
|
2016-07-30 19:17:32 +03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\fingerprint.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\fingerprint%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\fingerprint%403x.png" />
|
|
|
|
|
</ItemGroup>
|
2016-08-07 04:46:06 +03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\Icon-83.5%402x.png" />
|
|
|
|
|
</ItemGroup>
|
2017-04-24 22:17:11 +03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\share%403x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\share%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\share.png" />
|
|
|
|
|
</ItemGroup>
|
2017-04-25 21:48:42 +03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\share_tools.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\share_tools%402x.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BundleResource Include="Resources\share_tools%403x.png" />
|
|
|
|
|
</ItemGroup>
|
2016-05-02 09:52:09 +03:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
|
|
|
|
</Project>
|