Skip to content

Commit

Permalink
VS2017
Browse files Browse the repository at this point in the history
  • Loading branch information
tomFlidr committed Oct 23, 2017
1 parent 2a11e58 commit f0225fd
Show file tree
Hide file tree
Showing 13 changed files with 637 additions and 645 deletions.
18 changes: 5 additions & 13 deletions Databasic.SQLite.vbproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{454ED0D6-A5B9-449A-877F-99919F675C29}</ProjectGuid>
<ProjectGuid>{7B4AC9E8-60FC-4B0D-9FB3-F2457FDC7E0C}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Databasic.SQLite</RootNamespace>
<AssemblyName>Databasic.SQLite</AssemblyName>
Expand Down Expand Up @@ -50,7 +50,6 @@
<Reference Include="System.Core" />
<Reference Include="System.Data.SQLite, Version=1.0.105.2, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<HintPath>..\packages\System.Data.SQLite.Core.1.0.105.2\lib\net40\System.Data.SQLite.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -114,15 +113,15 @@
<None Include="_CreateNewNuGetPackage\DoNotModify\UploadNuGetPackage.ps1" />
<None Include="_CreateNewNuGetPackage\RunMeToUploadNuGetPackage.cmd" />
</ItemGroup>
<ItemGroup>
<None Include="_CreateNewNuGetPackage\DoNotModify\NuGet.exe" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Databasic\Databasic.vbproj">
<Project>{063224ab-bc4c-49eb-838f-7fb115bd496c}</Project>
<Name>Databasic</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="_CreateNewNuGetPackage\DoNotModify\NuGet.exe" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<PropertyGroup>
<PostBuildEvent>REM Create a NuGet package for this project and place the .nupkg file in the project's output directory.
Expand All @@ -142,11 +141,4 @@ PowerShell -NoProfile -ExecutionPolicy Bypass -Command "&amp; '$(ProjectDir)_Cre
</PropertyGroup>
<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'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
8 changes: 4 additions & 4 deletions My Project/Application.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Imports System.Reflection
Imports System.Runtime.InteropServices

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

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

'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("b3b01e15-ba46-49c4-b344-e14ca1fab639")>
<Assembly: Guid("9a8494fc-745d-43ae-b718-60fcd04bea38")>

' Version information for an assembly consists of the following four values:
'
' Major Version
' Minor Version
' Build Number
' Revision
' Major Version
' Minor Version
' Build Number
' Revision
'
' You can specify all the values or you can default the Build and Revision Numbers
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.2.5.0")>
<Assembly: AssemblyFileVersion("1.2.5.0")>
92 changes: 46 additions & 46 deletions My Project/Resources.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f0225fd

Please sign in to comment.