Wed Feb 24 15:47:16 CET 2010 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / tools / xbuild / Test / xbuild.tests / xbuild.tests.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>8.0.50727</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{929D9BCD-2280-4B6D-AD69-0FD089E344C2}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <RootNamespace>xbuild.tests</RootNamespace>
11     <AssemblyName>xbuild.tests</AssemblyName>
12   </PropertyGroup>
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14     <DebugSymbols>true</DebugSymbols>
15     <DebugType>full</DebugType>
16     <Optimize>false</Optimize>
17     <OutputPath>bin\Debug</OutputPath>
18     <DefineConstants>DEBUG;NET_2_0</DefineConstants>
19     <ErrorReport>prompt</ErrorReport>
20     <WarningLevel>4</WarningLevel>
21     <ConsolePause>false</ConsolePause>
22   </PropertyGroup>
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24     <DebugType>none</DebugType>
25     <Optimize>false</Optimize>
26     <OutputPath>bin\Release</OutputPath>
27     <ErrorReport>prompt</ErrorReport>
28     <WarningLevel>4</WarningLevel>
29     <ConsolePause>false</ConsolePause>
30   </PropertyGroup>
31   <ItemGroup>
32     <Reference Include="System" />
33     <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
34   </ItemGroup>
35   <ItemGroup>
36     <ProjectReference Include="..\..\xbuild.csproj">
37       <Project>{89938F1A-C851-41D5-96D2-C329E00887B6}</Project>
38       <Name>xbuild</Name>
39     </ProjectReference>
40   </ItemGroup>
41   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
42   <ProjectExtensions>
43     <MonoDevelop>
44       <Properties InternalTargetFrameworkVersion="3.5" />
45     </MonoDevelop>
46   </ProjectExtensions>
47   <ItemGroup>
48     <Compile Include="ParametersTest.cs" />
49   </ItemGroup>
50 </Project>