System.IO.FileSystem.Primitives-net_4_x.csproj 3.8 KB

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