xamarin-macios/tests/fsharp/fsharp.fsproj

100 строки
4.7 KiB
XML
Исходник Постоянная ссылка Обычный вид История

<?xml version="1.0" encoding="utf-8"?>
2016-05-26 16:06:52 +03:00
<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>{7862FE5A-530A-4651-825F-C80836B0A3A1}</ProjectGuid>
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{F2A71F9B-5D33-465A-A702-920D77279786}</ProjectTypeGuids>
2016-05-26 16:06:52 +03:00
<OutputType>Exe</OutputType>
<RootNamespace>fsharp</RootNamespace>
<AssemblyName>fsharp</AssemblyName>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<TargetFrameworkIdentifier>Xamarin.iOS</TargetFrameworkIdentifier>
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)-unified</IntermediateOutputPath>
<DefineConstants></DefineConstants>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<RootTestsDirectory>..</RootTestsDirectory>
2016-05-26 16:06:52 +03:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\iPhoneSimulator\$(Configuration)-unified</OutputPath>
<DefineConstants>DEBUG;$(DefineConstants)</DefineConstants>
2016-05-26 16:06:52 +03:00
<ErrorReport>prompt</ErrorReport>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchDebug>true</MtouchDebug>
<MtouchFastDev>false</MtouchFastDev>
<MtouchProfiling>true</MtouchProfiling>
<MtouchLink>None</MtouchLink>
<MtouchArch>x86_64</MtouchArch>
2016-05-26 16:06:52 +03:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
<Optimize>true</Optimize>
<OutputPath>bin\iPhone\$(Configuration)-unified</OutputPath>
<DefineConstants>;$(DefineConstants)</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchFloat32>true</MtouchFloat32>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchArch>ARM64</MtouchArch>
<GenerateTailCalls>true</GenerateTailCalls>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchUseLlvm>True</MtouchUseLlvm>
</PropertyGroup>
2016-05-26 16:06:52 +03:00
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
<Optimize>true</Optimize>
<OutputPath>bin\iPhoneSimulator\$(Configuration)-unified</OutputPath>
<DefineConstants>;$(DefineConstants)</DefineConstants>
2016-05-26 16:06:52 +03:00
<ErrorReport>prompt</ErrorReport>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchLink>None</MtouchLink>
<MtouchArch>x86_64</MtouchArch>
2016-05-26 16:06:52 +03:00
<GenerateTailCalls>true</GenerateTailCalls>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\iPhone\$(Configuration)-unified</OutputPath>
<DefineConstants>DEBUG;$(DefineConstants)</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<CodesignKey>iPhone Developer</CodesignKey>
<DeviceSpecificBuild>true</DeviceSpecificBuild>
<MtouchDebug>true</MtouchDebug>
<MtouchFastDev>false</MtouchFastDev>
<MtouchProfiling>true</MtouchProfiling>
<MtouchFloat32>true</MtouchFloat32>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchArch>ARM64</MtouchArch>
</PropertyGroup>
2016-05-26 16:06:52 +03:00
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="mscorlib" />
<Reference Include="FSharp.Core" Condition="'$(TargetFrameworkIdentifier)' != 'Xamarin.MacCatalyst'" />
<PackageReference Include="FSharp.Core" Condition="'$(TargetFrameworkIdentifier)' == 'Xamarin.MacCatalyst'" Version="5.0.0" />
<Reference Include="Xamarin.iOS" />
2016-05-26 16:06:52 +03:00
</ItemGroup>
<ItemGroup>
<None Include="Info.plist">
<LogicalName>Info.plist</LogicalName>
</None>
2016-05-26 16:06:52 +03:00
<None Include="Entitlements.plist" />
<Compile Include="AppDelegate.fs" />
<Compile Include="FSharpTests.fs" />
<Compile Include="Main.fs" />
<PackageReference Include="MonoTouch.Dialog" Version="2.0.0-pre1" />
<ProjectReference Include="..\..\external\Touch.Unit\Touch.Client\iOS\Touch.Client-iOS.csproj">
<Project>{F611ED96-54B5-4975-99BB-12F50AF95936}</Project>
<Name>Touch.Client-iOS</Name>
</ProjectReference>
2016-05-26 16:06:52 +03:00
</ItemGroup>
<Import Project="$(RootTestsDirectory)\nunit.framework.targets" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.FSharp.targets" />
</Project>