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>2012-02-16 19:41:09 +0400
committerMarek Safar <marek.safar@gmail.com>2012-02-17 16:37:24 +0400
commit6e61f64e928f0010746df59be9580de3e604f55b (patch)
tree6245a322135225bc7bb13aa1d2b475b914db2be7 /mcs/class/Npgsql
parent70cc60e9572e3cd4ec69fd8c77340b1109eacbfb (diff)
Add few missing csproj files
Diffstat (limited to 'mcs/class/Npgsql')
-rw-r--r--mcs/class/Npgsql/Npgsql-net_4_5.csproj188
1 files changed, 188 insertions, 0 deletions
diff --git a/mcs/class/Npgsql/Npgsql-net_4_5.csproj b/mcs/class/Npgsql/Npgsql-net_4_5.csproj
new file mode 100644
index 00000000000..4d87e1a3dd6
--- /dev/null
+++ b/mcs/class/Npgsql/Npgsql-net_4_5.csproj
@@ -0,0 +1,188 @@
+<?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>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <NoWarn>1699</NoWarn>
+ <OutputPath>./../../class/lib/net_4_5</OutputPath>
+ <NoStdLib>true</NoStdLib>
+
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace></RootNamespace>
+ <AssemblyName>Npgsql</AssemblyName>
+ <TargetFrameworkVersion>v4.5</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;NET_4_5</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
+ </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;NET_4_5</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
+ </PropertyGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <ItemGroup>
+ <Compile Include="Npgsql\AssemblyInfo.cs" />
+ <Compile Include="..\..\build\common\Consts.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\NpgsqlBind.cs" />
+ <Compile Include="Npgsql\NpgsqlBinaryRow.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\LargeObjectManager.cs" />
+ <Compile Include="NpgsqlTypes\NpgsqlDbType.cs" />
+ <Compile Include="NpgsqlTypes\FastPath.cs" />
+ <Compile Include="NpgsqlTypes\NpgsqlTypeConverters.cs" />
+ <Compile Include="NpgsqlTypes\FastPathArg.cs" />
+ <Compile Include="NpgsqlTypes\NpgsqlTypes.cs" />
+ <Compile Include="NpgsqlTypes\LargeObject.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>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="mscorlib.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>mscorlib.dll</HintPath>
+ </Reference>
+ <Reference Include="mscorlib.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>mscorlib.dll</HintPath>
+ </Reference>
+ <Reference Include="System.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>System.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Xml.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>System.Xml.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Data.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>System.Data.dll</HintPath>
+ </Reference>
+ <Reference Include="Mono.Security.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>Mono.Security.dll</HintPath>
+ </Reference>
+
+ </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>
+