Facades_System.ComponentModel.EventBasedAsync-net_4_x.csproj 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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>{6871A822-F21C-4C0E-B97B-178FF6C3DB46}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699,1616,1699</NoWarn>
  11. <OutputPath>./../../../class/lib/net_4_x/Facades</OutputPath>
  12. <IntermediateOutputPath>obj-Facades</IntermediateOutputPath>
  13. <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
  14. <NoStdLib>True</NoStdLib>
  15. <NoConfig>True</NoConfig>
  16. <AppDesignerFolder>Properties</AppDesignerFolder>
  17. <RootNamespace>
  18. </RootNamespace>
  19. <AssemblyName>System.ComponentModel.EventBasedAsync</AssemblyName>
  20. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  21. <FileAlignment>512</FileAlignment>
  22. </PropertyGroup>
  23. <PropertyGroup>
  24. <SignAssembly>true</SignAssembly>
  25. <DelaySign>true</DelaySign>
  26. </PropertyGroup>
  27. <PropertyGroup>
  28. <AssemblyOriginatorKeyFile>../../msfinal.pub</AssemblyOriginatorKeyFile>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  31. <DebugSymbols>true</DebugSymbols>
  32. <DebugType>full</DebugType>
  33. <NoWarn>1699,1616,1699</NoWarn>
  34. <Optimize>false</Optimize>
  35. <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  40. <DebugType>pdbonly</DebugType>
  41. <NoWarn>1699,1616,1699</NoWarn>
  42. <Optimize>true</Optimize>
  43. <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. </PropertyGroup>
  47. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  48. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  49. is a problem to compile the Mono mscorlib.dll -->
  50. <PropertyGroup>
  51. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  52. </PropertyGroup>
  53. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  54. <ItemGroup>
  55. <Compile Include="AssemblyInfo.cs" />
  56. <Compile Include="TypeForwarders.cs" /> </ItemGroup>
  57. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  58. Other similar extension points exist, see Microsoft.Common.targets.
  59. <Target Name="BeforeBuild">
  60. </Target>
  61. <Target Name="AfterBuild">
  62. </Target>
  63. -->
  64. <PropertyGroup>
  65. <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  66. </PreBuildEvent>
  67. <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  68. </PreBuildEvent>
  69. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  70. </PostBuildEvent>
  71. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  72. </PostBuildEvent>
  73. </PropertyGroup>
  74. <ItemGroup>
  75. <ProjectReference Include="../../corlib/corlib-net_4_x.csproj">
  76. <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
  77. <Name>corlib-net_4_x</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="../../System/System-net_4_x.csproj">
  80. <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
  81. <Name>System-net_4_x</Name>
  82. </ProjectReference>
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Folder Include="Properties\" />
  86. </ItemGroup>
  87. </Project>