* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / Microsoft.Build.Engine / Microsoft.Build.Engine.Test.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <OutputType>Library</OutputType>\r
4     <RootNamespace>Microsoft.Build.Engine.Test</RootNamespace>\r
5     <AssemblyName>Microsoft.Build.Engine.Test</AssemblyName>\r
6     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
7     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
8     <ProjectGuid>{A2F451CD-8701-434A-A562-EF1809E2DB7D}</ProjectGuid>\r
9   </PropertyGroup>\r
10   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">\r
11     <OutputPath>.\</OutputPath>\r
12     <Optimize>False</Optimize>\r
13     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
14     <DebugSymbols>True</DebugSymbols>\r
15     <DebugType>Full</DebugType>\r
16     <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>\r
17     <UseVSHostingProcess>true</UseVSHostingProcess>\r
18     <DocumentationFile>\r
19     </DocumentationFile>\r
20     <RegisterForComInterop>false</RegisterForComInterop>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">\r
23     <OutputPath>bin\Release\</OutputPath>\r
24     <Optimize>True</Optimize>\r
25     <DefineConstants>TRACE</DefineConstants>\r
26     <DebugSymbols>False</DebugSymbols>\r
27     <DebugType>None</DebugType>\r
28     <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>\r
29     <UseVSHostingProcess>true</UseVSHostingProcess>\r
30     <DocumentationFile>\r
31     </DocumentationFile>\r
32     <RegisterForComInterop>false</RegisterForComInterop>\r
33   </PropertyGroup>\r
34   <ItemGroup>\r
35     <Reference Include="System" />\r
36     <Reference Include="System.Data" />\r
37     <Reference Include="System.Xml" />\r
38     <Reference Include="Microsoft.Build.Engine" />\r
39     <Reference Include="Microsoft.Build.Framework" />\r
40     <Reference Include="Microsoft.Build.Utilities" />\r
41     <Reference Include="nunit.core" />\r
42     <Reference Include="nunit.framework" />\r
43   </ItemGroup>\r
44   <ItemGroup>\r
45   </ItemGroup>\r
46   <ItemGroup>\r
47     <Compile Include="Test\Microsoft.Build.BuildEngine\BuildItemTest.cs" />\r
48     <Compile Include="Test\Microsoft.Build.BuildEngine\EngineTest.cs" />\r
49     <Compile Include="Test\Microsoft.Build.BuildEngine\InternalLoggerExceptionTest.cs" />\r
50     <Compile Include="Test\Microsoft.Build.BuildEngine\InvalidProjectFileExceptionTest.cs" />\r
51     <Compile Include="Test\Microsoft.Build.BuildEngine\ProjectTest.cs" />\r
52   </ItemGroup>\r
53   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />\r
54 </Project>