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:
authorMiguel de Icaza <miguel@gnome.org>2011-02-13 06:09:49 +0300
committerMiguel de Icaza <miguel@gnome.org>2011-02-13 06:09:49 +0300
commit38253abf8c0e75a445c2a8abee42af432db8a772 (patch)
treeac6b6cad2909cf728107296625e05fe782bdabf7 /mcs/class/Npgsql
parent97e585b5ec47a2c61c9290a361218c2edf935b1b (diff)
Add solution files
Diffstat (limited to 'mcs/class/Npgsql')
-rw-r--r--mcs/class/Npgsql/Npgsql-net_2_0.csproj191
-rw-r--r--mcs/class/Npgsql/Npgsql-net_4_0.csproj191
2 files changed, 382 insertions, 0 deletions
diff --git a/mcs/class/Npgsql/Npgsql-net_2_0.csproj b/mcs/class/Npgsql/Npgsql-net_2_0.csproj
new file mode 100644
index 00000000000..547e1a746e5
--- /dev/null
+++ b/mcs/class/Npgsql/Npgsql-net_2_0.csproj
@@ -0,0 +1,191 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="3.5" 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_2_0</OutputPath>
+ <DefineConstants>NET_1_1;NET_2_0</DefineConstants>
+ <NoStdLib>true</NoStdLib>
+
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>mscorlib</RootNamespace>
+ <AssemblyName>Npgsql</AssemblyName>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ <StartupObject>
+ </StartupObject>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <NoWarn>1699</NoWarn>
+ <Optimize>true</Optimize>
+ <DefineConstants>NET_1_1;NET_2_0</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
+ </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>
+ <AdditionalLibPaths>./../../class/lib/net_2_0</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>..\\lib\build\mscorlib.dll</HintPath>
+ </Reference>
+ <Reference Include="mscorlib.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\mscorlib.dll</HintPath>
+ </Reference>
+ <Reference Include="System.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Xml.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.Xml.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Data.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.Data.dll</HintPath>
+ </Reference>
+ <Reference Include="Mono.Security.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\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>
+
diff --git a/mcs/class/Npgsql/Npgsql-net_4_0.csproj b/mcs/class/Npgsql/Npgsql-net_4_0.csproj
new file mode 100644
index 00000000000..35197d43f8b
--- /dev/null
+++ b/mcs/class/Npgsql/Npgsql-net_4_0.csproj
@@ -0,0 +1,191 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="3.5" 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_0</OutputPath>
+ <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
+ <NoStdLib>true</NoStdLib>
+
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>mscorlib</RootNamespace>
+ <AssemblyName>Npgsql</AssemblyName>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ <StartupObject>
+ </StartupObject>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</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>
+ <AdditionalLibPaths>./../../class/lib/net_4_0</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</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <AdditionalLibPaths>./../../class/lib/net_4_0</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>..\\lib\build\mscorlib.dll</HintPath>
+ </Reference>
+ <Reference Include="mscorlib.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\mscorlib.dll</HintPath>
+ </Reference>
+ <Reference Include="System.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Xml.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.Xml.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Data.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.Data.dll</HintPath>
+ </Reference>
+ <Reference Include="Mono.Security.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\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>
+