Skip to content

Commit f0225fd

Browse files
committed
VS2017
1 parent 2a11e58 commit f0225fd

13 files changed

+637
-645
lines changed

Databasic.SQLite.vbproj

Lines changed: 5 additions & 13 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>{454ED0D6-A5B9-449A-877F-99919F675C29}</ProjectGuid>
7+
<ProjectGuid>{7B4AC9E8-60FC-4B0D-9FB3-F2457FDC7E0C}</ProjectGuid>
88
<OutputType>Library</OutputType>
99
<RootNamespace>Databasic.SQLite</RootNamespace>
1010
<AssemblyName>Databasic.SQLite</AssemblyName>
@@ -50,7 +50,6 @@
5050
<Reference Include="System.Core" />
5151
<Reference Include="System.Data.SQLite, Version=1.0.105.2, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
5252
<HintPath>..\packages\System.Data.SQLite.Core.1.0.105.2\lib\net40\System.Data.SQLite.dll</HintPath>
53-
<Private>True</Private>
5453
</Reference>
5554
</ItemGroup>
5655
<ItemGroup>
@@ -114,15 +113,15 @@
114113
<None Include="_CreateNewNuGetPackage\DoNotModify\UploadNuGetPackage.ps1" />
115114
<None Include="_CreateNewNuGetPackage\RunMeToUploadNuGetPackage.cmd" />
116115
</ItemGroup>
117-
<ItemGroup>
118-
<None Include="_CreateNewNuGetPackage\DoNotModify\NuGet.exe" />
119-
</ItemGroup>
120116
<ItemGroup>
121117
<ProjectReference Include="..\Databasic\Databasic.vbproj">
122118
<Project>{063224ab-bc4c-49eb-838f-7fb115bd496c}</Project>
123119
<Name>Databasic</Name>
124120
</ProjectReference>
125121
</ItemGroup>
122+
<ItemGroup>
123+
<None Include="_CreateNewNuGetPackage\DoNotModify\NuGet.exe" />
124+
</ItemGroup>
126125
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
127126
<PropertyGroup>
128127
<PostBuildEvent>REM Create a NuGet package for this project and place the .nupkg file in the project's output directory.
@@ -142,11 +141,4 @@ PowerShell -NoProfile -ExecutionPolicy Bypass -Command "&amp; '$(ProjectDir)_Cre
142141
</PropertyGroup>
143142
<Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.105.2\build\net40\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.105.2\build\net40\System.Data.SQLite.Core.targets'))" />
144143
</Target>
145-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
146-
Other similar extension points exist, see Microsoft.Common.targets.
147-
<Target Name="BeforeBuild">
148-
</Target>
149-
<Target Name="AfterBuild">
150-
</Target>
151-
-->
152144
</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("b3b01e15-ba46-49c4-b344-e14ca1fab639")>
24+
<Assembly: Guid("9a8494fc-745d-43ae-b718-60fcd04bea38")>
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)