(testing) Re-add <Reference/>s

This commit is contained in:
YoshiRulz 2020-02-23 06:50:08 +10:00
parent 57ab8356e5
commit e5aceb8c94
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 9 additions and 0 deletions

View File

@ -3,6 +3,15 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netcoreapp3.1</TargetFrameworks>
</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" />