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 >{928AEB4E-21FD-49D2-AB92-524E3D989991 }</ProjectGuid >
7+ <ProjectGuid >{FA13962B-4299-471E-BDF2-7C07B7A6BE99 }</ProjectGuid >
88 <OutputType >Library</OutputType >
99 <RootNamespace >Databasic.All</RootNamespace >
1010 <AssemblyName >Databasic.All</AssemblyName >
1111 <FileAlignment >512</FileAlignment >
1212 <MyType >Windows</MyType >
13- <TargetFrameworkVersion >v4.6.1 </TargetFrameworkVersion >
13+ <TargetFrameworkVersion >v4.0 </TargetFrameworkVersion >
1414 </PropertyGroup >
1515 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1616 <DebugSymbols >true</DebugSymbols >
5151 <Import Include =" System.Diagnostics" />
5252 <Import Include =" System.Linq" />
5353 <Import Include =" System.Xml.Linq" />
54- <Import Include =" System.Threading.Tasks" />
5554 </ItemGroup >
5655 <ItemGroup >
5756 <Compile Include =" My Project\AssemblyInfo.vb" />
10099 <None Include =" _CreateNewNuGetPackage\DoNotModify\UploadNuGetPackage.ps1" />
101100 <None Include =" _CreateNewNuGetPackage\RunMeToUploadNuGetPackage.cmd" />
102101 </ItemGroup >
103- <ItemGroup >
104- <None Include =" _CreateNewNuGetPackage\DoNotModify\NuGet.exe" />
105- </ItemGroup >
106102 <ItemGroup >
107103 <ProjectReference Include =" ..\Databasic\Databasic.vbproj" >
108104 <Project >{063224ab-bc4c-49eb-838f-7fb115bd496c}</Project >
109105 <Name >Databasic</Name >
110106 </ProjectReference >
111107 </ItemGroup >
108+ <ItemGroup >
109+ <None Include =" _CreateNewNuGetPackage\DoNotModify\NuGet.exe" />
110+ </ItemGroup >
112111 <Import Project =" $(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
113112 <PropertyGroup >
114113 <PostBuildEvent >REM Create a NuGet package for this project and place the .nupkg file in the project's output directory.
115114REM If you see this in Visual Studio's Error List window, check the Output window's Build tab for the actual error.
116115ECHO Creating NuGet package in Post-Build event...
117- PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '$(ProjectDir)_CreateNewNuGetPackage\DoNotModify\CreateNuGetPackage.ps1' -ProjectFilePath '$(ProjectPath)' -OutputDirectory '$(TargetDir)' -BuildConfiguration '$(ConfigurationName)' -BuildPlatform '$(PlatformName)'"
118-
119- @set wd=%25cd%25
120- @cd ../../../Databasic.BuildCommands
121- @cscript.exe PostBuild.wsf "%25wd%25"
122- @cd %25wd%25</PostBuildEvent >
116+ PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '$(ProjectDir)_CreateNewNuGetPackage\DoNotModify\CreateNuGetPackage.ps1' -ProjectFilePath '$(ProjectPath)' -OutputDirectory '$(TargetDir)' -BuildConfiguration '$(ConfigurationName)' -BuildPlatform '$(PlatformName)'"</PostBuildEvent >
123117 </PropertyGroup >
124- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
125- Other similar extension points exist, see Microsoft.Common.targets.
126- <Target Name="BeforeBuild">
127- </Target>
128- <Target Name="AfterBuild">
129- </Target>
130- -->
131118</Project >
0 commit comments