xamarin-macios/tests/linker-ios/link all/link all.csproj

123 строки
5.2 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>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{370CC763-EDC3-41DA-A21A-D4C82CABEFE4}</ProjectGuid>
<ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Exe</OutputType>
<RootNamespace>linkall</RootNamespace>
<AssemblyName>link all</AssemblyName>
<TargetFrameworkIdentifier>MonoTouch</TargetFrameworkIdentifier>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>True</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>False</Optimize>
<OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
<DefineConstants>DEBUG;LINKALL;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>False</ConsolePause>
<MtouchDebug>True</MtouchDebug>
<MtouchLink>Full</MtouchLink>
<MtouchI18n>mideast,other</MtouchI18n>
<MtouchExtraArgs>--registrar=static --tls-provider=legacy</MtouchExtraArgs>
<MtouchArch>i386</MtouchArch>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
<DebugType>none</DebugType>
<Optimize>False</Optimize>
<OutputPath>bin\iPhoneSimulator\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>False</ConsolePause>
<MtouchLink>Full</MtouchLink>
<MtouchI18n>mideast,other</MtouchI18n>
<MtouchArch>i386</MtouchArch>
<DefineConstants>LINKALL;</DefineConstants>
<MtouchExtraArgs>--tls-provider=legacy</MtouchExtraArgs>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
<DebugSymbols>True</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>False</Optimize>
<OutputPath>bin\iPhone\Debug</OutputPath>
<DefineConstants>DEBUG;LINKALL;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>False</ConsolePause>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchDebug>True</MtouchDebug>
<MtouchLink>Full</MtouchLink>
<MtouchI18n>mideast,other</MtouchI18n>
<MtouchArch>ARMv7</MtouchArch>
<MtouchExtraArgs>--tls-provider=legacy -gcc_flags="-UhoItsB0rken"</MtouchExtraArgs>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
<DebugType>none</DebugType>
<Optimize>False</Optimize>
<OutputPath>bin\iPhone\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>False</ConsolePause>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchLink>Full</MtouchLink>
<MtouchI18n>mideast,other</MtouchI18n>
<MtouchUseLlvm>True</MtouchUseLlvm>
<MtouchArch>ARMv7</MtouchArch>
<MtouchExtraArgs>-v -v -v -v --tls-provider=legacy</MtouchExtraArgs>
<DefineConstants>LINKALL;</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="monotouch" />
<Reference Include="MonoTouch.NUnitLite" />
<Reference Include="System.Xml" />
<Reference Include="System.Data" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="OpenTK-1.0" />
<Reference Include="System.ComponentModel.Composition" />
</ItemGroup>
<ItemGroup>
<None Include="Info.plist" />
</ItemGroup>
<ItemGroup>
<Compile Include="Main.cs" />
<Compile Include="AppDelegate.cs" />
<Compile Include="LinkAllTest.cs" />
<Compile Include="ClassLayoutTest.cs" />
<Compile Include="StructLayoutTest.cs" />
<Compile Include="XmlSerializationTest.cs" />
<Compile Include="AttributeTest.cs" />
<Compile Include="InterfacesTest.cs" />
<Compile Include="DataContractTest.cs" />
<Compile Include="..\link sdk\OptimizeGeneratedCodeTest.cs">
<Link>OptimizeGeneratedCodeTest.cs</Link>
</Compile>
<Compile Include="InternalsTest.cs" />
<Compile Include="LinqExpressionTest.cs" />
<Compile Include="CalendarTest.cs" />
<Compile Include="PreserveTest.cs" />
<Compile Include="MEFTests.cs" />
<Compile Include="SealerTest.cs" />
<Compile Include="..\link sdk\ReflectionTest.cs">
<Link>ReflectionTest.cs</Link>
</Compile>
<Compile Include="SerializationTest.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\BundledResources\BundledResources.csproj">
<Project>{FE6EDEE9-ADF6-4F42-BCF2-B68C0A44EC3D}</Project>
<Name>BundledResources</Name>
</ProjectReference>
<ProjectReference Include="..\..\bindings-test\bindings-test.csproj">
<Project>{D6667423-EDD8-4B50-9D98-1AC5D8A8A4EA}</Project>
<Name>bindings-test</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" />
</Project>