1
1
<?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" >
3
3
<Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
4
<PropertyGroup >
5
5
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
6
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{947DA57A-6291-4038-9E95-53A36191209C }</ProjectGuid >
7
+ <ProjectGuid >{E2A7791D-69B6-48F9-BDCA-02ECF2DFDF4B }</ProjectGuid >
8
8
<OutputType >Library</OutputType >
9
9
<RootNamespace >Databasic.PostgreSql</RootNamespace >
10
10
<AssemblyName >Databasic.PostgreSql</AssemblyName >
11
11
<FileAlignment >512</FileAlignment >
12
12
<MyType >Windows</MyType >
13
13
<TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
14
- <TargetFrameworkProfile />
15
14
</PropertyGroup >
16
15
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
16
<DebugSymbols >true</DebugSymbols >
21
20
<OutputPath >bin\Debug\</OutputPath >
22
21
<DocumentationFile >Databasic.PostgreSql.xml</DocumentationFile >
23
22
<NoWarn >42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn >
24
- <Prefer32Bit >false</Prefer32Bit >
25
23
</PropertyGroup >
26
24
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27
25
<DebugType >pdbonly</DebugType >
31
29
<OutputPath >bin\Release\</OutputPath >
32
30
<DocumentationFile >Databasic.PostgreSql.xml</DocumentationFile >
33
31
<NoWarn >42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn >
34
- <Prefer32Bit >false</Prefer32Bit >
35
32
</PropertyGroup >
36
33
<PropertyGroup >
37
34
<OptionExplicit >On</OptionExplicit >
46
43
<OptionInfer >On</OptionInfer >
47
44
</PropertyGroup >
48
45
<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 >
52
48
</Reference >
53
49
<Reference Include =" System" />
54
50
<Reference Include =" System.Data" />
55
51
<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 >
56
55
</ItemGroup >
57
56
<ItemGroup >
58
57
<Import Include =" Microsoft.VisualBasic" />
63
62
<Import Include =" System.Diagnostics" />
64
63
<Import Include =" System.Linq" />
65
64
<Import Include =" System.Xml.Linq" />
65
+ <Import Include =" System.Threading.Tasks" />
66
66
</ItemGroup >
67
67
<ItemGroup >
68
68
<Compile Include =" Connection.vb" />
81
81
<DependentUpon >Settings.settings</DependentUpon >
82
82
<DesignTimeSharedInput >True</DesignTimeSharedInput >
83
83
</Compile >
84
- <Compile Include =" SqlError.vb" />
85
84
<Compile Include =" ProviderResource.vb" />
85
+ <Compile Include =" SqlError.vb" />
86
86
<Compile Include =" Statement.vb" />
87
87
<Compile Include =" Transaction.vb" />
88
88
</ItemGroup >
@@ -137,11 +137,4 @@ PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '$(ProjectDir)_Cre
137
137
@cscript.exe PostBuild.wsf "%25wd%25"
138
138
@cd %25wd%25</PostBuildEvent >
139
139
</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
- -->
147
140
</Project >
0 commit comments