2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks.Test.csproj
bloba9f9184314cc55ec47fb09bd6f8c2cc7ea3ae9e6
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>{01D4DF2C-F88B-43F1-B935-25CC0EE900C7}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>Microsoft.Build.Tasks.Test</RootNamespace>
12     <AssemblyName>Microsoft.Build.Tasks.Test</AssemblyName>
13     <StartupObject>
14     </StartupObject>
15   </PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17     <DebugSymbols>True</DebugSymbols>
18     <DebugType>full</DebugType>
19     <Optimize>False</Optimize>
20     <OutputPath>./</OutputPath>
21     <DefineConstants>DEBUG;TRACE</DefineConstants>
22     <ErrorReport>prompt</ErrorReport>
23     <WarningLevel>4</WarningLevel>
24     <OutputType>Library</OutputType>
25     <AssemblyName>Microsoft.Build.Tasks.Test</AssemblyName>
26     <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
27     <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
28   </PropertyGroup>
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30     <DebugType>pdbonly</DebugType>
31     <Optimize>True</Optimize>
32     <OutputPath>./bin/Release/</OutputPath>
33     <DefineConstants>TRACE</DefineConstants>
34     <ErrorReport>prompt</ErrorReport>
35     <WarningLevel>4</WarningLevel>
36     <OutputType>Library</OutputType>
37     <AssemblyName>Microsoft.Build.Tasks.Test</AssemblyName>
38     <DebugSymbols>True</DebugSymbols>
39     <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
40     <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
41   </PropertyGroup>
42   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
43   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
44        Other similar extension points exist, see Microsoft.Common.targets.\r
45   <Target Name="BeforeBuild">\r
46   </Target>\r
47   <Target Name="AfterBuild">\r
48   </Target>\r
49   -->
50   <ItemGroup>
51     <Compile Include="Test\Microsoft.Build.Tasks\ALTest.cs" />
52     <Compile Include="Test\Microsoft.Build.Tasks\Consts.cs" />
53     <Compile Include="Test\Microsoft.Build.Tasks\CreateItemTest.cs" />
54     <Compile Include="Test\Microsoft.Build.Tasks\CreatePropertyTest.cs" />
55     <Compile Include="Test\Microsoft.Build.Tasks\CscTest.cs" />
56     <Compile Include="Test\Microsoft.Build.Tasks\ErrorTest.cs" />
57     <Compile Include="Test\Microsoft.Build.Tasks\GetFrameworkPathTest.cs" />
58     <Compile Include="Test\Microsoft.Build.Tasks\GetFrameworkSdkPathTest.cs" />
59     <Compile Include="Test\Microsoft.Build.Tasks\MakeDirTest.cs" />
60     <Compile Include="Test\Microsoft.Build.Tasks\ManagedCompilerTest.cs" />
61     <Compile Include="Test\Microsoft.Build.Tasks\MessageTest.cs" />
62     <Compile Include="Test\Microsoft.Build.Tasks\RemoveDirTest.cs" />
63     <Compile Include="Test\Microsoft.Build.Tasks\TestEngine.cs" />
64     <Compile Include="Test\Microsoft.Build.Tasks\WarningTest.cs" />
65   </ItemGroup>
66   <ItemGroup>
67     <Reference Include="Microsoft.Build.Engine" />
68     <Reference Include="Microsoft.Build.Framework" />
69     <Reference Include="Microsoft.Build.Tasks" />
70     <Reference Include="Microsoft.Build.Utilities" />
71     <Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
72     <Reference Include="System" />
73     <Reference Include="System.Data" />
74     <Reference Include="System.Xml" />
75   </ItemGroup>
76 </Project>