Add VS project files for test project
[mono-project.git] / mcs / class / System.Core / System.Core-net_2_0.csproj
blob46ba6c106e839acdeb068a1ae6540b2a0ae359fb
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>./../../class/lib/net_2_0</OutputPath>
12 <NoStdLib>true</NoStdLib>
13 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
14 <AppDesignerFolder>Properties</AppDesignerFolder>
15 <RootNamespace></RootNamespace>
16 <AssemblyName>System.Core</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="..\..\build\common\Consts.cs" />
42 <Compile Include="..\..\build\common\Locale.cs" />
43 <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
44 <Compile Include="..\corlib\Mono.Security.Cryptography\CryptoTools.cs" />
45 <Compile Include="..\corlib\Mono.Security.Cryptography\SymmetricTransform.cs" />
46 <Compile Include="Assembly\AssemblyInfo.cs" />
47 <Compile Include="System\Actions.cs" />
48 <Compile Include="System\Funcs.cs" />
49 <Compile Include="System\InvalidTimeZoneException.cs" />
50 <Compile Include="System\TimeZoneInfo.AdjustmentRule.cs" />
51 <Compile Include="System\TimeZoneInfo.cs" />
52 <Compile Include="System\TimeZoneInfo.TransitionTime.cs" />
53 <Compile Include="System\TimeZoneNotFoundException.cs" />
54 <Compile Include="System.Runtime.CompilerServices\DynamicAttribute.cs" />
55 <Compile Include="System.Runtime.CompilerServices\ExecutionScope.cs" />
56 <Compile Include="System.Runtime.CompilerServices\ExtensionAttribute.cs" />
57 <Compile Include="System.Runtime.CompilerServices\IStrongBox.cs" />
58 <Compile Include="System.Runtime.CompilerServices\StrongBox_T.cs" />
59 <Compile Include="System.Linq\Check.cs" />
60 <Compile Include="System.Linq\Enumerable.cs" />
61 <Compile Include="System.Linq\QueryableEnumerable.cs" />
62 <Compile Include="System.Linq\QueryableTransformer.cs" />
63 <Compile Include="System.Linq\Grouping.cs" />
64 <Compile Include="System.Linq\IGrouping.cs" />
65 <Compile Include="System.Linq\IOrderedQueryable.cs" />
66 <Compile Include="System.Linq\IOrderedQueryable_T.cs" />
67 <Compile Include="System.Linq\IOrderedEnumerable_T.cs" />
68 <Compile Include="System.Linq\IQueryable.cs" />
69 <Compile Include="System.Linq\IQueryable_T.cs" />
70 <Compile Include="System.Linq\Lookup.cs" />
71 <Compile Include="System.Linq\ILookup_T.cs" />
72 <Compile Include="System.Linq\OrderedEnumerable.cs" />
73 <Compile Include="System.Linq\OrderedSequence.cs" />
74 <Compile Include="System.Linq\Queryable.cs" />
75 <Compile Include="System.Linq\QuickSort.cs" />
76 <Compile Include="System.Linq\SortContext.cs" />
77 <Compile Include="System.Linq\SortDirection.cs" />
78 <Compile Include="System.Linq\SortSequenceContext.cs" />
79 <Compile Include="System.Linq\IQueryProvider.cs" />
80 <Compile Include="System.Linq.Expressions\BinaryExpression.cs" />
81 <Compile Include="System.Linq.Expressions\ConditionalExpression.cs" />
82 <Compile Include="System.Linq.Expressions\ConstantExpression.cs" />
83 <Compile Include="System.Linq.Expressions\ElementInit.cs" />
84 <Compile Include="System.Linq.Expressions\EmitContext.cs" />
85 <Compile Include="System.Linq.Expressions\Expression.cs" />
86 <Compile Include="System.Linq.Expressions\Expression_T.cs" />
87 <Compile Include="System.Linq.Expressions\ExpressionPrinter.cs" />
88 <Compile Include="System.Linq.Expressions\ExpressionType.cs" />
89 <Compile Include="System.Linq.Expressions\ExpressionVisitor.cs" />
90 <Compile Include="System.Linq.Expressions\ExpressionTransformer.cs" />
91 <Compile Include="System.Linq.Expressions\Extensions.cs" />
92 <Compile Include="System.Linq.Expressions\InvocationExpression.cs" />
93 <Compile Include="System.Linq.Expressions\LambdaExpression.cs" />
94 <Compile Include="System.Linq.Expressions\ListInitExpression.cs" />
95 <Compile Include="System.Linq.Expressions\MemberAssignment.cs" />
96 <Compile Include="System.Linq.Expressions\MemberBinding.cs" />
97 <Compile Include="System.Linq.Expressions\MemberBindingType.cs" />
98 <Compile Include="System.Linq.Expressions\MemberExpression.cs" />
99 <Compile Include="System.Linq.Expressions\MemberInitExpression.cs" />
100 <Compile Include="System.Linq.Expressions\MemberListBinding.cs" />
101 <Compile Include="System.Linq.Expressions\MemberMemberBinding.cs" />
102 <Compile Include="System.Linq.Expressions\MethodCallExpression.cs" />
103 <Compile Include="System.Linq.Expressions\NewArrayExpression.cs" />
104 <Compile Include="System.Linq.Expressions\NewExpression.cs" />
105 <Compile Include="System.Linq.Expressions\ParameterExpression.cs" />
106 <Compile Include="System.Linq.Expressions\TypeBinaryExpression.cs" />
107 <Compile Include="System.Linq.Expressions\UnaryExpression.cs" />
108 <Compile Include="System.Collections.Generic\HashSet.cs" />
109 <Compile Include="..\corlib\System.Collections.Generic\CollectionDebuggerView.cs" />
110 <Compile Include="System.Security.Cryptography\Aes.cs" />
111 <Compile Include="System.Security.Cryptography\AesManaged.cs" />
112 <Compile Include="System.Security.Cryptography\AesCryptoServiceProvider.cs" />
113 <Compile Include="System.Security.Cryptography\AesTransform.cs" />
114 <Compile Include="System.Security.Cryptography\CngAlgorithm.cs" />
115 <Compile Include="System.Security.Cryptography\CngAlgorithmGroup.cs" />
116 <Compile Include="System.Security.Cryptography\MD5Cng.cs" />
117 <Compile Include="System.Security.Cryptography\SHA1Cng.cs" />
118 <Compile Include="System.Security.Cryptography\SHA256Cng.cs" />
119 <Compile Include="System.Security.Cryptography\SHA256CryptoServiceProvider.cs" />
120 <Compile Include="System.Security.Cryptography\SHA384Cng.cs" />
121 <Compile Include="System.Security.Cryptography\SHA384CryptoServiceProvider.cs" />
122 <Compile Include="System.Security.Cryptography\SHA512Cng.cs" />
123 <Compile Include="System.Security.Cryptography\SHA512CryptoServiceProvider.cs" />
124 <Compile Include="System.Threading\LockRecursionException.cs" />
125 <Compile Include="System.Threading\LockRecursionPolicy.cs" />
126 <Compile Include="System.Threading\ReaderWriterLockSlim.cs" />
127 <Compile Include="..\corlib\System.Threading\AtomicBoolean.cs" />
128 <Compile Include="System.Threading\ThreadLockState.cs" />
129 <Compile Include="System.Threading\ReaderWriterLockSlimExtensions.cs" />
130 <Compile Include="Microsoft.Win32.SafeHandles\SafePipeHandle.cs" />
131 <Compile Include="System.IO.Pipes\AnonymousPipeClientStream.cs" />
132 <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.cs" />
133 <Compile Include="System.IO.Pipes\NamedPipeClientStream.cs" />
134 <Compile Include="System.IO.Pipes\NamedPipeServerStream.cs" />
135 <Compile Include="System.IO.Pipes\PipeAccessRights.cs" />
136 <Compile Include="System.IO.Pipes\PipeAccessRule.cs" />
137 <Compile Include="System.IO.Pipes\PipeAuditRule.cs" />
138 <Compile Include="System.IO.Pipes\PipeDirection.cs" />
139 <Compile Include="System.IO.Pipes\PipeInterfaces.cs" />
140 <Compile Include="System.IO.Pipes\PipeOptions.cs" />
141 <Compile Include="System.IO.Pipes\PipeSecurity.cs" />
142 <Compile Include="System.IO.Pipes\PipeStream.cs" />
143 <Compile Include="System.IO.Pipes\PipeStreamImpersonationWorker.cs" />
144 <Compile Include="System.IO.Pipes\PipeTransmissionMode.cs" />
145 <Compile Include="System.IO.Pipes\PipeUnix.cs" />
146 <Compile Include="System.IO.Pipes\PipeWin32.cs" />
147 <Compile Include="System.IO\HandleInheritability.cs" />
149 </ItemGroup>
150 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
151 Other similar extension points exist, see Microsoft.Common.targets.
152 <Target Name="BeforeBuild">
153 </Target>
154 <Target Name="AfterBuild">
155 </Target>
157 <PropertyGroup>
158 <PreBuildEvent></PreBuildEvent>
159 </PropertyGroup>
160 <ItemGroup>
161 <Reference Include="mscorlib.dll">
162 <SpecificVersion>False</SpecificVersion>
163 <HintPath>mscorlib.dll</HintPath>
164 </Reference>
165 <Reference Include="mscorlib.dll">
166 <SpecificVersion>False</SpecificVersion>
167 <HintPath>mscorlib.dll</HintPath>
168 </Reference>
169 <Reference Include="System.dll">
170 <SpecificVersion>False</SpecificVersion>
171 <HintPath>System.dll</HintPath>
172 </Reference>
173 <Reference Include="Mono.Posix.dll">
174 <SpecificVersion>False</SpecificVersion>
175 <HintPath>Mono.Posix.dll</HintPath>
176 </Reference>
178 </ItemGroup>
179 <ItemGroup>
180 <Folder Include="Properties\" />
181 </ItemGroup>
183 </Project>