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