11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 14.0 " DefaultTargets = " Build " xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2+ <Project ToolsVersion =" 15.0 " xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44 <PropertyGroup >
55 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
66 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{947DA57A-6291-4038-9E95-53A36191209C }</ProjectGuid >
7+ <ProjectGuid >{E2A7791D-69B6-48F9-BDCA-02ECF2DFDF4B }</ProjectGuid >
88 <OutputType >Library</OutputType >
99 <RootNamespace >Databasic.PostgreSql</RootNamespace >
1010 <AssemblyName >Databasic.PostgreSql</AssemblyName >
1111 <FileAlignment >512</FileAlignment >
1212 <MyType >Windows</MyType >
1313 <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
14- <TargetFrameworkProfile />
1514 </PropertyGroup >
1615 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1716 <DebugSymbols >true</DebugSymbols >
2120 <OutputPath >bin\Debug\</OutputPath >
2221 <DocumentationFile >Databasic.PostgreSql.xml</DocumentationFile >
2322 <NoWarn >42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn >
24- <Prefer32Bit >false</Prefer32Bit >
2523 </PropertyGroup >
2624 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
2725 <DebugType >pdbonly</DebugType >
3129 <OutputPath >bin\Release\</OutputPath >
3230 <DocumentationFile >Databasic.PostgreSql.xml</DocumentationFile >
3331 <NoWarn >42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn >
34- <Prefer32Bit >false</Prefer32Bit >
3532 </PropertyGroup >
3633 <PropertyGroup >
3734 <OptionExplicit >On</OptionExplicit >
4643 <OptionInfer >On</OptionInfer >
4744 </PropertyGroup >
4845 <ItemGroup >
49- <Reference Include =" Npgsql, Version=3.2.4.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL" >
50- <HintPath >..\packages\Npgsql.3.2.4\lib\net45\Npgsql.dll</HintPath >
51- <Private >True</Private >
46+ <Reference Include =" Npgsql, Version=3.2.5.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL" >
47+ <HintPath >..\packages\Npgsql.3.2.5\lib\net45\Npgsql.dll</HintPath >
5248 </Reference >
5349 <Reference Include =" System" />
5450 <Reference Include =" System.Data" />
5551 <Reference Include =" System.Core" />
52+ <Reference Include =" System.Threading.Tasks.Extensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
53+ <HintPath >..\packages\System.Threading.Tasks.Extensions.4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath >
54+ </Reference >
5655 </ItemGroup >
5756 <ItemGroup >
5857 <Import Include =" Microsoft.VisualBasic" />
6362 <Import Include =" System.Diagnostics" />
6463 <Import Include =" System.Linq" />
6564 <Import Include =" System.Xml.Linq" />
65+ <Import Include =" System.Threading.Tasks" />
6666 </ItemGroup >
6767 <ItemGroup >
6868 <Compile Include =" Connection.vb" />
8181 <DependentUpon >Settings.settings</DependentUpon >
8282 <DesignTimeSharedInput >True</DesignTimeSharedInput >
8383 </Compile >
84- <Compile Include =" SqlError.vb" />
8584 <Compile Include =" ProviderResource.vb" />
85+ <Compile Include =" SqlError.vb" />
8686 <Compile Include =" Statement.vb" />
8787 <Compile Include =" Transaction.vb" />
8888 </ItemGroup >
@@ -137,11 +137,4 @@ PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '$(ProjectDir)_Cre
137137@cscript.exe PostBuild.wsf "%25wd%25"
138138@cd %25wd%25</PostBuildEvent >
139139 </PropertyGroup >
140- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
141- Other similar extension points exist, see Microsoft.Common.targets.
142- <Target Name="BeforeBuild">
143- </Target>
144- <Target Name="AfterBuild">
145- </Target>
146- -->
147140</Project >
0 commit comments