microsoft-visualbasic-runtime/Microsoft.VisualBasic.Core....

25 lines
1.3 KiB
XML

<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<TargetFramework>netstandard1.6</TargetFramework>
<Description>sciBASIC.NET Framework: Core runtime for Microsoft VisualBasic 2017</Description>
<Copyright>Copyleft (ɔ) xie.guigang@live.com</Copyright>
<RootNamespace>Microsoft.VisualBasic</RootNamespace>
<FileUpgradeFlags>40</FileUpgradeFlags>
<UpgradeBackupLocation>E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\Backup\</UpgradeBackupLocation>
<OldToolsVersion>2.0</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineConstants>NETSTANDARD1_6=True</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Data.Common" Version="4.3.0" />
<PackageReference Include="System.Drawing.Primitives" Version="4.3.0" />
<PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
<PackageReference Include="System.Threading.Thread" Version="4.3.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" />
</ItemGroup>
</Project>