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:
authorMarek Safar <marek.safar@gmail.com>2014-11-24 14:14:59 +0300
committerMarek Safar <marek.safar@gmail.com>2014-11-24 14:15:55 +0300
commit190df2239e38d9c87c6ab1aae2fd5a211d985d3f (patch)
tree30ffc34d52b51a8966c3cdfa07b7f38cb3058b83 /mcs/class/System.Xml.Linq
parent02332b5ad2e45723328c1953c512b269777302f0 (diff)
Remove 2.0 profile csproj files
Diffstat (limited to 'mcs/class/System.Xml.Linq')
-rw-r--r--mcs/class/System.Xml.Linq/System.Xml.Linq-net_2_0.csproj121
-rw-r--r--mcs/class/System.Xml.Linq/System.Xml.Linq-tests-net_2_0.csproj112
2 files changed, 0 insertions, 233 deletions
diff --git a/mcs/class/System.Xml.Linq/System.Xml.Linq-net_2_0.csproj b/mcs/class/System.Xml.Linq/System.Xml.Linq-net_2_0.csproj
deleted file mode 100644
index cf2f1fb6b88..00000000000
--- a/mcs/class/System.Xml.Linq/System.Xml.Linq-net_2_0.csproj
+++ /dev/null
@@ -1,121 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{80B8A117-6BB4-4646-8BE9-863A5C105437}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,1720</NoWarn>
- <OutputPath>./../../class/lib/net_2_0</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>True</NoConfig>
-
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Xml.Linq</AssemblyName>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699,1720</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_5</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699,1720</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_1_1;NET_2_0;NET_3_5</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <PropertyGroup>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="System.Xml.Linq\Extensions.cs" />
- <Compile Include="System.Xml.Linq\LoadOptions.cs" />
- <Compile Include="System.Xml.Linq\ReaderOptions.cs" />
- <Compile Include="System.Xml.Linq\SaveOptions.cs" />
- <Compile Include="System.Xml.Linq\XAttribute.cs" />
- <Compile Include="System.Xml.Linq\XCData.cs" />
- <Compile Include="System.Xml.Linq\XComment.cs" />
- <Compile Include="System.Xml.Linq\XContainer.cs" />
- <Compile Include="System.Xml.Linq\XDeclaration.cs" />
- <Compile Include="System.Xml.Linq\XDocument.cs" />
- <Compile Include="System.Xml.Linq\XDocumentType.cs" />
- <Compile Include="System.Xml.Linq\XElement.cs" />
- <Compile Include="System.Xml.Linq\XIterators.cs" />
- <Compile Include="System.Xml.Linq\XName.cs" />
- <Compile Include="System.Xml.Linq\XNamespace.cs" />
- <Compile Include="System.Xml.Linq\XNode.cs" />
- <Compile Include="System.Xml.Linq\XNodeDocumentOrderComparer.cs" />
- <Compile Include="System.Xml.Linq\XNodeEqualityComparer.cs" />
- <Compile Include="System.Xml.Linq\XNodeNavigator.cs" />
- <Compile Include="System.Xml.Linq\XNodeReader.cs" />
- <Compile Include="System.Xml.Linq\XNodeWriter.cs" />
- <Compile Include="System.Xml.Linq\XObject.cs" />
- <Compile Include="System.Xml.Linq\XObjectChange.cs" />
- <Compile Include="System.Xml.Linq\XObjectChangeEventArgs.cs" />
- <Compile Include="System.Xml.Linq\XProcessingInstruction.cs" />
- <Compile Include="System.Xml.Linq\XStreamingElement.cs" />
- <Compile Include="System.Xml.Linq\XText.cs" />
- <Compile Include="System.Xml.Linq\XUtil.cs" />
- <Compile Include="System.Xml.Schema\Extensions.cs" />
- <Compile Include="System.Xml.XPath\Extensions.cs" /> </ItemGroup>
- <!-- 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>
- -->
- <PropertyGroup>
- <PreBuildEvent>
-
- </PreBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
-
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
- <Project>{5A00133C-6D08-48F7-A164-8B796CE6DB83}</Project>
- <Name>corlib\corlib-net_2_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System\System-net_2_0-2.csproj">
- <Project>{1F3B168C-A4D0-44AA-B116-792D8804971F}</Project>
- <Name>System\System-net_2_0-2</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Core\System.Core-net_2_0.csproj">
- <Project>{FBEC45AD-4493-41EA-9BCC-F3F29A08EB9E}</Project>
- <Name>System.Core\System.Core-net_2_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">
- <Project>{080698DE-8AF0-496E-9AD7-58B6C605328A}</Project>
- <Name>System.XML\System.Xml-net_2_0-1</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
-</Project>
-
diff --git a/mcs/class/System.Xml.Linq/System.Xml.Linq-tests-net_2_0.csproj b/mcs/class/System.Xml.Linq/System.Xml.Linq-tests-net_2_0.csproj
deleted file mode 100644
index 2de001c84e6..00000000000
--- a/mcs/class/System.Xml.Linq/System.Xml.Linq-tests-net_2_0.csproj
+++ /dev/null
@@ -1,112 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{612BE852-974E-423E-B974-74EDB0E28136}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,1720</NoWarn>
- <OutputPath>bin\Debug\System.Xml.Linq-tests-net_2_0</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>False</NoConfig>
-
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Xml.Linq_test_net_2_0</AssemblyName>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699,1720</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_5</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699,1720</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_1_1;NET_2_0;NET_3_5</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <PropertyGroup>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Compile Include="Test\System.Xml.Linq\ExtensionsTest.cs" />
- <Compile Include="Test\System.Xml.Linq\XAttributeTest.cs" />
- <Compile Include="Test\System.Xml.Linq\XDocumentTest.cs" />
- <Compile Include="Test\System.Xml.Linq\XElementTest.cs" />
- <Compile Include="Test\System.Xml.Linq\XNamespaceTest.cs" />
- <Compile Include="Test\System.Xml.Linq\XNameTest.cs" />
- <Compile Include="Test\System.Xml.Linq\XNodeDocumentOrderComparerTest.cs" />
- <Compile Include="Test\System.Xml.Linq\XNodeEqualityComparerTest.cs" />
- <Compile Include="Test\System.Xml.Linq\XNodeNavigatorTest.cs" />
- <Compile Include="Test\System.Xml.Linq\XNodeReaderTest.cs" />
- <Compile Include="Test\System.Xml.Linq\XNodeWriterTest.cs" />
- <Compile Include="Test\System.Xml.Linq\XObjectTest.cs" />
- <Compile Include="Test\System.Xml.Linq\XProcessingInstructionTest.cs" />
- <Compile Include="Test\System.Xml.Linq\XStreamingElementTest.cs" />
- <Compile Include="Test\System.Xml.Linq\XTextTest.cs" />
- <Compile Include="Test\System.Xml.Schema\ExtensionsTest.cs" />
- <Compile Include="Test\System.Xml.XPath\ExtensionsTest.cs" />
- <Compile Include="Test\System.Xml.XPath\ExtensionsTest2.cs" />
- <Compile Include="Test\System.Xml.XPath\ExtensionsTest3.cs" />
- <Compile Include="Test\System.Xml.XPath\ExtensionsTest4.cs" /> </ItemGroup>
- <!-- 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>
- -->
- <PropertyGroup>
- <PreBuildEvent>
-
- </PreBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
-
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="..\lib\net_2_0\nunit.framework.dll" />
- <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
- <Project>{5A00133C-6D08-48F7-A164-8B796CE6DB83}</Project>
- <Name>corlib\corlib-net_2_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Xml.Linq\System.Xml.Linq-net_2_0.csproj">
- <Project>{80B8A117-6BB4-4646-8BE9-863A5C105437}</Project>
- <Name>System.Xml.Linq\System.Xml.Linq-net_2_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System\System-net_2_0-2.csproj">
- <Project>{1F3B168C-A4D0-44AA-B116-792D8804971F}</Project>
- <Name>System\System-net_2_0-2</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Core\System.Core-net_2_0.csproj">
- <Project>{FBEC45AD-4493-41EA-9BCC-F3F29A08EB9E}</Project>
- <Name>System.Core\System.Core-net_2_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">
- <Project>{080698DE-8AF0-496E-9AD7-58B6C605328A}</Project>
- <Name>System.XML\System.Xml-net_2_0-1</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
-</Project>
-