Merge pull request #487 from mayerwin/patch-1
[mono.git] / mcs / class / System.Core / System.Core-tests-net_4_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_4_0</AssemblyName>\r
17     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
18     <FileAlignment>512</FileAlignment>\r
19     <!-- Filter out System.Core added by: Microsoft.NETFramework.props  -->\r
20     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
23     <PlatformTarget>AnyCPU</PlatformTarget>\r
24     <DebugSymbols>true</DebugSymbols>\r
25     <DebugType>full</DebugType>\r
26     <NoWarn>1699,1720</NoWarn>\r
27     <Optimize>false</Optimize>\r
28     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;INSIDE_SYSCORE;LIBC;NET_3_5;FEATURE_CORE_DLR;FEATURE_REFEMIT;FEATURE_PDBEMIT</DefineConstants>\r
29     <ErrorReport>prompt</ErrorReport>\r
30     <WarningLevel>4</WarningLevel>\r
31     <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>\r
32   </PropertyGroup>\r
33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
34     <PlatformTarget>AnyCPU</PlatformTarget>  \r
35     <DebugType>pdbonly</DebugType>\r
36     <NoWarn>1699,1720</NoWarn>\r
37     <Optimize>true</Optimize>\r
38     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;INSIDE_SYSCORE;LIBC;NET_3_5;FEATURE_CORE_DLR;FEATURE_REFEMIT;FEATURE_PDBEMIT</DefineConstants>\r
39     <ErrorReport>prompt</ErrorReport>\r
40     <WarningLevel>4</WarningLevel>\r
41     <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>\r
42   </PropertyGroup>\r
43   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
44   <ItemGroup>\r
45    <Compile Include="Test\System\TimeZoneInfoTest.cs" />
46    <Compile Include="Test\System\TimeZoneInfo.AdjustmentRuleTest.cs" />
47    <Compile Include="Test\System\TimeZoneInfo.TransitionTimeTest.cs" />
48    <Compile Include="Test\System.Collections.Generic\HashSetTest.cs" />
49    <Compile Include="Test\System.IO.MemoryMappedFiles\MemoryMappedFileTest.cs" />
50    <Compile Include="Test\System.IO.Pipes\PipeSecurityTest.cs" />
51    <Compile Include="Test\System.Linq\EnumerableFixture.cs" />
52    <Compile Include="Test\System.Linq\EnumerableTest.cs" />
53    <Compile Include="Test\System.Linq\EnumerableMoreTest.cs" />
54    <Compile Include="Test\System.Linq\EnumerableAsQueryableTest.cs" />
55    <Compile Include="Test\System.Linq\LookupTest.cs" />
56    <Compile Include="Test\System.Linq.Expressions\ExpressionTest.cs" />
57    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Add.cs" />
58    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_AddChecked.cs" />
59    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_And.cs" />
60    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_AndAlso.cs" />
61    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ArrayIndex.cs" />
62    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ArrayLength.cs" />
63    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Bind.cs" />
64    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Call.cs" />
65    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Coalesce.cs" />
66    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Condition.cs" />
67    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Constant.cs" />
68    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Convert.cs" />
69    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Divide.cs" />
70    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ElementInit.cs" />
71    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Equal.cs" />
72    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ExclusiveOr.cs" />
73    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Field.cs" />
74    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_GreaterThan.cs" />
75    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_GreaterThanOrEqual.cs" />
76    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Invoke.cs" />
77    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Lambda.cs" />
78    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_LessThan.cs" />
79    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_LessThanOrEqual.cs" />
80    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_LeftShift.cs" />
81    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Lift.cs" />
82    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ListBind.cs" />
83    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_ListInit.cs" />
84    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MakeBinary.cs" />
85    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MemberBind.cs" />
86    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MemberInit.cs" />
87    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Modulo.cs" />
88    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_MultiplyChecked.cs" />
89    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Multiply.cs" />
90    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Negate.cs" />
91    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_New.cs" />
92    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_NewArrayBounds.cs" />
93    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_NewArrayInit.cs" />
94    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Not.cs" />
95    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_NotEqual.cs" />
96    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Or.cs" />
97    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_OrElse.cs" />
98    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Power.cs" />
99    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Property.cs" />
100    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_PropertyOrField.cs" />
101    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Quote.cs" />
102    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_RightShift.cs" />
103    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_SubtractChecked.cs" />
104    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Subtract.cs" />
105    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_TypeAs.cs" />
106    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_TypeIs.cs" />
107    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_UnaryPlus.cs" />
108    <Compile Include="Test\System.Linq.Expressions\ExpressionTest_Utils.cs" />
109    <Compile Include="Test\System.Threading\ReaderWriterLockSlimTest.cs" />
110    <Compile Include="..\corlib\Test\System.Security.Cryptography\HashAlgorithmTest.cs" />
111    <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA1Test.cs" />
112    <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA256Test.cs" />
113    <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA384Test.cs" />
114    <Compile Include="..\corlib\Test\System.Security.Cryptography\SHA512Test.cs" />
115    <Compile Include="Test\System.Security.Cryptography\CngAlgorithmTest.cs" />
116    <Compile Include="Test\System.Security.Cryptography\CngAlgorithmGroupTest.cs" />
117    <Compile Include="Test\System.Security.Cryptography\MD5CngTest.cs" />
118    <Compile Include="Test\System.Security.Cryptography\SHA1CngTest.cs" />
119    <Compile Include="Test\System.Security.Cryptography\SHA256CngTest.cs" />
120    <Compile Include="Test\System.Security.Cryptography\SHA256CryptoServiceProviderTest.cs" />
121    <Compile Include="Test\System.Security.Cryptography\SHA384CngTest.cs" />
122    <Compile Include="Test\System.Security.Cryptography\SHA384CryptoServiceProviderTest.cs" />
123    <Compile Include="Test\System.Security.Cryptography\SHA512CngTest.cs" />
124    <Compile Include="Test\System.Security.Cryptography\SHA512CryptoServiceProviderTest.cs" />
125    <Compile Include="Test\System.Runtime.CompilerServices\DynamicAttributeTest.cs" />
126    <Compile Include="Test\System.Linq\ParallelEnumerableTests.cs" />
127    <Compile Include="Test\System.Linq\ParallelTestHelper.cs" />
128    <Compile Include="Test\System.Threading.Tasks\TaskExtensionsTests.cs" />
129 \r
130   </ItemGroup>\r
131   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
132        Other similar extension points exist, see Microsoft.Common.targets.\r
133   <Target Name="BeforeBuild">\r
134   </Target>\r
135   <Target Name="AfterBuild">\r
136   </Target>\r
137   -->\r
138   <PropertyGroup>\r
139     <PreBuildEvent></PreBuildEvent>\r
140   </PropertyGroup>\r
141   <ItemGroup>\r
142     <Reference Include="mscorlib.dll">
143       <SpecificVersion>False</SpecificVersion>
144       <HintPath>mscorlib.dll</HintPath>
145     </Reference>
146     <Reference Include="./../../class/lib/net_4_0/System.Core.dll">
147       <SpecificVersion>False</SpecificVersion>
148       <HintPath>./../../class/lib/net_4_0/System.Core.dll</HintPath>
149     </Reference>
150     <Reference Include="mscorlib.dll">
151       <SpecificVersion>False</SpecificVersion>
152       <HintPath>mscorlib.dll</HintPath>
153     </Reference>
154     <Reference Include="System.dll">
155       <SpecificVersion>False</SpecificVersion>
156       <HintPath>System.dll</HintPath>
157     </Reference>
158     <Reference Include="Mono.Posix.dll">
159       <SpecificVersion>False</SpecificVersion>
160       <HintPath>Mono.Posix.dll</HintPath>
161     </Reference>
162     <Reference Include="nunit.framework" />
163 \r
164   </ItemGroup>\r
165   <ItemGroup>\r
166     <Folder Include="Properties\" />\r
167   </ItemGroup>\r
168   \r
169 </Project>\r
170