System.Web.ApplicationServices-net_4_x.csproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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>{928432BE-3518-4103-97F6-48B9658588A6}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>./../../class/lib/net_4_x</OutputPath>
  12. <NoStdLib>True</NoStdLib>
  13. <NoConfig>True</NoConfig>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>
  16. </RootNamespace>
  17. <AssemblyName>System.Web.ApplicationServices</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</NoWarn>
  25. <Optimize>false</Optimize>
  26. <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE;SYSTEM_WEB_APPLICATIONSERVICES</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</NoWarn>
  33. <Optimize>true</Optimize>
  34. <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE;SYSTEM_WEB_APPLICATIONSERVICES</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="..\..\build\common\Consts.cs" />
  47. <Compile Include="..\..\build\common\Locale.cs" />
  48. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  49. <Compile Include="Assembly\AssemblyInfo.cs" />
  50. <Compile Include="System.Web.Configuration\MembershipPasswordCompatibilityMode.cs" />
  51. <Compile Include="System.Web.Security\IMembershipHelper.cs" />
  52. <Compile Include="System.Web.Security\MembershipCreateStatus.cs" />
  53. <Compile Include="System.Web.Security\MembershipCreateUserException.cs" />
  54. <Compile Include="System.Web.Security\MembershipPasswordException.cs" />
  55. <Compile Include="System.Web.Security\MembershipPasswordFormat.cs" />
  56. <Compile Include="System.Web.Security\MembershipProvider.cs" />
  57. <Compile Include="System.Web.Security\MembershipProviderCollection.cs" />
  58. <Compile Include="System.Web.Security\MembershipUser.cs" />
  59. <Compile Include="System.Web.Security\MembershipUserCollection.cs" />
  60. <Compile Include="System.Web.Security\MembershipValidatePasswordEventHandler.cs" />
  61. <Compile Include="System.Web.Security\RoleProvider.cs" />
  62. <Compile Include="System.Web.Security\ValidatePasswordEventArgs.cs" />
  63. <Compile Include="System.Web.UI\KeyedList.cs" />
  64. <Compile Include="System.Web.UI\KeyedListEnumerator.cs" /> </ItemGroup>
  65. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  66. Other similar extension points exist, see Microsoft.Common.targets.
  67. <Target Name="BeforeBuild">
  68. </Target>
  69. <Target Name="AfterBuild">
  70. </Target>
  71. -->
  72. <PropertyGroup>
  73. <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  74. </PreBuildEvent>
  75. <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  76. </PreBuildEvent>
  77. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  78. </PostBuildEvent>
  79. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  80. </PostBuildEvent>
  81. </PropertyGroup>
  82. <ItemGroup>
  83. <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
  84. <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
  85. <Name>corlib-net_4_x</Name>
  86. </ProjectReference>
  87. <ProjectReference Include="../System/System-net_4_x.csproj">
  88. <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
  89. <Name>System-net_4_x</Name>
  90. </ProjectReference>
  91. <ProjectReference Include="../System.Configuration/System.Configuration-net_4_x.csproj">
  92. <Project>{D5CDC09C-F19A-4811-A6C8-70F51CBFB644}</Project>
  93. <Name>System.Configuration-net_4_x</Name>
  94. </ProjectReference>
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Folder Include="Properties\" />
  98. </ItemGroup>
  99. </Project>