Skip to content

Commit 75d40fd

Browse files
committed
VS2017
1 parent 112032c commit 75d40fd

16 files changed

+639
-649
lines changed

Databasic.MySql.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<copyright>Copyright © 2017</copyright>
1818
<tags>sql mysql mariadb database query command select insert update delete pure sql dml tool utility library</tags>
1919
<dependencies>
20-
<dependency id="MySql.Data" version="6.9.8.0" />
20+
<dependency id="MySql.Data" version="6.8.8.0" />
2121
<dependency id="Databasic.Core" version="1.2.4.0" />
2222
</dependencies>
2323
<frameworkAssemblies>

Databasic.MySql.vbproj

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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>{5D0E33D9-4322-4D2D-941A-49563D249613}</ProjectGuid>
7+
<ProjectGuid>{8C6292CF-4A62-451A-900B-382D0BD55A61}</ProjectGuid>
88
<OutputType>Library</OutputType>
99
<RootNamespace>Databasic.MySql</RootNamespace>
1010
<AssemblyName>Databasic.MySql</AssemblyName>
@@ -43,13 +43,10 @@
4343
<OptionInfer>On</OptionInfer>
4444
</PropertyGroup>
4545
<ItemGroup>
46-
<Reference Include="MySql.Data, Version=6.9.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
47-
<SpecificVersion>False</SpecificVersion>
48-
<HintPath>obj\MySql.Data.dll</HintPath>
49-
</Reference>
46+
<Reference Include="MySql.Data, Version=6.9.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" />
5047
<Reference Include="System" />
51-
<Reference Include="System.Core" />
5248
<Reference Include="System.Data" />
49+
<Reference Include="System.Core" />
5350
</ItemGroup>
5451
<ItemGroup>
5552
<Import Include="Microsoft.VisualBasic" />
@@ -78,8 +75,8 @@
7875
<DependentUpon>Settings.settings</DependentUpon>
7976
<DesignTimeSharedInput>True</DesignTimeSharedInput>
8077
</Compile>
81-
<Compile Include="SqlError.vb" />
8278
<Compile Include="ProviderResource.vb" />
79+
<Compile Include="SqlError.vb" />
8380
<Compile Include="Statement.vb" />
8481
<Compile Include="Transaction.vb" />
8582
</ItemGroup>
@@ -134,11 +131,4 @@ PowerShell -NoProfile -ExecutionPolicy Bypass -Command "&amp; '$(ProjectDir)_Cre
134131
@cscript.exe PostBuild.wsf "%25wd%25"
135132
@cd %25wd%25</PostBuildEvent>
136133
</PropertyGroup>
137-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
138-
Other similar extension points exist, see Microsoft.Common.targets.
139-
<Target Name="BeforeBuild">
140-
</Target>
141-
<Target Name="AfterBuild">
142-
</Target>
143-
-->
144134
</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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

@@ -21,18 +21,18 @@ Imports System.Runtime.InteropServices
2121
<Assembly: ComVisible(False)>
2222

2323
'The following GUID is for the ID of the typelib if this project is exposed to COM
24-
<Assembly: Guid("45e14f35-617d-4133-a637-4ab8ba2246d1")>
24+
<Assembly: Guid("cc4678e2-7fa6-4429-9239-69359072a4e5")>
2525

2626
' Version information for an assembly consists of the following four values:
2727
'
28-
' Major Version
29-
' Minor Version
30-
' Build Number
31-
' Revision
28+
' Major Version
29+
' Minor Version
30+
' Build Number
31+
' Revision
3232
'
33-
' 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
3434
' by using the '*' as shown below:
35-
' <Assembly: AssemblyVersion("1.0.*")>
35+
' <Assembly: AssemblyVersion("1.0.*")>
3636

3737
<Assembly: AssemblyVersion("1.2.5.0")>
3838
<Assembly: AssemblyFileVersion("1.2.5.0")>

My Project/Resources.Designer.vb

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

0 commit comments

Comments
 (0)