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

25 lines
1.3 KiB
Plaintext
Raw Normal View History

2018-10-03 13:28:23 +08:00
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
2018-09-08 00:34:19 +08:00
<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>
2018-10-03 13:28:23 +08:00
<FileUpgradeFlags>40</FileUpgradeFlags>
<UpgradeBackupLocation>E:\GCModeller\src\runtime\sciBASIC#\Microsoft.VisualBasic.Core\Backup\</UpgradeBackupLocation>
<OldToolsVersion>2.0</OldToolsVersion>
2018-09-08 00:34:19 +08:00
</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>
2018-10-03 13:28:23 +08:00
</Project>