|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <PropertyGroup> |
| 4 | + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 5 | + <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform> |
| 6 | + <ProjectGuid>{30C91103-12E5-47AE-85FE-41B0218A8997}</ProjectGuid> |
| 7 | + <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
| 8 | + <OutputType>Exe</OutputType> |
| 9 | + <RootNamespace>CSharpMath.Ios.Tests</RootNamespace> |
| 10 | + <AssemblyName>CSharpMath.Ios.Tests</AssemblyName> |
| 11 | + <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix> |
| 12 | + </PropertyGroup> |
| 13 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' "> |
| 14 | + <DebugSymbols>true</DebugSymbols> |
| 15 | + <DebugType>full</DebugType> |
| 16 | + <Optimize>false</Optimize> |
| 17 | + <OutputPath>bin\iPhoneSimulator\Debug</OutputPath> |
| 18 | + <DefineConstants>DEBUG;</DefineConstants> |
| 19 | + <ErrorReport>prompt</ErrorReport> |
| 20 | + <WarningLevel>4</WarningLevel> |
| 21 | + <CodesignKey>iPhone Developer</CodesignKey> |
| 22 | + <MtouchDebug>true</MtouchDebug> |
| 23 | + <MtouchNoSymbolStrip>true</MtouchNoSymbolStrip> |
| 24 | + <MtouchFastDev>true</MtouchFastDev> |
| 25 | + <IOSDebuggerPort>23322</IOSDebuggerPort> |
| 26 | + <MtouchLink>None</MtouchLink> |
| 27 | + <MtouchArch>x86_64</MtouchArch> |
| 28 | + <MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler> |
| 29 | + <DeviceSpecificBuild>false</DeviceSpecificBuild> |
| 30 | + <MtouchVerbosity> |
| 31 | + </MtouchVerbosity> |
| 32 | + <NoWarn> |
| 33 | + </NoWarn> |
| 34 | + <LangVersion>Default</LangVersion> |
| 35 | + <Nullable> |
| 36 | + </Nullable> |
| 37 | + </PropertyGroup> |
| 38 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> |
| 39 | + <DebugType>pdbonly</DebugType> |
| 40 | + <Optimize>true</Optimize> |
| 41 | + <OutputPath>bin\iPhone\Release</OutputPath> |
| 42 | + <DefineConstants> |
| 43 | + </DefineConstants> |
| 44 | + <ErrorReport>prompt</ErrorReport> |
| 45 | + <WarningLevel>4</WarningLevel> |
| 46 | + <CodesignKey>iPhone Developer</CodesignKey> |
| 47 | + <MtouchUseLlvm>true</MtouchUseLlvm> |
| 48 | + <MtouchFloat32>true</MtouchFloat32> |
| 49 | + <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> |
| 50 | + <MtouchLink>SdkOnly</MtouchLink> |
| 51 | + <MtouchArch>ARM64</MtouchArch> |
| 52 | + <MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler> |
| 53 | + <MtouchVerbosity> |
| 54 | + </MtouchVerbosity> |
| 55 | + <NoWarn> |
| 56 | + </NoWarn> |
| 57 | + <LangVersion>Default</LangVersion> |
| 58 | + <Nullable> |
| 59 | + </Nullable> |
| 60 | + </PropertyGroup> |
| 61 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' "> |
| 62 | + <DebugType>pdbonly</DebugType> |
| 63 | + <Optimize>true</Optimize> |
| 64 | + <OutputPath>bin\iPhoneSimulator\Release</OutputPath> |
| 65 | + <DefineConstants> |
| 66 | + </DefineConstants> |
| 67 | + <ErrorReport>prompt</ErrorReport> |
| 68 | + <WarningLevel>4</WarningLevel> |
| 69 | + <CodesignKey>iPhone Developer</CodesignKey> |
| 70 | + <MtouchNoSymbolStrip>true</MtouchNoSymbolStrip> |
| 71 | + <MtouchLink>None</MtouchLink> |
| 72 | + <MtouchArch>x86_64</MtouchArch> |
| 73 | + <MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler> |
| 74 | + <MtouchVerbosity> |
| 75 | + </MtouchVerbosity> |
| 76 | + <NoWarn> |
| 77 | + </NoWarn> |
| 78 | + <LangVersion>Default</LangVersion> |
| 79 | + <Nullable> |
| 80 | + </Nullable> |
| 81 | + </PropertyGroup> |
| 82 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' "> |
| 83 | + <DebugSymbols>true</DebugSymbols> |
| 84 | + <DebugType>full</DebugType> |
| 85 | + <Optimize>false</Optimize> |
| 86 | + <OutputPath>bin\iPhone\Debug</OutputPath> |
| 87 | + <DefineConstants>DEBUG;</DefineConstants> |
| 88 | + <ErrorReport>prompt</ErrorReport> |
| 89 | + <WarningLevel>4</WarningLevel> |
| 90 | + <CodesignKey>iPhone Developer</CodesignKey> |
| 91 | + <DeviceSpecificBuild>true</DeviceSpecificBuild> |
| 92 | + <MtouchDebug>true</MtouchDebug> |
| 93 | + <MtouchNoSymbolStrip>true</MtouchNoSymbolStrip> |
| 94 | + <MtouchFastDev>true</MtouchFastDev> |
| 95 | + <MtouchFloat32>true</MtouchFloat32> |
| 96 | + <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> |
| 97 | + <IOSDebuggerPort>41866</IOSDebuggerPort> |
| 98 | + <MtouchLink>SdkOnly</MtouchLink> |
| 99 | + <MtouchArch>ARM64</MtouchArch> |
| 100 | + <MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler> |
| 101 | + <MtouchVerbosity> |
| 102 | + </MtouchVerbosity> |
| 103 | + <NoWarn> |
| 104 | + </NoWarn> |
| 105 | + <LangVersion>Default</LangVersion> |
| 106 | + <Nullable> |
| 107 | + </Nullable> |
| 108 | + </PropertyGroup> |
| 109 | + <PropertyGroup Condition="!$([System.String]::IsNullOrEmpty($(CI))) And $(CI)"> |
| 110 | + <DefineConstants>$(DefineConstants);CI</DefineConstants> |
| 111 | + </PropertyGroup> |
| 112 | + <ItemGroup> |
| 113 | + <Reference Include="System" /> |
| 114 | + <Reference Include="System.Xml" /> |
| 115 | + <Reference Include="System.Core" /> |
| 116 | + <Reference Include="Xamarin.iOS" /> |
| 117 | + <PackageReference Include="xunit" Version="2.4.1" /> |
| 118 | + <PackageReference Include="xunit.runner.devices" Version="2.5.25" /> |
| 119 | + </ItemGroup> |
| 120 | + <ItemGroup> |
| 121 | + <InterfaceDefinition Include="LaunchScreen.storyboard" /> |
| 122 | + </ItemGroup> |
| 123 | + <ItemGroup> |
| 124 | + <None Include="Info.plist" /> |
| 125 | + <None Include="Entitlements.plist" /> |
| 126 | + </ItemGroup> |
| 127 | + <ItemGroup> |
| 128 | + <Compile Include="Main.cs" /> |
| 129 | + <Compile Include="AppDelegate.cs" /> |
| 130 | + <Compile Include="Tests.cs" /> |
| 131 | + <Compile Include="..\CSharpMath.Rendering.Tests\TestRenderingMathData.cs"> |
| 132 | + <Link>TestRenderingMathData.cs</Link> |
| 133 | + </Compile> |
| 134 | + <Compile Include="..\CSharpMath.Rendering.Tests\TestRenderingSharedData.cs"> |
| 135 | + <Link>TestRenderingSharedData.cs</Link> |
| 136 | + </Compile> |
| 137 | + <EmbeddedResource Include="..\CSharpMath.Rendering.Tests\MathDisplay\*" Exclude="..\CSharpMath.Rendering.Tests\MathDisplay\*.*.*" Link="MathDisplay\%(RecursiveDir)%(Filename)%(Extension)" /> |
| 138 | + <EmbeddedResource Include="..\CSharpMath.Rendering.Tests\MathInline\*" Exclude="..\CSharpMath.Rendering.Tests\MathInline\*.*.*" Link="MathInline\%(RecursiveDir)%(Filename)%(Extension)" /> |
| 139 | + </ItemGroup> |
| 140 | + <ItemGroup> |
| 141 | + <ProjectReference Include="..\CSharpMath\CSharpMath.csproj"> |
| 142 | + <Project>{5157367B-F03E-4ACB-83A1-0DE414A3BFCA}</Project> |
| 143 | + <Name>CSharpMath</Name> |
| 144 | + </ProjectReference> |
| 145 | + <ProjectReference Include="..\CSharpMath.Ios\CSharpMath.Ios.csproj"> |
| 146 | + <Project>{11D4E6C7-C8E2-449C-A1E7-18BBBCE4E6F3}</Project> |
| 147 | + <Name>CSharpMath.Ios</Name> |
| 148 | + </ProjectReference> |
| 149 | + </ItemGroup> |
| 150 | + <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> |
| 151 | +</Project> |
0 commit comments