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

27 lines
1.1 KiB
Plaintext
Raw Normal View History

2018-09-08 00:34:19 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<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>
</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>