143 lines
6.1 KiB
XML
143 lines
6.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
|
|
<ProductVersion>10.0.0</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{50EEF6C9-7587-4094-8161-0F926975A307}</ProjectGuid>
|
|
<ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>Touchin.SQLiteExtensions</RootNamespace>
|
|
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;__MOBILE__;__IOS__;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
<MtouchLink>None</MtouchLink>
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
<MtouchDebug>true</MtouchDebug>
|
|
<AssemblyName>SQLiteExtensions</AssemblyName>
|
|
<MtouchI18n>
|
|
</MtouchI18n>
|
|
<MtouchArch>ARMv7</MtouchArch>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
|
|
<DebugType>full</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\iPhoneSimulator\Release</OutputPath>
|
|
<DefineConstants>__MOBILE__;__IOS__;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<MtouchLink>None</MtouchLink>
|
|
<ConsolePause>false</ConsolePause>
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
<AssemblyName>SQLiteExtensions</AssemblyName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\iPhone\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;__MOBILE__;__IOS__;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
<MtouchDebug>true</MtouchDebug>
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
|
<AssemblyName>SQLiteExtensions_iOS</AssemblyName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
|
|
<DebugType>full</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\iPhone\Release</OutputPath>
|
|
<DefineConstants>__MOBILE__;__IOS__;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
<ConsolePause>false</ConsolePause>
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
|
<AssemblyName>SQLiteExtensions_iOS</AssemblyName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
|
|
<DebugType>full</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\iPhone\Ad-Hoc</OutputPath>
|
|
<DefineConstants>__MOBILE__;__IOS__;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
<BuildIpa>true</BuildIpa>
|
|
<CodesignProvision>Automatic:AdHoc</CodesignProvision>
|
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
|
<AssemblyName>SQLiteExtensions_iOS</AssemblyName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
|
|
<DebugType>full</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\iPhone\AppStore</OutputPath>
|
|
<DefineConstants>__MOBILE__;__IOS__;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
<CodesignProvision>Automatic:AppStore</CodesignProvision>
|
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
|
<AssemblyName>SQLiteExtensions_iOS</AssemblyName>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="monotouch" />
|
|
<Reference Include="SQLite">
|
|
<HintPath>..\Components\sqlite-net-1.0.1\lib\ios\SQLite.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Info.plist" />
|
|
<None Include="Entitlements.plist" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AppDelegate.cs" />
|
|
<Compile Include="..\Shared\SQLite3Extensions.cs">
|
|
<Link>SQLite3Extensions.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Shared\SQLite3Extensions.Distance.cs">
|
|
<Link>SQLite3Extensions.Distance.cs</Link>
|
|
</Compile>
|
|
<Compile Include="MainViewController.cs" />
|
|
<Compile Include="..\Shared\Place.cs">
|
|
<Link>Place.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Shared\PlaceService.cs">
|
|
<Link>PlaceService.cs</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ItemGroup>
|
|
<ImageAsset Include="Resources\Images.xcassets\LaunchImage.launchimage\Contents.json" />
|
|
<ImageAsset Include="Resources\Images.xcassets\LaunchImage.launchimage\Default-568h%402x.png" />
|
|
<ImageAsset Include="Resources\Images.xcassets\LaunchImage.launchimage\Default%402x.png" />
|
|
<ImageAsset Include="Resources\Images.xcassets\LaunchImage.launchimage\Default.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<XamarinComponentReference Include="sqlite-net">
|
|
<Version>1.0.1</Version>
|
|
<Visible>False</Visible>
|
|
</XamarinComponentReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BundleResource Include="..\Shared\Place.sqlite">
|
|
<Link>Resources\Place.sqlite</Link>
|
|
</BundleResource>
|
|
</ItemGroup>
|
|
</Project> |