System.Web.Testing.csproj 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" 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.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{BB170E99-8793-4179-A19B-440539F6879F}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>System.Web</RootNamespace>
  12. <AssemblyName>System.Web.Testing</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SignAssembly>true</SignAssembly>
  16. <AssemblyOriginatorKeyFile>mono.snk</AssemblyOriginatorKeyFile>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>TRACE;DEBUG;NET_1_1;NET_2_0;TARGET_DOTNET;VISUAL_STUDIO</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. <Reference Include="System.configuration" />
  38. <Reference Include="System.Core">
  39. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  40. </Reference>
  41. <Reference Include="System.Data" />
  42. <Reference Include="System.EnterpriseServices" />
  43. <Reference Include="System.Web" />
  44. <Reference Include="System.Xml" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Compile Include="..\..\..\build\common\Consts.cs">
  48. <Link>Consts.cs</Link>
  49. </Compile>
  50. <Compile Include="..\..\..\build\common\Locale.cs">
  51. <Link>Locale.cs</Link>
  52. </Compile>
  53. <Compile Include="..\..\..\build\common\MonoTODOAttribute.cs">
  54. <Link>MonoTODOAttribute.cs</Link>
  55. </Compile>
  56. <Compile Include="Assembly\AssemblyInfo.cs" />
  57. <Compile Include="System.Web.Util\AltSerialization.cs" />
  58. <Compile Include="System.Web.Util\DataSourceHelper.cs" />
  59. <Compile Include="System.Web.Util\DataSourceResolver.cs" />
  60. <Compile Include="System.Web.Util\FileUtils.cs" />
  61. <Compile Include="System.Web.Util\ICalls.cs" />
  62. <Compile Include="System.Web.Util\IWebObjectFactory.cs" />
  63. <Compile Include="System.Web.Util\IWebPropertyAccessor.cs" />
  64. <Compile Include="System.Web.Util\SearchPattern.cs" />
  65. <Compile Include="System.Web.Util\SerializationHelper.cs" />
  66. <Compile Include="System.Web.Util\StrUtils.cs" />
  67. <Compile Include="System.Web.Util\TimeUtil.cs" />
  68. <Compile Include="System.Web.Util\TransactedCallback.cs" />
  69. <Compile Include="System.Web.Util\Transactions.cs" />
  70. <Compile Include="System.Web.Util\UrlUtils.cs" />
  71. <Compile Include="System.Web.Util\WebEncoding.cs" />
  72. <Compile Include="System.Web.Util\WebTrace.cs" />
  73. <Compile Include="System.Web.Util\WorkItem.cs" />
  74. <Compile Include="System.Web.Util\WorkItemCallback.cs" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <None Include="mono.snk" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Folder Include="Properties\" />
  81. </ItemGroup>
  82. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  83. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  84. Other similar extension points exist, see Microsoft.Common.targets.
  85. <Target Name="BeforeBuild">
  86. </Target>
  87. <Target Name="AfterBuild">
  88. </Target>
  89. -->
  90. </Project>