Facades_System.IO.FileSystem.AccessControl-net_4_x.csproj 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
  3. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProductVersion>9.0.30729</ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{321A53F3-A681-4CA5-A093-1C6650243F6A}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <NoWarn>1699,1616,1699</NoWarn>
  12. <OutputPath>./../../../class/lib/net_4_x/Facades</OutputPath>
  13. <IntermediateOutputPath>obj-Facades</IntermediateOutputPath>
  14. <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
  15. <NoStdLib>True</NoStdLib>
  16. <NoConfig>True</NoConfig>
  17. <AppDesignerFolder>Properties</AppDesignerFolder>
  18. <RootNamespace>
  19. </RootNamespace>
  20. <AssemblyName>System.IO.FileSystem.AccessControl</AssemblyName>
  21. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  22. <FileAlignment>512</FileAlignment>
  23. </PropertyGroup>
  24. <PropertyGroup>
  25. <SignAssembly>true</SignAssembly>
  26. <DelaySign>true</DelaySign>
  27. </PropertyGroup>
  28. <PropertyGroup>
  29. <AssemblyOriginatorKeyFile>../../msfinal.pub</AssemblyOriginatorKeyFile>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <DebugSymbols>true</DebugSymbols>
  33. <DebugType>full</DebugType>
  34. <NoWarn>1699,1616,1699</NoWarn>
  35. <Optimize>false</Optimize>
  36. <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  41. <DebugType>pdbonly</DebugType>
  42. <NoWarn>1699,1616,1699</NoWarn>
  43. <Optimize>true</Optimize>
  44. <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. </PropertyGroup>
  48. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  49. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  50. is a problem to compile the Mono mscorlib.dll -->
  51. <PropertyGroup>
  52. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  53. </PropertyGroup>
  54. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  55. <ItemGroup>
  56. <Compile Include="..\..\..\build\common\MonoTODOAttribute.cs" />
  57. <Compile Include="AssemblyInfo.cs" />
  58. <Compile Include="FileSystemAclExtensions.cs" />
  59. <Compile Include="TypeForwarders.cs" /> </ItemGroup>
  60. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  61. Other similar extension points exist, see Microsoft.Common.targets.
  62. <Target Name="BeforeBuild">
  63. </Target>
  64. <Target Name="AfterBuild">
  65. </Target>
  66. -->
  67. <PropertyGroup>
  68. <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  69. </PreBuildEvent>
  70. <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  71. </PreBuildEvent>
  72. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  73. </PostBuildEvent>
  74. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  75. </PostBuildEvent>
  76. </PropertyGroup>
  77. <ItemGroup>
  78. <ProjectReference Include="../../corlib/corlib-net_4_x.csproj">
  79. <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
  80. <Name>corlib-net_4_x</Name>
  81. </ProjectReference>
  82. <ProjectReference Include="../../System/System-net_4_x.csproj">
  83. <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
  84. <Name>System-net_4_x</Name>
  85. </ProjectReference>
  86. </ItemGroup>
  87. <ItemGroup>
  88. <Folder Include="Properties\" />
  89. </ItemGroup>
  90. </Project>