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/System.ServiceModel
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/System.ServiceModel')
-rw-r--r--mcs/class/System.ServiceModel/Test/MetadataTests/ExportUtil.csproj45
-rw-r--r--mcs/class/System.ServiceModel/Test/MetadataTests/MetadataTests.csproj88
-rw-r--r--mcs/class/System.ServiceModel/Test/MetadataTests/MetadataTests.sln26
-rw-r--r--mcs/class/System.ServiceModel/Test/MetadataTests/README.txt3
-rw-r--r--mcs/class/System.ServiceModel/Test/SwitchMode/SwitchMode.csproj59
-rw-r--r--mcs/class/System.ServiceModel/Test/WCFServers/WCFServers.csproj76
6 files changed, 1 insertions, 296 deletions
diff --git a/mcs/class/System.ServiceModel/Test/MetadataTests/ExportUtil.csproj b/mcs/class/System.ServiceModel/Test/MetadataTests/ExportUtil.csproj
deleted file mode 100644
index ad627b8834e..00000000000
--- a/mcs/class/System.ServiceModel/Test/MetadataTests/ExportUtil.csproj
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>10.0.0</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{D4C1B0BD-3488-441C-92B9-7E017041E137}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <RootNamespace>ExportUtil</RootNamespace>
- <AssemblyName>ExportUtil</AssemblyName>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>True</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>False</Optimize>
- <OutputPath>bin\Debug</OutputPath>
- <DefineConstants>DEBUG;</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Externalconsole>True</Externalconsole>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
- <Optimize>True</Optimize>
- <OutputPath>bin\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Externalconsole>True</Externalconsole>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.ServiceModel" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.Web.Services" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AssemblyInfo.cs" />
- <Compile Include="ExportUtil.cs" />
- <Compile Include="MetadataSamples.cs" />
- <Compile Include="TestContext.cs" />
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
-</Project>
diff --git a/mcs/class/System.ServiceModel/Test/MetadataTests/MetadataTests.csproj b/mcs/class/System.ServiceModel/Test/MetadataTests/MetadataTests.csproj
deleted file mode 100644
index 9c2d92ca3fa..00000000000
--- a/mcs/class/System.ServiceModel/Test/MetadataTests/MetadataTests.csproj
+++ /dev/null
@@ -1,88 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>10.0.0</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{7731D464-5152-4A1B-AACB-6B5A7CA9ACAA}</ProjectGuid>
- <OutputType>Library</OutputType>
- <RootNamespace>MetadataTests</RootNamespace>
- <AssemblyName>MetadataTests</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>True</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>False</Optimize>
- <OutputPath>bin\Debug</OutputPath>
- <DefineConstants>DEBUG;USE_EMBEDDED_METADATA;NET_4_5</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>False</ConsolePause>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
- <Optimize>True</Optimize>
- <OutputPath>bin\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>False</ConsolePause>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="nunit.framework" />
- <Reference Include="System.Core" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.ServiceModel" />
- <Reference Include="System.Web.Services" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Configuration" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AssemblyInfo.cs" />
- <Compile Include="BindingTestAssertions.cs" />
- <Compile Include="MetadataSamples.cs" />
- <Compile Include="TestContext.cs" />
- <Compile Include="TestLabel.cs" />
- <Compile Include="MiscImportTests.cs" />
- <Compile Include="ImportTests.cs" />
- <Compile Include="ImportTests_LoadMetadata.cs" />
- <Compile Include="ImportTests_CreateMetadata.cs" />
- <Compile Include="ImportTests_RoundTrip.cs" />
- <Compile Include="ExportTests.cs" />
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <None Include="README.txt" />
- <None Include="Resources\BasicHttp_Operation.xml" />
- <None Include="Resources\NetTcp_Operation.xml" />
- <None Include="Resources\BasicHttp_Config2.config" />
- <None Include="Resources\BasicHttp_Config2.xml" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Resources\" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Resources\BasicHttp.xml" />
- <EmbeddedResource Include="Resources\BasicHttp_MessageSecurity.xml" />
- <EmbeddedResource Include="Resources\BasicHttp_Mtom.xml" />
- <EmbeddedResource Include="Resources\BasicHttp_NtlmAuth.xml" />
- <EmbeddedResource Include="Resources\BasicHttp_TransportSecurity.xml" />
- <EmbeddedResource Include="Resources\BasicHttp_TransportWithMessageCredential.xml" />
- <EmbeddedResource Include="Resources\BasicHttps.xml" />
- <EmbeddedResource Include="Resources\BasicHttps_Certificate.xml" />
- <EmbeddedResource Include="Resources\BasicHttps_NtlmAuth.xml" />
- <EmbeddedResource Include="Resources\BasicHttps_TransportWithMessageCredential.xml" />
- <EmbeddedResource Include="Resources\NetTcp.xml" />
- <EmbeddedResource Include="Resources\NetTcp_MessageSecurity.xml" />
- <EmbeddedResource Include="Resources\NetTcp_ReliableSession.xml" />
- <EmbeddedResource Include="Resources\NetTcp_TransferMode.xml" />
- <EmbeddedResource Include="Resources\NetTcp_TransportSecurity.xml" />
- <EmbeddedResource Include="Resources\NetTcp_TransportWithMessageCredential.xml" />
- <EmbeddedResource Include="Resources\http-error.xml" />
- <EmbeddedResource Include="Resources\BasicHttp_Mtom_EmbeddedPolicy.xml" />
- <EmbeddedResource Include="Resources\BasicHttp_Config.config" />
- <EmbeddedResource Include="Resources\BasicHttp_Config.xml" />
- </ItemGroup>
-</Project>
diff --git a/mcs/class/System.ServiceModel/Test/MetadataTests/MetadataTests.sln b/mcs/class/System.ServiceModel/Test/MetadataTests/MetadataTests.sln
deleted file mode 100644
index 30861792ceb..00000000000
--- a/mcs/class/System.ServiceModel/Test/MetadataTests/MetadataTests.sln
+++ /dev/null
@@ -1,26 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MetadataTests", "MetadataTests.csproj", "{7731D464-5152-4A1B-AACB-6B5A7CA9ACAA}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExportUtil", "ExportUtil.csproj", "{D4C1B0BD-3488-441C-92B9-7E017041E137}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {7731D464-5152-4A1B-AACB-6B5A7CA9ACAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {7731D464-5152-4A1B-AACB-6B5A7CA9ACAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {7731D464-5152-4A1B-AACB-6B5A7CA9ACAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {7731D464-5152-4A1B-AACB-6B5A7CA9ACAA}.Release|Any CPU.Build.0 = Release|Any CPU
- {D4C1B0BD-3488-441C-92B9-7E017041E137}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {D4C1B0BD-3488-441C-92B9-7E017041E137}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {D4C1B0BD-3488-441C-92B9-7E017041E137}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {D4C1B0BD-3488-441C-92B9-7E017041E137}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(MonoDevelopProperties) = preSolution
- StartupItem = MetadataTests.csproj
- EndGlobalSection
-EndGlobal
diff --git a/mcs/class/System.ServiceModel/Test/MetadataTests/README.txt b/mcs/class/System.ServiceModel/Test/MetadataTests/README.txt
index a1ed18eaa35..b7469151a1f 100644
--- a/mcs/class/System.ServiceModel/Test/MetadataTests/README.txt
+++ b/mcs/class/System.ServiceModel/Test/MetadataTests/README.txt
@@ -11,8 +11,7 @@ Generating and updating the XML Samples:
Mono's WsdlExporter is not yet capable of generating the wsdl files that
are used as test input here.
-To generate the XML files, compile the ExportUtil.exe tool either by using the
-ExportUtil.csproj or compiling it manually:
+To generate the XML files, compile the ExportUtil.exe tool:
mcs -r:System.ServiceModel -r:System.Web.Services ExportUtil.cs MetadataSamples.cs TestContext.cs
diff --git a/mcs/class/System.ServiceModel/Test/SwitchMode/SwitchMode.csproj b/mcs/class/System.ServiceModel/Test/SwitchMode/SwitchMode.csproj
deleted file mode 100644
index a320916bf7c..00000000000
--- a/mcs/class/System.ServiceModel/Test/SwitchMode/SwitchMode.csproj
+++ /dev/null
@@ -1,59 +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>{59F7BE17-5E8C-4FA3-BC04-56604E2F00F1}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>SwitchMode</RootNamespace>
- <AssemblyName>SwitchMode</AssemblyName>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</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.Core">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Xml.Linq">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Data.DataSetExtensions">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </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>
diff --git a/mcs/class/System.ServiceModel/Test/WCFServers/WCFServers.csproj b/mcs/class/System.ServiceModel/Test/WCFServers/WCFServers.csproj
deleted file mode 100644
index 693433b6304..00000000000
--- a/mcs/class/System.ServiceModel/Test/WCFServers/WCFServers.csproj
+++ /dev/null
@@ -1,76 +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>{88AB909A-C341-4639-B99C-729AC1581E7D}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>WCFServers</RootNamespace>
- <AssemblyName>WCFServers</AssemblyName>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\..\</OutputPath>
- <DefineConstants>DEBUG;TRACE</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.Core">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.ServiceModel">
- <RequiredTargetFramework>3.0</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Xml.Linq">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Data.DataSetExtensions">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\..\nunit20\framework\nunit.framework.dll20.csproj">
- <Project>{83DD7E12-A705-4DBA-9D71-09C8973D9382}</Project>
- <Name>nunit.framework.dll20</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\..\..\nunit20\nunit-console\nunit-console20.csproj">
- <Project>{9367EC89-6A38-42BA-9607-0DC288E4BC3A}</Project>
- <Name>nunit-console20</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\System.ServiceModel_Test.csproj">
- <Project>{05A2DAF1-316D-4350-B07B-B73BE591DE57}</Project>
- <Name>System.ServiceModel_Test</Name>
- </ProjectReference>
- </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>