2016-05-07 08:54:44 +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)' == '' " > iPhoneSimulator</Platform>
<ProjectGuid > {32F5A2D6-F54D-4DA1-AE26-0A980D48F422}</ProjectGuid>
<ProjectTypeGuids > {EE2C853D-36AF-4FDB-B1AD-8E90477E2198};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType > Exe</OutputType>
<RootNamespace > Bit.iOS.Extension</RootNamespace>
<AssemblyName > BitiOSExtension</AssemblyName>
<IPhoneResourcePrefix > Resources</IPhoneResourcePrefix>
<AppDesignerFolder > Properties</AppDesignerFolder>
2016-05-28 23:06:53 +03:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2016-05-07 08:54:44 +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 >
2016-05-27 05:22:38 +03:00
<Compile Include= "ActionViewController.cs" />
2016-05-07 08:54:44 +03:00
<Compile Include= "ActionViewController.designer.cs" >
<DependentUpon > ActionViewController.cs</DependentUpon>
</Compile>
<Compile Include= "Main.cs" />
<Compile Include= "AppDelegate.cs" />
2016-05-27 05:22:38 +03:00
<InterfaceDefinition Include= "ActionViewController.xib" />
2016-05-07 08:54:44 +03:00
<None Include= "Info.plist" />
<None Include= "Entitlements.plist" />
<Compile Include= "Properties\AssemblyInfo.cs" />
2016-05-28 23:06:53 +03:00
<None Include= "packages.config" />
2016-05-07 08:54:44 +03:00
</ItemGroup>
<ItemGroup >
2016-05-29 17:20:31 +03:00
<Reference Include= "Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
<Private > True</Private>
</Reference>
2016-05-28 23:06:53 +03:00
<Reference Include= "Microsoft.Practices.Unity, Version=3.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Unity.3.5.1405-prerelease\lib\portable-net45+wp80+win8+wpa81+MonoAndroid10+MonoTouch10\Microsoft.Practices.Unity.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "SQLite-net, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\sqlite-net-pcl.1.1.1\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\SQLite-net.dll</HintPath>
<Private > True</Private>
</Reference>
2016-05-07 08:54:44 +03:00
<Reference Include= "System" />
<Reference Include= "System.Xml" />
<Reference Include= "System.Core" />
<Reference Include= "Xamarin.iOS" />
2016-05-28 23:06:53 +03:00
<Reference Include= "XLabs.Ioc, Version=2.0.5782.12218, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\XLabs.IoC.2.0.5782\lib\portable-net45+netcore45+wp8+MonoAndroid1+MonoTouch1\XLabs.Ioc.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "XLabs.Ioc.Unity, Version=2.0.5782.12230, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\XLabs.IoC.Unity.2.0.5782\lib\portable-net45+netcore45+wp8+MonoAndroid1+MonoTouch1\XLabs.Ioc.Unity.dll</HintPath>
<Private > True</Private>
</Reference>
2016-05-07 08:54:44 +03:00
</ItemGroup>
<ItemGroup >
<Content Include= "extension.js" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
2016-05-28 23:06:53 +03:00
<ItemGroup >
<ProjectReference Include= "..\App\App.csproj" >
<Project > {b490c5da-639e-4994-abd2-54222b8a348e}</Project>
<Name > App</Name>
</ProjectReference>
<ProjectReference Include= "..\iOS.Core\iOS.Core.csproj" >
<Project > {b2538ada-b605-4d6f-acd2-62a409680f84}</Project>
<Name > iOS.Core</Name>
<IsAppExtension > false</IsAppExtension>
<IsWatchApp > false</IsWatchApp>
</ProjectReference>
</ItemGroup>
2016-05-07 08:54:44 +03:00
<Import Project= "$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.AppExtension.CSharp.targets" />
2016-05-28 23:06:53 +03:00
<Import Project= "..\..\packages\SQLitePCL.raw.0.8.6\build\Xamarin.iOS10\SQLitePCL.raw.targets" Condition= "Exists('..\..\packages\SQLitePCL.raw.0.8.6\build\Xamarin.iOS10\SQLitePCL.raw.targets')" />
<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>
<Error Condition= "!Exists('..\..\packages\SQLitePCL.raw.0.8.6\build\Xamarin.iOS10\SQLitePCL.raw.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\packages\SQLitePCL.raw.0.8.6\build\Xamarin.iOS10\SQLitePCL.raw.targets'))" />
</Target>
2016-05-07 08:54:44 +03:00
</Project>