bring back CodeContracts to mobile profiles.
[mono-project.git] / mcs / class / System.Core / System.Core-tests-net_2_0.csproj
blob2faa06229104b43f6aecf34715e658db3c61c798
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" 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>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <NoWarn>1699,1720</NoWarn>
11 <OutputPath>.\</OutputPath>
12 <NoStdLib>true</NoStdLib>
13 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
14 <AppDesignerFolder>Properties</AppDesignerFolder>
15 <RootNamespace></RootNamespace>
16 <AssemblyName>System.Core_test_net_2_0</AssemblyName>
17 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
18 <FileAlignment>512</FileAlignment>
19 </PropertyGroup>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 <DebugSymbols>true</DebugSymbols>
22 <DebugType>full</DebugType>
23 <NoWarn>1699,1720</NoWarn>
24 <Optimize>false</Optimize>
25 <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;INSIDE_SYSCORE;LIBC;NET_3_5</DefineConstants>
26 <ErrorReport>prompt</ErrorReport>
27 <WarningLevel>4</WarningLevel>
28 <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
29 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31 <DebugType>pdbonly</DebugType>
32 <NoWarn>1699,1720</NoWarn>
33 <Optimize>true</Optimize>
34 <DefineConstants>NET_1_1;NET_2_0;INSIDE_SYSCORE;LIBC;NET_3_5</DefineConstants>
35 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel>
37 <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
38 </PropertyGroup>
39 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
40 <ItemGroup>
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" />
125 </ItemGroup>
126 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
127 Other similar extension points exist, see Microsoft.Common.targets.
128 <Target Name="BeforeBuild">
129 </Target>
130 <Target Name="AfterBuild">
131 </Target>
133 <PropertyGroup>
134 <PreBuildEvent></PreBuildEvent>
135 </PropertyGroup>
136 <ItemGroup>
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" />
159 </ItemGroup>
160 <ItemGroup>
161 <Folder Include="Properties\" />
162 </ItemGroup>
164 </Project>