Skip to content

Commit 04027f7

Browse files
committed
VS2017
1 parent 323885e commit 04027f7

14 files changed

+659
-667
lines changed

Databasic.PostgreSql.nuspec

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@
2323
<frameworkAssemblies>
2424
<frameworkAssembly assemblyName="System.Core" />
2525
<frameworkAssembly assemblyName="System.Data" />
26-
<!--frameworkAssembly assemblyName="System.Threading.Tasks.Extensions" />
27-
<frameworkAssembly assemblyName="System.Numerics" />
28-
<frameworkAssembly assemblyName="System.Transactions" />
29-
<frameworkAssembly assemblyName="System.DirectoryServices" /-->
26+
<!--frameworkAssembly assemblyName="System.Threading.Tasks.Extensions" /-->
3027
</frameworkAssemblies>
3128
<releaseNotes>https://github.com/Databasic-NET/Databasic/releases</releaseNotes>
3229
</metadata>

Databasic.PostgreSql.vbproj

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
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>
@@ -21,7 +20,6 @@
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>
@@ -31,7 +29,6 @@
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>
@@ -46,13 +43,15 @@
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" />
@@ -63,6 +62,7 @@
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" />
@@ -81,8 +81,8 @@
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 "&amp; '$(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>

My Project/Application.Designer.vb

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

My Project/AssemblyInfo.vb

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,37 @@
22
Imports System.Reflection
33
Imports System.Runtime.InteropServices
44

5-
' General Information about an assembly is controlled through the following
5+
' General Information about an assembly is controlled through the following
66
' set of attributes. Change these attribute values to modify the information
77
' associated with an assembly.
88

99
' Review the values of the assembly attributes
1010

1111
<Assembly: AssemblyTitle("Databasic.PostgreSql")>
12-
<Assembly: AssemblyDescription("")>
13-
<Assembly: AssemblyCompany("")>
12+
<Assembly: AssemblyDescription("Databasic - C#/VB.NET database utility
13+
- focusing on queries primarily based on pure SQL commands, no linq transations
14+
- arranging data into primitive types, typed active record classes, collections and more
15+
- allowing to run any nonselect queries")>
16+
<Assembly: AssemblyCompany("Tom Flidr")>
1417
<Assembly: AssemblyProduct("Databasic.PostgreSql")>
15-
<Assembly: AssemblyCopyright("Copyright © 2017")>
16-
<Assembly: AssemblyTrademark("")>
18+
<Assembly: AssemblyCopyright("Copyright © 2017")>
19+
<Assembly: AssemblyTrademark("Tom Flidr")>
1720

1821
<Assembly: ComVisible(False)>
1922

2023
'The following GUID is for the ID of the typelib if this project is exposed to COM
21-
<Assembly: Guid("79753dc8-9d0d-4ca6-a6d0-9cfe4bd30938")>
24+
<Assembly: Guid("e6cfcc1d-9a0a-47c7-a768-f4def499180f")>
2225

2326
' Version information for an assembly consists of the following four values:
2427
'
25-
' Major Version
26-
' Minor Version
27-
' Build Number
28-
' Revision
28+
' Major Version
29+
' Minor Version
30+
' Build Number
31+
' Revision
2932
'
30-
' You can specify all the values or you can default the Build and Revision Numbers
33+
' You can specify all the values or you can default the Build and Revision Numbers
3134
' by using the '*' as shown below:
32-
' <Assembly: AssemblyVersion("1.0.*")>
35+
' <Assembly: AssemblyVersion("1.0.*")>
3336

3437
<Assembly: AssemblyVersion("1.2.5.0")>
3538
<Assembly: AssemblyFileVersion("1.2.5.0")>

My Project/Resources.Designer.vb

Lines changed: 50 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)