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/Mono.Data.Tds
parent02332b5ad2e45723328c1953c512b269777302f0 (diff)
Remove 2.0 profile csproj files
Diffstat (limited to 'mcs/class/Mono.Data.Tds')
-rw-r--r--mcs/class/Mono.Data.Tds/Mono.Data.Tds-net_2_0.csproj125
-rw-r--r--mcs/class/Mono.Data.Tds/Mono.Data.Tds-tests-net_2_0.csproj91
2 files changed, 0 insertions, 216 deletions
diff --git a/mcs/class/Mono.Data.Tds/Mono.Data.Tds-net_2_0.csproj b/mcs/class/Mono.Data.Tds/Mono.Data.Tds-net_2_0.csproj
deleted file mode 100644
index b092598503a..00000000000
--- a/mcs/class/Mono.Data.Tds/Mono.Data.Tds-net_2_0.csproj
+++ /dev/null
@@ -1,125 +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>{C21CB6AB-7059-4FA5-A23C-84EA0B854BB7}</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>Mono.Data.Tds</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="Mono.Data.Tds.Protocol\Tds.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\Tds42.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\Tds50.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\Tds70.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\Tds80.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\TdsAsyncResult.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\TdsAsyncState.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\TdsBigDecimal.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\TdsBulkCopy.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\TdsCollation.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\TdsColumnStatus.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\TdsColumnType.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\TdsComm.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\TdsConnectionParameters.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\TdsConnectionPool.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\TdsDataColumn.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\TdsDataColumnCollection.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\TdsDataRow.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\TdsEnvPacketSubType.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\TdsInternalError.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\TdsInternalErrorCollection.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\TdsInternalErrorMessageEventArgs.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\TdsInternalErrorMessageEventHandler.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\TdsInternalException.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\TdsInternalInfoMessageEventArgs.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\TdsInternalInfoMessageEventHandler.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\TdsPacketSubType.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\TdsPacketType.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\TdsRpcProcId.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\TdsTimeoutException.cs" />
- <Compile Include="Mono.Data.Tds.Protocol\TdsVersion.cs" />
- <Compile Include="Mono.Data.Tds\TdsMetaParameter.cs" />
- <Compile Include="Mono.Data.Tds\TdsMetaParameterCollection.cs" />
- <Compile Include="Mono.Data.Tds\TdsParameterDirection.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.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>
- <ProjectReference Include="..\Mono.Security\Mono.Security-net_2_0.csproj">
- <Project>{57CFE851-81AC-4269-B24A-965A53D87248}</Project>
- <Name>Mono.Security\Mono.Security-net_2_0</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
-</Project>
-
diff --git a/mcs/class/Mono.Data.Tds/Mono.Data.Tds-tests-net_2_0.csproj b/mcs/class/Mono.Data.Tds/Mono.Data.Tds-tests-net_2_0.csproj
deleted file mode 100644
index afd72be7002..00000000000
--- a/mcs/class/Mono.Data.Tds/Mono.Data.Tds-tests-net_2_0.csproj
+++ /dev/null
@@ -1,91 +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>{B248ADC8-9309-4844-90C0-6377AC3467D4}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699</NoWarn>
- <OutputPath>bin\Debug\Mono.Data.Tds-tests-net_2_0</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>False</NoConfig>
-
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>Mono.Data.Tds_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</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="Test\bug-4786.cs" />
- <Compile Include="Test\ConnLifetime.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="..\Mono.Data.Tds\Mono.Data.Tds-net_2_0.csproj">
- <Project>{C21CB6AB-7059-4FA5-A23C-84EA0B854BB7}</Project>
- <Name>Mono.Data.Tds\Mono.Data.Tds-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>
- <Reference Include="System.Net.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Net.dll</HintPath>
- <Private>False</Private>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
-</Project>
-