System.Core-basic.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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>{4F33488E-A6DF-4A6E-A15B-46648C546475}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699,1720</NoWarn>
  11. <OutputPath>./../../class/lib/basic</OutputPath>
  12. <NoStdLib>False</NoStdLib>
  13. <NoConfig>True</NoConfig>
  14. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  15. <AppDesignerFolder>Properties</AppDesignerFolder>
  16. <RootNamespace>
  17. </RootNamespace>
  18. <AssemblyName>System.Core</AssemblyName>
  19. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  20. <FileAlignment>512</FileAlignment>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <NoWarn>1699,1720</NoWarn>
  26. <Optimize>false</Optimize>
  27. <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;BOOTSTRAP_BASIC;INSIDE_SYSCORE;LIBC;NET_3_5</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <NoWarn>1699,1720</NoWarn>
  34. <Optimize>true</Optimize>
  35. <DefineConstants>NET_1_1;NET_2_0;BOOTSTRAP_BASIC;INSIDE_SYSCORE;LIBC;NET_3_5</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  40. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  41. is a problem to compile the Mono mscorlib.dll -->
  42. <PropertyGroup>
  43. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  44. </PropertyGroup>
  45. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  46. <ItemGroup>
  47. <Compile Include="..\..\build\common\Consts.cs" />
  48. <Compile Include="..\..\build\common\Locale.cs" />
  49. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  50. <Compile Include="..\corlib\System.Collections.Generic\CollectionDebuggerView.cs" />
  51. <Compile Include="..\corlib\System.Collections\HashPrimeNumbers.cs" />
  52. <Compile Include="..\corlib\System.Threading\AtomicBoolean.cs" />
  53. <Compile Include="..\Mono.Security\Mono.Security.Cryptography\CryptoTools.cs" />
  54. <Compile Include="..\Mono.Security\Mono.Security.Cryptography\SymmetricTransform.cs" />
  55. <Compile Include="Assembly\AssemblyInfo.cs" />
  56. <Compile Include="Microsoft.Win32.SafeHandles\SafePipeHandle.cs" />
  57. <Compile Include="System.Collections.Generic\HashSet.cs" />
  58. <Compile Include="System.IO.Pipes\AnonymousPipeClientStream.cs" />
  59. <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.cs" />
  60. <Compile Include="System.IO.Pipes\NamedPipeClientStream.cs" />
  61. <Compile Include="System.IO.Pipes\NamedPipeServerStream.cs" />
  62. <Compile Include="System.IO.Pipes\PipeAccessRights.cs" />
  63. <Compile Include="System.IO.Pipes\PipeAccessRule.cs" />
  64. <Compile Include="System.IO.Pipes\PipeAuditRule.cs" />
  65. <Compile Include="System.IO.Pipes\PipeDirection.cs" />
  66. <Compile Include="System.IO.Pipes\PipeInterfaces.cs" />
  67. <Compile Include="System.IO.Pipes\PipeOptions.cs" />
  68. <Compile Include="System.IO.Pipes\PipeSecurity.cs" />
  69. <Compile Include="System.IO.Pipes\PipeStream.cs" />
  70. <Compile Include="System.IO.Pipes\PipeStreamImpersonationWorker.cs" />
  71. <Compile Include="System.IO.Pipes\PipeTransmissionMode.cs" />
  72. <Compile Include="System.IO.Pipes\PipeUnix.cs" />
  73. <Compile Include="System.IO.Pipes\PipeWin32.cs" />
  74. <Compile Include="System.IO\HandleInheritability.cs" />
  75. <Compile Include="System.Linq.Expressions\BinaryExpression.cs" />
  76. <Compile Include="System.Linq.Expressions\ConditionalExpression.cs" />
  77. <Compile Include="System.Linq.Expressions\ConstantExpression.cs" />
  78. <Compile Include="System.Linq.Expressions\ElementInit.cs" />
  79. <Compile Include="System.Linq.Expressions\EmitContext.cs" />
  80. <Compile Include="System.Linq.Expressions\Expression.cs" />
  81. <Compile Include="System.Linq.Expressions\Expression_T.cs" />
  82. <Compile Include="System.Linq.Expressions\ExpressionPrinter.cs" />
  83. <Compile Include="System.Linq.Expressions\ExpressionTransformer.cs" />
  84. <Compile Include="System.Linq.Expressions\ExpressionType.cs" />
  85. <Compile Include="System.Linq.Expressions\ExpressionVisitor.cs" />
  86. <Compile Include="System.Linq.Expressions\Extensions.cs" />
  87. <Compile Include="System.Linq.Expressions\InvocationExpression.cs" />
  88. <Compile Include="System.Linq.Expressions\LambdaExpression.cs" />
  89. <Compile Include="System.Linq.Expressions\ListInitExpression.cs" />
  90. <Compile Include="System.Linq.Expressions\MemberAssignment.cs" />
  91. <Compile Include="System.Linq.Expressions\MemberBinding.cs" />
  92. <Compile Include="System.Linq.Expressions\MemberBindingType.cs" />
  93. <Compile Include="System.Linq.Expressions\MemberExpression.cs" />
  94. <Compile Include="System.Linq.Expressions\MemberInitExpression.cs" />
  95. <Compile Include="System.Linq.Expressions\MemberListBinding.cs" />
  96. <Compile Include="System.Linq.Expressions\MemberMemberBinding.cs" />
  97. <Compile Include="System.Linq.Expressions\MethodCallExpression.cs" />
  98. <Compile Include="System.Linq.Expressions\NewArrayExpression.cs" />
  99. <Compile Include="System.Linq.Expressions\NewExpression.cs" />
  100. <Compile Include="System.Linq.Expressions\ParameterExpression.cs" />
  101. <Compile Include="System.Linq.Expressions\TypeBinaryExpression.cs" />
  102. <Compile Include="System.Linq.Expressions\UnaryExpression.cs" />
  103. <Compile Include="System.Linq\Check.cs" />
  104. <Compile Include="System.Linq\Enumerable.cs" />
  105. <Compile Include="System.Linq\Grouping.cs" />
  106. <Compile Include="System.Linq\IGrouping.cs" />
  107. <Compile Include="System.Linq\ILookup_T.cs" />
  108. <Compile Include="System.Linq\IOrderedEnumerable_T.cs" />
  109. <Compile Include="System.Linq\IOrderedQueryable.cs" />
  110. <Compile Include="System.Linq\IOrderedQueryable_T.cs" />
  111. <Compile Include="System.Linq\IQueryable.cs" />
  112. <Compile Include="System.Linq\IQueryable_T.cs" />
  113. <Compile Include="System.Linq\IQueryProvider.cs" />
  114. <Compile Include="System.Linq\Lookup.cs" />
  115. <Compile Include="System.Linq\OrderedEnumerable.cs" />
  116. <Compile Include="System.Linq\OrderedSequence.cs" />
  117. <Compile Include="System.Linq\Queryable.cs" />
  118. <Compile Include="System.Linq\QueryableEnumerable.cs" />
  119. <Compile Include="System.Linq\QueryableTransformer.cs" />
  120. <Compile Include="System.Linq\QuickSort.cs" />
  121. <Compile Include="System.Linq\SortContext.cs" />
  122. <Compile Include="System.Linq\SortDirection.cs" />
  123. <Compile Include="System.Linq\SortSequenceContext.cs" />
  124. <Compile Include="System.Runtime.CompilerServices\DynamicAttribute.cs" />
  125. <Compile Include="System.Runtime.CompilerServices\ExecutionScope.cs" />
  126. <Compile Include="System.Runtime.CompilerServices\ExtensionAttribute.cs" />
  127. <Compile Include="System.Runtime.CompilerServices\IStrongBox.cs" />
  128. <Compile Include="System.Runtime.CompilerServices\StrongBox_T.cs" />
  129. <Compile Include="System.Security.Cryptography\Aes.cs" />
  130. <Compile Include="System.Security.Cryptography\AesCryptoServiceProvider.cs" />
  131. <Compile Include="System.Security.Cryptography\AesManaged.cs" />
  132. <Compile Include="System.Security.Cryptography\AesTransform.cs" />
  133. <Compile Include="System.Security.Cryptography\CngAlgorithm.cs" />
  134. <Compile Include="System.Security.Cryptography\CngAlgorithmGroup.cs" />
  135. <Compile Include="System.Security.Cryptography\MD5Cng.cs" />
  136. <Compile Include="System.Security.Cryptography\SHA1Cng.cs" />
  137. <Compile Include="System.Security.Cryptography\SHA256Cng.cs" />
  138. <Compile Include="System.Security.Cryptography\SHA256CryptoServiceProvider.cs" />
  139. <Compile Include="System.Security.Cryptography\SHA384Cng.cs" />
  140. <Compile Include="System.Security.Cryptography\SHA384CryptoServiceProvider.cs" />
  141. <Compile Include="System.Security.Cryptography\SHA512Cng.cs" />
  142. <Compile Include="System.Security.Cryptography\SHA512CryptoServiceProvider.cs" />
  143. <Compile Include="System.Threading\LockRecursionException.cs" />
  144. <Compile Include="System.Threading\LockRecursionPolicy.cs" />
  145. <Compile Include="System.Threading\ReaderWriterLockSlim.cs" />
  146. <Compile Include="System.Threading\ReaderWriterLockSlimExtensions.cs" />
  147. <Compile Include="System.Threading\ThreadLockState.cs" />
  148. <Compile Include="System\Actions.cs" />
  149. <Compile Include="System\Funcs.cs" />
  150. <Compile Include="System\InvalidTimeZoneException.cs" />
  151. <Compile Include="System\TimeZoneInfo.AdjustmentRule.cs" />
  152. <Compile Include="System\TimeZoneInfo.cs" />
  153. <Compile Include="System\TimeZoneInfo.TransitionTime.cs" />
  154. <Compile Include="System\TimeZoneNotFoundException.cs" /> </ItemGroup>
  155. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  156. Other similar extension points exist, see Microsoft.Common.targets.
  157. <Target Name="BeforeBuild">
  158. </Target>
  159. <Target Name="AfterBuild">
  160. </Target>
  161. -->
  162. <PropertyGroup>
  163. <PreBuildEvent>
  164. </PreBuildEvent>
  165. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  166. </PostBuildEvent>
  167. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  168. </PostBuildEvent>
  169. </PropertyGroup>
  170. <ItemGroup>
  171. <ProjectReference Include="..\System\System-basic-1.csproj">
  172. <Project>{CE10AD5A-9645-496F-8369-7B687E84456B}</Project>
  173. <Name>System\System-basic-1</Name>
  174. </ProjectReference>
  175. </ItemGroup>
  176. <ItemGroup>
  177. <Folder Include="Properties\" />
  178. </ItemGroup>
  179. </Project>