parent
347fa24820
commit
0d18a54609
|
@ -1,19 +1,12 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>netstandard2.0</TargetFrameworks>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(ProjectDir)../../Common.props" />
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net4.8</TargetFrameworks>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<Nullable>disable</Nullable>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Update="Cpu.Data.cs" DependentUpon="Cpu.cs" />
|
||||
<Compile Update="Memory.Data.cs" DependentUpon="Memory.cs" />
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue