System.Threading.Tasks.Parallel-net_4_5.csproj 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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>{3FC77F23-AFB8-4FB6-A18F-5E76D6B4A309}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699,1616,1699</NoWarn>
  11. <OutputPath>./../../../class/lib/net_4_5/Facades</OutputPath>
  12. <NoStdLib>True</NoStdLib>
  13. <NoConfig>True</NoConfig>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>
  16. </RootNamespace>
  17. <AssemblyName>System.Threading.Tasks.Parallel</AssemblyName>
  18. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  19. <FileAlignment>512</FileAlignment>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <NoWarn>1699,1616,1699</NoWarn>
  25. <Optimize>false</Optimize>
  26. <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <NoWarn>1699,1616,1699</NoWarn>
  33. <Optimize>true</Optimize>
  34. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  39. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  40. is a problem to compile the Mono mscorlib.dll -->
  41. <PropertyGroup>
  42. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  43. </PropertyGroup>
  44. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  45. <ItemGroup>
  46. <Compile Include="AssemblyInfo.cs" />
  47. <Compile Include="TypeForwarders.cs" /> </ItemGroup>
  48. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  49. Other similar extension points exist, see Microsoft.Common.targets.
  50. <Target Name="BeforeBuild">
  51. </Target>
  52. <Target Name="AfterBuild">
  53. </Target>
  54. -->
  55. <PropertyGroup>
  56. <PreBuildEvent>
  57. </PreBuildEvent>
  58. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  59. </PostBuildEvent>
  60. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  61. </PostBuildEvent>
  62. </PropertyGroup>
  63. <ItemGroup>
  64. <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
  65. <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
  66. <Name>corlib\corlib-net_4_5</Name>
  67. </ProjectReference>
  68. <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
  69. <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
  70. <Name>corlib\corlib-net_4_5</Name>
  71. </ProjectReference>
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Folder Include="Properties\" />
  75. </ItemGroup>
  76. </Project>