System.Drawing: added email to icon and test file headers
[mono.git] / mcs / class / System.Core / System.Core-tests-net_2_0.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" 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>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699,1720</NoWarn>\r
11     <OutputPath>.\</OutputPath>\r
12     <NoStdLib>true</NoStdLib>\r
13     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
14     <AppDesignerFolder>Properties</AppDesignerFolder>\r
15     <RootNamespace></RootNamespace>\r
16     <AssemblyName>System.Core_test_net_2_0</AssemblyName>\r
17     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r
18     <FileAlignment>512</FileAlignment>\r
19   </PropertyGroup>\r
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
21     <DebugSymbols>true</DebugSymbols>\r
22     <DebugType>full</DebugType>\r
23     <NoWarn>1699,1720</NoWarn>\r
24     <Optimize>false</Optimize>\r
25     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;INSIDE_SYSCORE;LIBC;NET_3_5</DefineConstants>\r
26     <ErrorReport>prompt</ErrorReport>\r
27     <WarningLevel>4</WarningLevel>\r
28     <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>\r
29   </PropertyGroup>\r
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
31     <DebugType>pdbonly</DebugType>\r
32     <NoWarn>1699,1720</NoWarn>\r
33     <Optimize>true</Optimize>\r
34     <DefineConstants>NET_1_1;NET_2_0;INSIDE_SYSCORE;LIBC;NET_3_5</DefineConstants>\r
35     <ErrorReport>prompt</ErrorReport>\r
36     <WarningLevel>4</WarningLevel>\r
37     <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>\r
38   </PropertyGroup>\r
39   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
40   <ItemGroup>\r
41    <Compile Include="Test\System\TimeZoneInfoTest.cs" />
42    <Compile Include="Test\System\TimeZoneInfo.AdjustmentRuleTest.cs" />
43    <Compile Include="Test\System\TimeZoneInfo.TransitionTimeTest.cs" />
44    <Compile Include="Test\System.Collections.Generic\HashSetTest.cs" />
45    <Compile Include="Test\System.IO.MemoryMappedFiles\MemoryMappedFileTest.cs" />
46    <Compile Include="Test\System.Linq\EnumerableFixture.cs" />
47    <Compile Include="Test\System.Linq\EnumerableTest.cs" />
48    <Compile Include="Test\System.Linq\EnumerableMoreTest.cs" />
49    <Compile Include="Test\System.Linq\EnumerableAsQueryableTest.cs" />
50    <Compile Include="Test\System.Linq\LookupTest.cs" />
51    <Compile Include="Test\System.Linq.Expressions\ExpressionTest.cs" />
52    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Add.cs" />
53    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_AddChecked.cs" />
54    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_And.cs" />
55    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_AndAlso.cs" />
56    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ArrayIndex.cs" />
57    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ArrayLength.cs" />
58    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Bind.cs" />
59    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Call.cs" />
60    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Coalesce.cs" />
61    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Condition.cs" />
62    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Constant.cs" />
63    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Convert.cs" />
64    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Divide.cs" />
65    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ElementInit.cs" />
66    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Equal.cs" />
67    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ExclusiveOr.cs" />
68    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Field.cs" />
69    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_GreaterThan.cs" />
70    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_GreaterThanOrEqual.cs" />
71    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Invoke.cs" />
72    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Lambda.cs" />
73    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_LessThan.cs" />
74    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_LessThanOrEqual.cs" />
75    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_LeftShift.cs" />
76    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Lift.cs" />
77    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ListBind.cs" />
78    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ListInit.cs" />
79    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MakeBinary.cs" />
80    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MemberBind.cs" />
81    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MemberInit.cs" />
82    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Modulo.cs" />
83    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MultiplyChecked.cs" />
84    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Multiply.cs" />
85    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Negate.cs" />
86    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_New.cs" />
87    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_NewArrayBounds.cs" />
88    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_NewArrayInit.cs" />
89    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Not.cs" />
90    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_NotEqual.cs" />
91    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Or.cs" />
92    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_OrElse.cs" />
93    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Power.cs" />
94    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Property.cs" />
95    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_PropertyOrField.cs" />
96    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Quote.cs" />
97    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_RightShift.cs" />
98    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_SubtractChecked.cs" />
99    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Subtract.cs" />
100    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_TypeAs.cs" />
101    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_TypeIs.cs" />
102    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_UnaryPlus.cs" />
103    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Utils.cs" />
104    <Compile Include="Test\System.Threading\ReaderWriterLockSlimTest.cs" />
105    <Compile Include="..\corlib\Test\System.Security.Cryptography\HashAlgorithmTest.cs" />
106    <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA1Test.cs" />
107    <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA256Test.cs" />
108    <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA384Test.cs" />
109    <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA512Test.cs" />
110    <Compile Include="Test\System.Security.Cryptography\CngAlgorithmTest.cs" />
111    <Compile Include="Test\System.Security.Cryptography\CngAlgorithmGroupTest.cs" />
112    <Compile Include="Test\System.Security.Cryptography\MD5CngTest.cs" />
113    <Compile Include="Test\System.Security.Cryptography\SHA1CngTest.cs" />
114    <Compile Include="Test\System.Security.Cryptography\SHA256CngTest.cs" />
115    <Compile Include="Test\System.Security.Cryptography\SHA256CryptoServiceProviderTest.cs" />
116    <Compile Include="Test\System.Security.Cryptography\SHA384CngTest.cs" />
117    <Compile Include="Test\System.Security.Cryptography\SHA384CryptoServiceProviderTest.cs" />
118    <Compile Include="Test\System.Security.Cryptography\SHA512CngTest.cs" />
119    <Compile Include="Test\System.Security.Cryptography\SHA512CryptoServiceProviderTest.cs" />
120    <Compile Include="Test\System.Runtime.CompilerServices\DynamicAttributeTest.cs" />
121    <Compile Include="Test\System.Linq\ParallelEnumerableTests.cs" />
122    <Compile Include="Test\System.Linq\ParallelTestHelper.cs" />
123    <Compile Include="Test\System.Threading.Tasks\TaskExtensionsTests.cs" />
124 \r
125   </ItemGroup>\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   <PropertyGroup>\r
134     <PreBuildEvent></PreBuildEvent>\r
135   </PropertyGroup>\r
136   <ItemGroup>\r
137     <Reference Include="mscorlib.dll">
138       <SpecificVersion>False</SpecificVersion>
139       <HintPath>mscorlib.dll</HintPath>
140     </Reference>
141     <Reference Include="./../../class/lib/net_2_0/System.Core.dll">
142       <SpecificVersion>False</SpecificVersion>
143       <HintPath>./../../class/lib/net_2_0/System.Core.dll</HintPath>
144     </Reference>
145     <Reference Include="mscorlib.dll">
146       <SpecificVersion>False</SpecificVersion>
147       <HintPath>mscorlib.dll</HintPath>
148     </Reference>
149     <Reference Include="System.dll">
150       <SpecificVersion>False</SpecificVersion>
151       <HintPath>System.dll</HintPath>
152     </Reference>
153     <Reference Include="Mono.Posix.dll">
154       <SpecificVersion>False</SpecificVersion>
155       <HintPath>Mono.Posix.dll</HintPath>
156     </Reference>
157     <Reference Include="nunit.framework" />
158 \r
159   </ItemGroup>\r
160   <ItemGroup>\r
161     <Folder Include="Properties\" />\r
162   </ItemGroup>\r
163   \r
164 </Project>\r
165