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