2008-07-01 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Data.DataSetExtensions / Test / System.Data.DataSetExtensions.Test.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.21022</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{7C7649EB-F476-4D07-B9DA-896C97148DE8}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>Test2</RootNamespace>\r
12     <AssemblyName>Test2</AssemblyName>\r
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15   </PropertyGroup>\r
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
17     <DebugSymbols>true</DebugSymbols>\r
18     <DebugType>full</DebugType>\r
19     <Optimize>false</Optimize>\r
20     <OutputPath>bin\Debug\</OutputPath>\r
21     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
22     <ErrorReport>prompt</ErrorReport>\r
23     <WarningLevel>4</WarningLevel>\r
24   </PropertyGroup>\r
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
26     <DebugType>pdbonly</DebugType>\r
27     <Optimize>true</Optimize>\r
28     <OutputPath>bin\Release\</OutputPath>\r
29     <DefineConstants>TRACE</DefineConstants>\r
30     <ErrorReport>prompt</ErrorReport>\r
31     <WarningLevel>4</WarningLevel>\r
32   </PropertyGroup>\r
33   <ItemGroup>\r
34     <Reference Include="System" />\r
35     <Reference Include="System.Core">\r
36       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
37     </Reference>\r
38     <Reference Include="System.Xml.Linq">\r
39       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
40     </Reference>\r
41     <Reference Include="System.Data.DataSetExtensions">\r
42       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
43     </Reference>\r
44     <Reference Include="System.Data" />\r
45     <Reference Include="System.Xml" />\r
46   </ItemGroup>\r
47   <ItemGroup>\r
48     <Compile Include="System.Data\DataRowComparerTest.cs" />\r
49     <Compile Include="System.Data\DataTableExtensionsTest.cs" />\r
50     <Compile Include="System.Data\EnumerableRowCollectionTest.cs" />\r
51   </ItemGroup>\r
52   <ItemGroup>\r
53     <ProjectReference Include="..\..\..\nunit20\framework\nunit.framework.dll20.J2EE.csproj">\r
54       <Project>{ACDA29DB-62AB-4AF8-8862-B3B4FC755BBC}</Project>\r
55       <Name>nunit.framework.dll20.J2EE</Name>\r
56     </ProjectReference>\r
57   </ItemGroup>\r
58   <ItemGroup>\r
59     <Folder Include="Properties\" />\r
60   </ItemGroup>\r
61   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
62   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
63        Other similar extension points exist, see Microsoft.Common.targets.\r
64   <Target Name="BeforeBuild">\r
65   </Target>\r
66   <Target Name="AfterBuild">\r
67   </Target>\r
68   -->\r
69   <PropertyGroup>\r
70     <PostBuildEvent>copy $(ProjectDir)\..\..\..\nunit20\\nunit-console\bin\Debug_Java20\*.dll $(TargetDir)\r
71 copy $(ProjectDir)\..\..\..\nunit20\\nunit-console\bin\Debug_Java20\*.exe $(TargetDir)</PostBuildEvent>\r
72   </PropertyGroup>\r
73 </Project>