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 >
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 >
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 "& '$(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 >
0 commit comments