Propagate error in mono_unicode_to_external (#14879)
[mono-project.git] / sdks / android / xtc / RuntimeTests.csproj
blobaa8c53b2d3075c944798011564be6c9eeaab5316
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)' == '' ">AnyCPU</Platform>
6 <ProjectGuid>{71CD4DAD-A331-462E-95FD-2ED2FB40AC25}</ProjectGuid>
7 <OutputType>Library</OutputType>
8 <RootNamespace>RuntimeTests</RootNamespace>
9 <AssemblyName>RuntimeTests</AssemblyName>
10 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11 </PropertyGroup>
12 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
13 <DebugSymbols>true</DebugSymbols>
14 <DebugType>full</DebugType>
15 <Optimize>false</Optimize>
16 <OutputPath>bin\Debug</OutputPath>
17 <DefineConstants>DEBUG;</DefineConstants>
18 <ErrorReport>prompt</ErrorReport>
19 <WarningLevel>4</WarningLevel>
20 </PropertyGroup>
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
22 <Optimize>true</Optimize>
23 <OutputPath>bin\Release</OutputPath>
24 <ErrorReport>prompt</ErrorReport>
25 <WarningLevel>4</WarningLevel>
26 </PropertyGroup>
27 <ItemGroup>
28 <Reference Include="System" />
29 <Reference Include="nunit.framework">
30 <HintPath>packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
31 </Reference>
32 <Reference Include="Xamarin.UITest">
33 <HintPath>packages\Xamarin.UITest.2.0.7\lib\Xamarin.UITest.dll</HintPath>
34 </Reference>
35 </ItemGroup>
36 <ItemGroup>
37 <Compile Include="Tests.cs" />
38 </ItemGroup>
39 <ItemGroup>
40 <None Include="packages.config" />
41 </ItemGroup>
42 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
43 </Project>