| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- <?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>
- <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <ProjectGuid>{E504B3DA-ED72-4A45-ADCC-F573908A84EB}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <RootNamespace>DocX.iOS.Test</RootNamespace>
- <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
- <AssemblyName>DocX.iOS.Test</AssemblyName>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
- <DefineConstants>DEBUG;ENABLE_TEST_CLOUD;</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- <MtouchArch>i386</MtouchArch>
- <MtouchLink>None</MtouchLink>
- <MtouchUseRefCounting>true</MtouchUseRefCounting>
- <MtouchUseSGen>true</MtouchUseSGen>
- <MtouchFastDev>true</MtouchFastDev>
- <MtouchDebug>true</MtouchDebug>
- <CodesignKey>iPhone Developer</CodesignKey>
- <MtouchProfiling>true</MtouchProfiling>
- <MtouchI18n>west</MtouchI18n>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
- <DebugType>full</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\iPhone\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- <MtouchArch>ARMv7, ARM64</MtouchArch>
- <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
- <MtouchFloat32>true</MtouchFloat32>
- <MtouchUseSGen>true</MtouchUseSGen>
- <CodesignKey>iPhone Developer</CodesignKey>
- <MtouchUseRefCounting>true</MtouchUseRefCounting>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
- <DebugType>full</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- <MtouchArch>i386</MtouchArch>
- <MtouchLink>None</MtouchLink>
- <MtouchUseRefCounting>true</MtouchUseRefCounting>
- <CodesignKey>iPhone Developer</CodesignKey>
- <MtouchUseSGen>true</MtouchUseSGen>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\iPhone\Debug</OutputPath>
- <DefineConstants>DEBUG;ENABLE_TEST_CLOUD;</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- <MtouchArch>ARMv7, ARM64</MtouchArch>
- <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
- <MtouchFloat32>true</MtouchFloat32>
- <CodesignKey>iPhone Developer</CodesignKey>
- <DeviceSpecificBuild>true</DeviceSpecificBuild>
- <MtouchDebug>true</MtouchDebug>
- <MtouchUseSGen>true</MtouchUseSGen>
- <MtouchUseRefCounting>true</MtouchUseRefCounting>
- <MtouchProfiling>true</MtouchProfiling>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Core" />
- <Reference Include="Xamarin.iOS" />
- </ItemGroup>
- <ItemGroup>
- <ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Contents.json" />
- </ItemGroup>
- <ItemGroup>
- <InterfaceDefinition Include="Resources\LaunchScreen.xib" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Info.plist" />
- <None Include="Entitlements.plist" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Sources\App.cs" />
- </ItemGroup>
- <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
- <ItemGroup>
- <ProjectReference Include="..\DocX.iOS\DocX.iOS.csproj">
- <Project>{70FC6AB5-5C6C-4E7A-92B7-0B24E16FE0EC}</Project>
- <Name>DocX.iOS</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Sources\" />
- </ItemGroup>
- </Project>
|