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.Transactions
parent02332b5ad2e45723328c1953c512b269777302f0 (diff)
Remove 2.0 profile csproj files
Diffstat (limited to 'mcs/class/System.Transactions')
-rw-r--r--mcs/class/System.Transactions/System.Transactions-net_2_0.csproj121
-rw-r--r--mcs/class/System.Transactions/System.Transactions-tests-net_2_0.csproj92
2 files changed, 0 insertions, 213 deletions
diff --git a/mcs/class/System.Transactions/System.Transactions-net_2_0.csproj b/mcs/class/System.Transactions/System.Transactions-net_2_0.csproj
deleted file mode 100644
index dc3c0d65cfe..00000000000
--- a/mcs/class/System.Transactions/System.Transactions-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>{BBC5CD06-50EB-439E-9DBB-2B5D644BE6C3}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699</NoWarn>
- <OutputPath>./../../class/lib/net_2_0</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>True</NoConfig>
-
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Transactions</AssemblyName>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_1_1;NET_2_0</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.Transactions\CommittableTransaction.cs" />
- <Compile Include="System.Transactions\Configuration\DefaultSettingsSection.cs" />
- <Compile Include="System.Transactions\Configuration\MachineSettingsSection.cs" />
- <Compile Include="System.Transactions\Configuration\TransactionsSectionGroup.cs" />
- <Compile Include="System.Transactions\Delegates.cs" />
- <Compile Include="System.Transactions\DependentCloneOption.cs" />
- <Compile Include="System.Transactions\DependentTransaction.cs" />
- <Compile Include="System.Transactions\Enlistment.cs" />
- <Compile Include="System.Transactions\EnlistmentOptions.cs" />
- <Compile Include="System.Transactions\EnterpriseServicesInteropOption.cs" />
- <Compile Include="System.Transactions\IDtcTransaction.cs" />
- <Compile Include="System.Transactions\IEnlistmentNotification.cs" />
- <Compile Include="System.Transactions\IPromotableSinglePhaseNotification.cs" />
- <Compile Include="System.Transactions\ISimpleTransactionSuperior.cs" />
- <Compile Include="System.Transactions\ISinglePhaseNotification.cs" />
- <Compile Include="System.Transactions\IsolationLevel.cs" />
- <Compile Include="System.Transactions\ITransactionPromoter.cs" />
- <Compile Include="System.Transactions\PreparingEnlistment.cs" />
- <Compile Include="System.Transactions\SinglePhaseEnlistment.cs" />
- <Compile Include="System.Transactions\SubordinateTransaction.cs" />
- <Compile Include="System.Transactions\Transaction.cs" />
- <Compile Include="System.Transactions\TransactionAbortedException.cs" />
- <Compile Include="System.Transactions\TransactionEventArgs.cs" />
- <Compile Include="System.Transactions\TransactionException.cs" />
- <Compile Include="System.Transactions\TransactionInDoubtException.cs" />
- <Compile Include="System.Transactions\TransactionInformation.cs" />
- <Compile Include="System.Transactions\TransactionInterop.cs" />
- <Compile Include="System.Transactions\TransactionManager.cs" />
- <Compile Include="System.Transactions\TransactionManagerCommunicationException.cs" />
- <Compile Include="System.Transactions\TransactionOptions.cs" />
- <Compile Include="System.Transactions\TransactionPromotionException.cs" />
- <Compile Include="System.Transactions\TransactionScope.cs" />
- <Compile Include="System.Transactions\TransactionScopeOption.cs" />
- <Compile Include="System.Transactions\TransactionStatus.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.Configuration\System.Configuration-net_2_0.csproj">
- <Project>{2695A2F2-2271-423D-8E0D-553DAB84E917}</Project>
- <Name>System.Configuration\System.Configuration-net_2_0</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
-</Project>
-
diff --git a/mcs/class/System.Transactions/System.Transactions-tests-net_2_0.csproj b/mcs/class/System.Transactions/System.Transactions-tests-net_2_0.csproj
deleted file mode 100644
index 03d36667a88..00000000000
--- a/mcs/class/System.Transactions/System.Transactions-tests-net_2_0.csproj
+++ /dev/null
@@ -1,92 +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>{D8B6CB08-B1BB-464B-82E1-E3276B92B458}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,1595</NoWarn>
- <OutputPath>bin\Debug\System.Transactions-tests-net_2_0</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>False</NoConfig>
-
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Transactions_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,1595</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699,1595</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_1_1;NET_2_0</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\AsyncTest.cs" />
- <Compile Include="Test\EnlistTest.cs" />
- <Compile Include="Test\IntResourceManager.cs" />
- <Compile Include="Test\TransactionScopeTest.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.Transactions\System.Transactions-net_2_0.csproj">
- <Project>{BBC5CD06-50EB-439E-9DBB-2B5D644BE6C3}</Project>
- <Name>System.Transactions\System.Transactions-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.Configuration\System.Configuration-net_2_0.csproj">
- <Project>{2695A2F2-2271-423D-8E0D-553DAB84E917}</Project>
- <Name>System.Configuration\System.Configuration-net_2_0</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
-</Project>
-