2016-08-02 03:23:46 +03:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "4.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2016-12-07 06:27:14 +03:00
<Import Project= "..\..\packages\Xamarin.Build.Download.0.3.0\build\Xamarin.Build.Download.props" Condition= "Exists('..\..\packages\Xamarin.Build.Download.0.3.0\build\Xamarin.Build.Download.props')" />
2016-08-02 03:23:46 +03:00
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > iPhoneSimulator</Platform>
<ProjectGuid > {6702027A-F726-4149-863E-7CB924674B9A}</ProjectGuid>
<ProjectTypeGuids > {FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType > Exe</OutputType>
<RootNamespace > Bit.iOS.Test</RootNamespace>
<IPhoneResourcePrefix > Resources</IPhoneResourcePrefix>
<AssemblyName > BitiOSTest</AssemblyName>
2016-08-04 07:06:09 +03:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2016-08-02 03:23:46 +03:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\iPhoneSimulator\Debug</OutputPath>
<DefineConstants > DEBUG</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<ConsolePause > false</ConsolePause>
<MtouchArch > i386</MtouchArch>
<MtouchLink > None</MtouchLink>
<MtouchDebug > true</MtouchDebug>
<CodesignEntitlements > Entitlements.plist</CodesignEntitlements>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' " >
<DebugType > none</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\iPhoneSimulator\Release</OutputPath>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<MtouchLink > None</MtouchLink>
<MtouchArch > i386</MtouchArch>
<ConsolePause > false</ConsolePause>
<CodesignEntitlements > Entitlements.plist</CodesignEntitlements>
</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>
<MtouchArch > ARMv7, ARM64</MtouchArch>
<CodesignEntitlements > Entitlements.plist</CodesignEntitlements>
<CodesignKey > iPhone Developer</CodesignKey>
<MtouchDebug > true</MtouchDebug>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|iPhone' " >
<DebugType > none</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\iPhone\Release</OutputPath>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<CodesignEntitlements > Entitlements.plist</CodesignEntitlements>
<MtouchArch > ARMv7, ARM64</MtouchArch>
<ConsolePause > false</ConsolePause>
<CodesignKey > iPhone Developer</CodesignKey>
</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>
<MtouchArch > ARMv7, ARM64</MtouchArch>
<CodesignEntitlements > Entitlements.plist</CodesignEntitlements>
<BuildIpa > True</BuildIpa>
<CodesignProvision > Automatic:AdHoc</CodesignProvision>
<CodesignKey > iPhone Distribution</CodesignKey>
</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>
<MtouchArch > ARMv7, ARM64</MtouchArch>
<CodesignEntitlements > Entitlements.plist</CodesignEntitlements>
<CodesignProvision > Automatic:AppStore</CodesignProvision>
<CodesignKey > iPhone Distribution</CodesignKey>
</PropertyGroup>
<ItemGroup >
<Compile Include= "KeyDerivationTests.cs" />
<Compile Include= "Main.cs" />
<Compile Include= "AppDelegate.cs" />
2016-08-02 04:15:09 +03:00
<None Include= "app.config" />
2016-08-02 03:23:46 +03:00
<None Include= "Info.plist" />
<Compile Include= "Properties\AssemblyInfo.cs" />
<Content Include= "Entitlements.plist" />
2016-08-04 07:06:09 +03:00
<None Include= "packages.config" />
2016-08-02 03:23:46 +03:00
</ItemGroup>
<ItemGroup >
<BundleResource Include= "Resources\Default.png" />
<BundleResource Include= "Resources\Default@2x.png" />
<BundleResource Include= "Resources\Default-568h@2x.png" />
</ItemGroup>
<ItemGroup >
2016-08-04 07:06:09 +03:00
<Reference Include= "Google.Analytics, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2016-12-07 06:27:14 +03:00
<HintPath > ..\..\packages\Xamarin.Google.iOS.Analytics.3.17.0\lib\Xamarin.iOS10\Google.Analytics.dll</HintPath>
2016-08-04 07:06:09 +03:00
<Private > True</Private>
</Reference>
2016-08-02 03:23:46 +03:00
<Reference Include= "MonoTouch.NUnitLite" />
</ItemGroup>
<ItemGroup >
2016-11-29 03:05:52 +03:00
<Reference Include= "PCLCrypto, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d4421c8a4786956c, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\PCLCrypto.2.0.147\lib\xamarinios10\PCLCrypto.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "PInvoke.BCrypt, Version=0.3.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL" >
2016-12-07 06:27:14 +03:00
<HintPath > ..\..\packages\PInvoke.BCrypt.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.BCrypt.dll</HintPath>
2016-11-29 03:05:52 +03:00
<Private > True</Private>
</Reference>
<Reference Include= "PInvoke.Kernel32, Version=0.3.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL" >
2016-12-07 06:27:14 +03:00
<HintPath > ..\..\packages\PInvoke.Kernel32.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Kernel32.dll</HintPath>
2016-11-29 03:05:52 +03:00
<Private > True</Private>
</Reference>
<Reference Include= "PInvoke.NCrypt, Version=0.3.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL" >
2016-12-07 06:27:14 +03:00
<HintPath > ..\..\packages\PInvoke.NCrypt.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.NCrypt.dll</HintPath>
2016-11-29 03:05:52 +03:00
<Private > True</Private>
</Reference>
<Reference Include= "PInvoke.Windows.Core, Version=0.3.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL" >
2016-12-07 06:27:14 +03:00
<HintPath > ..\..\packages\PInvoke.Windows.Core.0.3.152\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Windows.Core.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Plugin.Fingerprint, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Plugin.Fingerprint.1.2.0\lib\Xamarin.iOS10\Plugin.Fingerprint.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Plugin.Fingerprint.Abstractions, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Plugin.Fingerprint.1.2.0\lib\Xamarin.iOS10\Plugin.Fingerprint.Abstractions.dll</HintPath>
2016-11-29 03:05:52 +03:00
<Private > True</Private>
</Reference>
2016-08-02 03:23:46 +03:00
<Reference Include= "System" />
<Reference Include= "System.Core" />
2016-12-07 06:27:14 +03:00
<Reference Include= "Validation, Version=2.3.0.0, Culture=neutral, PublicKeyToken=2fc06f0d701809a7, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Validation.2.3.7\lib\dotnet\Validation.dll</HintPath>
2016-11-29 03:05:52 +03:00
<Private > True</Private>
</Reference>
2016-08-02 03:23:46 +03:00
<Reference Include= "Xamarin.iOS" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\..\src\iOS.Core\iOS.Core.csproj" >
<Project > {b2538ada-b605-4d6f-acd2-62a409680f84}</Project>
<Name > iOS.Core</Name>
<IsAppExtension > false</IsAppExtension>
<IsWatchApp > false</IsWatchApp>
</ProjectReference>
<ProjectReference Include= "..\..\src\iOS\iOS.csproj" >
<Project > {1f78403f-9a28-405b-9289-b9dbeb55f074}</Project>
<Name > iOS</Name>
<IsAppExtension > false</IsAppExtension>
<IsWatchApp > false</IsWatchApp>
</ProjectReference>
</ItemGroup>
<Import Project= "$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
2016-08-04 07:06:09 +03:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
2016-12-07 06:27:14 +03:00
<Error Condition= "!Exists('..\..\packages\Xamarin.Build.Download.0.3.0\build\Xamarin.Build.Download.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Build.Download.0.3.0\build\Xamarin.Build.Download.props'))" />
<Error Condition= "!Exists('..\..\packages\Xamarin.Build.Download.0.3.0\build\Xamarin.Build.Download.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Build.Download.0.3.0\build\Xamarin.Build.Download.targets'))" />
<Error Condition= "!Exists('..\..\packages\Xamarin.Google.iOS.Analytics.3.17.0\build\Xamarin.Google.iOS.Analytics.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Google.iOS.Analytics.3.17.0\build\Xamarin.Google.iOS.Analytics.targets'))" />
2016-08-04 07:06:09 +03:00
</Target>
2016-12-07 06:27:14 +03:00
<Import Project= "..\..\packages\Xamarin.Build.Download.0.3.0\build\Xamarin.Build.Download.targets" Condition= "Exists('..\..\packages\Xamarin.Build.Download.0.3.0\build\Xamarin.Build.Download.targets')" />
<Import Project= "..\..\packages\Xamarin.Google.iOS.Analytics.3.17.0\build\Xamarin.Google.iOS.Analytics.targets" Condition= "Exists('..\..\packages\Xamarin.Google.iOS.Analytics.3.17.0\build\Xamarin.Google.iOS.Analytics.targets')" />
2016-08-02 03:23:46 +03:00
</Project>