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 >{928AEB4E-21FD-49D2-AB92-524E3D989991 }</ProjectGuid >
7
+ <ProjectGuid >{FA13962B-4299-471E-BDF2-7C07B7A6BE99 }</ProjectGuid >
8
8
<OutputType >Library</OutputType >
9
9
<RootNamespace >Databasic.All</RootNamespace >
10
10
<AssemblyName >Databasic.All</AssemblyName >
11
11
<FileAlignment >512</FileAlignment >
12
12
<MyType >Windows</MyType >
13
- <TargetFrameworkVersion >v4.6.1 </TargetFrameworkVersion >
13
+ <TargetFrameworkVersion >v4.0 </TargetFrameworkVersion >
14
14
</PropertyGroup >
15
15
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
16
<DebugSymbols >true</DebugSymbols >
51
51
<Import Include =" System.Diagnostics" />
52
52
<Import Include =" System.Linq" />
53
53
<Import Include =" System.Xml.Linq" />
54
- <Import Include =" System.Threading.Tasks" />
55
54
</ItemGroup >
56
55
<ItemGroup >
57
56
<Compile Include =" My Project\AssemblyInfo.vb" />
100
99
<None Include =" _CreateNewNuGetPackage\DoNotModify\UploadNuGetPackage.ps1" />
101
100
<None Include =" _CreateNewNuGetPackage\RunMeToUploadNuGetPackage.cmd" />
102
101
</ItemGroup >
103
- <ItemGroup >
104
- <None Include =" _CreateNewNuGetPackage\DoNotModify\NuGet.exe" />
105
- </ItemGroup >
106
102
<ItemGroup >
107
103
<ProjectReference Include =" ..\Databasic\Databasic.vbproj" >
108
104
<Project >{063224ab-bc4c-49eb-838f-7fb115bd496c}</Project >
109
105
<Name >Databasic</Name >
110
106
</ProjectReference >
111
107
</ItemGroup >
108
+ <ItemGroup >
109
+ <None Include =" _CreateNewNuGetPackage\DoNotModify\NuGet.exe" />
110
+ </ItemGroup >
112
111
<Import Project =" $(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
113
112
<PropertyGroup >
114
113
<PostBuildEvent >REM Create a NuGet package for this project and place the .nupkg file in the project's output directory.
115
114
REM If you see this in Visual Studio's Error List window, check the Output window's Build tab for the actual error.
116
115
ECHO 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 >
123
117
</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
- -->
131
118
</Project >
0 commit comments