2010-03-12 Jb Evain <jbevain@novell.com>
[mono.git] / mcs / class / System.Core / Test / System.Core.Tests-2008.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.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{F902A50D-6156-4935-A1AC-E82DF0EB83D3}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>System.Core.Tests</RootNamespace>\r
12     <AssemblyName>System.Core.Tests</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   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Test.NET|AnyCPU' ">\r
34     <DebugSymbols>true</DebugSymbols>\r
35     <OutputPath>bin\Test.NET\</OutputPath>\r
36     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
37     <DebugType>full</DebugType>\r
38     <PlatformTarget>AnyCPU</PlatformTarget>\r
39     <UseVSHostingProcess>false</UseVSHostingProcess>\r
40     <ErrorReport>prompt</ErrorReport>\r
41   </PropertyGroup>\r
42   <ItemGroup>\r
43     <Reference Include="nunit.framework" />\r
44     <Reference Include="System" />\r
45     <Reference Condition=" '$(Configuration)' == 'Test.NET' " Include="System.Core" />\r
46   </ItemGroup>\r
47   <ItemGroup>\r
48     <None Include="System.Collections.Generic\ChangeLog" />\r
49     <None Include="System.Linq\ChangeLog" />\r
50     <None Include="System\ChangeLog" />\r
51   </ItemGroup>\r
52   <ItemGroup>\r
53     <Compile Include="System.Collections.Generic\HashSetTest.cs" />\r
54     <Compile Include="System.Linq.Expressions\ExpressionTest_Convert.cs" />\r
55     <Compile Include="System.Linq.Expressions\ExpressionTest.cs" />\r
56     <Compile Include="System.Linq.Expressions\ExpressionTest_Add.cs" />\r
57     <Compile Include="System.Linq.Expressions\ExpressionTest_AddChecked.cs" />\r
58     <Compile Include="System.Linq.Expressions\ExpressionTest_And.cs" />\r
59     <Compile Include="System.Linq.Expressions\ExpressionTest_AndAlso.cs" />\r
60     <Compile Include="System.Linq.Expressions\ExpressionTest_ArrayIndex.cs" />\r
61     <Compile Include="System.Linq.Expressions\ExpressionTest_ArrayLength.cs" />\r
62     <Compile Include="System.Linq.Expressions\ExpressionTest_Bind.cs" />\r
63     <Compile Include="System.Linq.Expressions\ExpressionTest_Call.cs" />\r
64     <Compile Include="System.Linq.Expressions\ExpressionTest_Coalesce.cs" />\r
65     <Compile Include="System.Linq.Expressions\ExpressionTest_Condition.cs" />\r
66     <Compile Include="System.Linq.Expressions\ExpressionTest_Constant.cs" />\r
67     <Compile Include="System.Linq.Expressions\ExpressionTest_Divide.cs" />\r
68     <Compile Include="System.Linq.Expressions\ExpressionTest_ElementInit.cs" />\r
69     <Compile Include="System.Linq.Expressions\ExpressionTest_Equal.cs" />\r
70     <Compile Include="System.Linq.Expressions\ExpressionTest_ExclusiveOr.cs" />\r
71     <Compile Include="System.Linq.Expressions\ExpressionTest_Field.cs" />\r
72     <Compile Include="System.Linq.Expressions\ExpressionTest_GreaterThan.cs" />\r
73     <Compile Include="System.Linq.Expressions\ExpressionTest_GreaterThanOrEqual.cs" />\r
74     <Compile Include="System.Linq.Expressions\ExpressionTest_Invoke.cs" />\r
75     <Compile Include="System.Linq.Expressions\ExpressionTest_Lambda.cs" />\r
76     <Compile Include="System.Linq.Expressions\ExpressionTest_LeftShift.cs" />\r
77     <Compile Include="System.Linq.Expressions\ExpressionTest_LessThan.cs" />\r
78     <Compile Include="System.Linq.Expressions\ExpressionTest_LessThanOrEqual.cs" />\r
79     <Compile Include="System.Linq.Expressions\ExpressionTest_Lift.cs" />\r
80     <Compile Include="System.Linq.Expressions\ExpressionTest_ListBind.cs" />\r
81     <Compile Include="System.Linq.Expressions\ExpressionTest_ListInit.cs" />\r
82     <Compile Include="System.Linq.Expressions\ExpressionTest_MakeBinary.cs" />\r
83     <Compile Include="System.Linq.Expressions\ExpressionTest_MemberBind.cs" />\r
84     <Compile Include="System.Linq.Expressions\ExpressionTest_MemberInit.cs" />\r
85     <Compile Include="System.Linq.Expressions\ExpressionTest_Modulo.cs" />\r
86     <Compile Include="System.Linq.Expressions\ExpressionTest_Multiply.cs" />\r
87     <Compile Include="System.Linq.Expressions\ExpressionTest_MultiplyChecked.cs" />\r
88     <Compile Include="System.Linq.Expressions\ExpressionTest_Negate.cs" />\r
89     <Compile Include="System.Linq.Expressions\ExpressionTest_New.cs" />\r
90     <Compile Include="System.Linq.Expressions\ExpressionTest_NewArrayBounds.cs" />\r
91     <Compile Include="System.Linq.Expressions\ExpressionTest_NewArrayInit.cs" />\r
92     <Compile Include="System.Linq.Expressions\ExpressionTest_Not.cs" />\r
93     <Compile Include="System.Linq.Expressions\ExpressionTest_NotEqual.cs" />\r
94     <Compile Include="System.Linq.Expressions\ExpressionTest_Or.cs" />\r
95     <Compile Include="System.Linq.Expressions\ExpressionTest_OrElse.cs" />\r
96     <Compile Include="System.Linq.Expressions\ExpressionTest_Power.cs" />\r
97     <Compile Include="System.Linq.Expressions\ExpressionTest_Property.cs" />\r
98     <Compile Include="System.Linq.Expressions\ExpressionTest_PropertyOrField.cs" />\r
99     <Compile Include="System.Linq.Expressions\ExpressionTest_Quote.cs" />\r
100     <Compile Include="System.Linq.Expressions\ExpressionTest_RightShift.cs" />\r
101     <Compile Include="System.Linq.Expressions\ExpressionTest_Subtract.cs" />\r
102     <Compile Include="System.Linq.Expressions\ExpressionTest_SubtractChecked.cs" />\r
103     <Compile Include="System.Linq.Expressions\ExpressionTest_TypeAs.cs" />\r
104     <Compile Include="System.Linq.Expressions\ExpressionTest_TypeIs.cs" />\r
105     <Compile Include="System.Linq.Expressions\ExpressionTest_UnaryPlus.cs" />\r
106     <Compile Include="System.Linq.Expressions\ExpressionTest_Utils.cs" />\r
107     <Compile Include="System.Linq\EnumerableAsQueryableTest.cs" />\r
108     <Compile Include="System.Linq\EnumerableFixture.cs" />\r
109     <Compile Include="System.Linq\EnumerableMoreTest.cs" />\r
110     <Compile Include="System.Linq\EnumerableTest.cs" />\r
111     <Compile Include="System.Linq\LookupTest.cs" />\r
112     <Compile Include="System.Linq\QueryableProviderTest.cs" />\r
113     <Compile Include="System.Linq\QueryableTest.cs" />\r
114     <Compile Include="System\TimeZoneInfo.AdjustmentRuleTest.cs" />\r
115     <Compile Include="System\TimeZoneInfo.TransitionTimeTest.cs" />\r
116     <Compile Include="System\TimeZoneInfoTest.cs" />\r
117   </ItemGroup>\r
118   <ItemGroup>\r
119     <ProjectReference Condition=" '$(Configuration)' == 'Debug' or '$(Configuration)' == 'Release' " Include="..\System.Core-2008.csproj">\r
120       <Project>{D287D5CA-4F81-4215-AFC8-8A1413696884}</Project>\r
121       <Name>System.Core-2008</Name>\r
122       <Private>True</Private>\r
123     </ProjectReference>\r
124   </ItemGroup>\r
125   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
126   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
127        Other similar extension points exist, see Microsoft.Common.targets.\r
128   <Target Name="BeforeBuild">\r
129   </Target>\r
130   <Target Name="AfterBuild">\r
131   </Target>\r
132   -->\r
133 </Project>