Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-05-09 01:07:45 +0300
committerGitHub <noreply@github.com>2017-05-09 01:07:45 +0300
commitf95b3f433c4f154475734ea9d384f62db10696e8 (patch)
tree6250cc5c52270117b6117c50724481561536a9ca /mcs/class/SystemWebTestShim
parent9247bb5ce69384b73222877cb0f1ee985726314b (diff)
[bcl] Cleanup outdated csproj/sln files (#4806)
They were either replaced by the autogenerated csproj files or just completely broken for years.
Diffstat (limited to 'mcs/class/SystemWebTestShim')
-rw-r--r--mcs/class/SystemWebTestShim/SystemWebTestShim.csproj78
1 files changed, 0 insertions, 78 deletions
diff --git a/mcs/class/SystemWebTestShim/SystemWebTestShim.csproj b/mcs/class/SystemWebTestShim/SystemWebTestShim.csproj
deleted file mode 100644
index 41cffe62c30..00000000000
--- a/mcs/class/SystemWebTestShim/SystemWebTestShim.csproj
+++ /dev/null
@@ -1,78 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.21022</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{3D20F8D4-EE91-4FA5-85D9-4C36E8D68805}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>SystemWebTestShim</RootNamespace>
- <AssemblyName>SystemWebTestShim</AssemblyName>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <SignAssembly>true</SignAssembly>
- <AssemblyOriginatorKeyFile>mono.snk</AssemblyOriginatorKeyFile>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>TRACE;DEBUG;NET_1_1;NET_2_0;TARGET_DOTNET;VISUAL_STUDIO</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Core">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Data" />
- <Reference Include="System.Web" />
- <Reference Include="System.Web.Extensions">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="SystemWebTestShim\Adapters.cs" />
- <Compile Include="SystemWebTestShim\BuildManager.cs" />
- <Compile Include="SystemWebTestShim\HttpCapabilitiesBase.cs" />
- <Compile Include="SystemWebTestShim\Page.cs">
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="SystemWebTestShim\UrlUtils.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\System.Web\System.Web\System.Web.Testing.csproj">
- <Project>{BB170E99-8793-4179-A19B-440539F6879F}</Project>
- <Name>System.Web.Testing</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <None Include="mono.snk" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
-</Project>