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:
Diffstat (limited to 'mcs/class/Npgsql/Npgsql-net_4_0.csproj')
-rw-r--r--mcs/class/Npgsql/Npgsql-net_4_0.csproj194
1 files changed, 0 insertions, 194 deletions
diff --git a/mcs/class/Npgsql/Npgsql-net_4_0.csproj b/mcs/class/Npgsql/Npgsql-net_4_0.csproj
deleted file mode 100644
index 3ea1ceae08c..00000000000
--- a/mcs/class/Npgsql/Npgsql-net_4_0.csproj
+++ /dev/null
@@ -1,194 +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>{65DBA42E-7B72-4718-9DC5-468A2EEEE55E}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699</NoWarn>
- <OutputPath>./../../class/lib/net_4_0</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>True</NoConfig>
-
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>Npgsql</AssemblyName>
- <TargetFrameworkVersion>v4.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;NET_3_0;NET_3_5;NET_4_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;NET_3_0;NET_3_5;NET_4_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="Npgsql\AssemblyInfo.cs" />
- <Compile Include="Npgsql\HashAlgorithm.cs" />
- <Compile Include="Npgsql\MD5.cs" />
- <Compile Include="Npgsql\MD5CryptoServiceProvider.cs" />
- <Compile Include="Npgsql\NpgsqlAsciiRow.cs" />
- <Compile Include="Npgsql\NpgsqlBackEndKeyData.cs" />
- <Compile Include="Npgsql\NpgsqlBinaryRow.cs" />
- <Compile Include="Npgsql\NpgsqlBind.cs" />
- <Compile Include="Npgsql\NpgsqlCancelRequest.cs" />
- <Compile Include="Npgsql\NpgsqlClosedState.cs" />
- <Compile Include="Npgsql\NpgsqlCommand.cs" />
- <Compile Include="Npgsql\NpgsqlCommandBuilder.cs" />
- <Compile Include="Npgsql\NpgsqlConnectedState.cs" />
- <Compile Include="Npgsql\NpgsqlConnection.cs" />
- <Compile Include="Npgsql\NpgsqlConnectionString.cs" />
- <Compile Include="Npgsql\NpgsqlConnectionStringBuilder.cs" />
- <Compile Include="Npgsql\NpgsqlConnector.cs" />
- <Compile Include="Npgsql\NpgsqlConnectorPool.cs" />
- <Compile Include="Npgsql\NpgsqlDataAdapter.cs" />
- <Compile Include="Npgsql\NpgsqlDataReader.cs" />
- <Compile Include="Npgsql\NpgsqlDescribe.cs" />
- <Compile Include="Npgsql\NpgsqlError.cs" />
- <Compile Include="Npgsql\NpgsqlEventLog.cs" />
- <Compile Include="Npgsql\NpgsqlException.cs" />
- <Compile Include="Npgsql\NpgsqlExecute.cs" />
- <Compile Include="Npgsql\NpgsqlFactory.cs" />
- <Compile Include="Npgsql\NpgsqlFlush.cs" />
- <Compile Include="Npgsql\NpgsqlMediator.cs" />
- <Compile Include="Npgsql\NpgsqlMessageTypes.cs" />
- <Compile Include="Npgsql\NpgsqlNotificationEventArgs.cs" />
- <Compile Include="Npgsql\NpgsqlParameter.cs" />
- <Compile Include="Npgsql\NpgsqlParameterCollection.cs" />
- <Compile Include="Npgsql\NpgsqlParameterStatus.cs" />
- <Compile Include="Npgsql\NpgsqlParse.cs" />
- <Compile Include="Npgsql\NpgsqlPasswordPacket.cs" />
- <Compile Include="Npgsql\NpgsqlQuery.cs" />
- <Compile Include="Npgsql\NpgsqlReadyState.cs" />
- <Compile Include="Npgsql\NpgsqlResultSet.cs" />
- <Compile Include="Npgsql\NpgsqlRow.cs" />
- <Compile Include="Npgsql\NpgsqlRowDescription.cs" />
- <Compile Include="Npgsql\NpgsqlSchema.cs" />
- <Compile Include="Npgsql\NpgsqlStartupPacket.cs" />
- <Compile Include="Npgsql\NpgsqlStartupState.cs" />
- <Compile Include="Npgsql\NpgsqlState.cs" />
- <Compile Include="Npgsql\NpgsqlSync.cs" />
- <Compile Include="Npgsql\NpgsqlTransaction.cs" />
- <Compile Include="Npgsql\PGUtil.cs" />
- <Compile Include="NpgsqlTypes\FastPath.cs" />
- <Compile Include="NpgsqlTypes\FastPathArg.cs" />
- <Compile Include="NpgsqlTypes\LargeObject.cs" />
- <Compile Include="NpgsqlTypes\LargeObjectManager.cs" />
- <Compile Include="NpgsqlTypes\NpgsqlDbType.cs" />
- <Compile Include="NpgsqlTypes\NpgsqlTypeConverters.cs" />
- <Compile Include="NpgsqlTypes\NpgsqlTypes.cs" />
- <Compile Include="NpgsqlTypes\NpgsqlTypesHelper.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_4_0.csproj">
- <Project>{F42F5509-677F-4C93-A026-047AB6153801}</Project>
- <Name>corlib\corlib-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System\System-net_4_0-2.csproj">
- <Project>{3391D58D-26E9-48D2-9A76-4BC1A2F06BE9}</Project>
- <Name>System\System-net_4_0-2</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
- <Project>{3FFA80F7-ACB9-480C-828F-7C9BA7A17EE3}</Project>
- <Name>System.XML\System.Xml-net_4_0-1</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Data\System.Data-net_4_0.csproj">
- <Project>{0ADBE502-5524-4312-81B0-8456328C367C}</Project>
- <Name>System.Data\System.Data-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\Mono.Security\Mono.Security-net_4_0.csproj">
- <Project>{73940AF7-7302-4B79-8EAF-DF03BDD9E3F4}</Project>
- <Name>Mono.Security\Mono.Security-net_4_0</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Npgsql/NpgsqlState.resources">
- <LogicalName>Npgsql.NpgsqlState.resources</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="Npgsql/NpgsqlClosedState.resources">
- <LogicalName>Npgsql.NpgsqlClosedState.resources</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="Npgsql/NpgsqlParameterCollection.resources">
- <LogicalName>Npgsql.NpgsqlParameterCollection.resources</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="Npgsql/NpgsqlParameter.resources">
- <LogicalName>Npgsql.NpgsqlParameter.resources</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="Npgsql/NpgsqlCommand.resources">
- <LogicalName>Npgsql.NpgsqlCommand.resources</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="Npgsql/NpgsqlCommandBuilder.resources">
- <LogicalName>Npgsql.NpgsqlCommandBuilder.resources</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="Npgsql/NpgsqlConnectedState.resources">
- <LogicalName>Npgsql.NpgsqlConnectedState.resources</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="Npgsql/NpgsqlConnection.resources">
- <LogicalName>Npgsql.NpgsqlConnection.resources</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="Npgsql/NpgsqlReadyState.resources">
- <LogicalName>Npgsql.NpgsqlReadyState.resources</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="Npgsql/NpgsqlTransaction.resources">
- <LogicalName>Npgsql.NpgsqlTransaction.resources</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="Npgsql/NpgsqlEventLog.resources">
- <LogicalName>Npgsql.NpgsqlEventLog.resources</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="Npgsql/NpgsqlException.resources">
- <LogicalName>Npgsql.NpgsqlException.resources</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="Npgsql/PGUtil.resources">
- <LogicalName>Npgsql.PGUtil.resources</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="Npgsql/NpgsqlConnectionString.resources">
- <LogicalName>Npgsql.NpgsqlConnectionString.resources</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="NpgsqlTypes/NpgsqlTypesHelper.resources">
- <LogicalName>NpgsqlTypes.NpgsqlTypesHelper.resources</LogicalName>
- </EmbeddedResource>
- </ItemGroup>
-</Project>
-