1
1
<?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" >
3
3
<Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
4
<PropertyGroup >
5
5
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
6
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{454ED0D6-A5B9-449A-877F-99919F675C29 }</ProjectGuid >
7
+ <ProjectGuid >{7B4AC9E8-60FC-4B0D-9FB3-F2457FDC7E0C }</ProjectGuid >
8
8
<OutputType >Library</OutputType >
9
9
<RootNamespace >Databasic.SQLite</RootNamespace >
10
10
<AssemblyName >Databasic.SQLite</AssemblyName >
50
50
<Reference Include =" System.Core" />
51
51
<Reference Include =" System.Data.SQLite, Version=1.0.105.2, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL" >
52
52
<HintPath >..\packages\System.Data.SQLite.Core.1.0.105.2\lib\net40\System.Data.SQLite.dll</HintPath >
53
- <Private >True</Private >
54
53
</Reference >
55
54
</ItemGroup >
56
55
<ItemGroup >
114
113
<None Include =" _CreateNewNuGetPackage\DoNotModify\UploadNuGetPackage.ps1" />
115
114
<None Include =" _CreateNewNuGetPackage\RunMeToUploadNuGetPackage.cmd" />
116
115
</ItemGroup >
117
- <ItemGroup >
118
- <None Include =" _CreateNewNuGetPackage\DoNotModify\NuGet.exe" />
119
- </ItemGroup >
120
116
<ItemGroup >
121
117
<ProjectReference Include =" ..\Databasic\Databasic.vbproj" >
122
118
<Project >{063224ab-bc4c-49eb-838f-7fb115bd496c}</Project >
123
119
<Name >Databasic</Name >
124
120
</ProjectReference >
125
121
</ItemGroup >
122
+ <ItemGroup >
123
+ <None Include =" _CreateNewNuGetPackage\DoNotModify\NuGet.exe" />
124
+ </ItemGroup >
126
125
<Import Project =" $(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
127
126
<PropertyGroup >
128
127
<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
142
141
</PropertyGroup >
143
142
<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'))" />
144
143
</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
- -->
152
144
</Project >
0 commit comments