|
| 1 | +<!-- This file is automatically generated. --> |
| 2 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFrameworks>netstandard2.0;net46</TargetFrameworks> |
| 5 | + </PropertyGroup> |
| 6 | + <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'"> |
| 7 | + <Compile Include="Microsoft.AspNetCore.Testing.netstandard2.0.cs" /> |
| 8 | + <Reference Include="Microsoft.Win32.Registry" /> |
| 9 | + <Reference Include="System.ValueTuple" /> |
| 10 | + <Reference Include="xunit.assert" /> |
| 11 | + <Reference Include="xunit.extensibility.execution" /> |
| 12 | + </ItemGroup> |
| 13 | +<ItemGroup Condition="'$(TargetFramework)' == 'net46'"> |
| 14 | + <Compile Include="Microsoft.AspNetCore.Testing.net46.cs" /> |
| 15 | + <Reference Include="Microsoft.Win32.Registry" /> |
| 16 | + <Reference Include="System.ValueTuple" /> |
| 17 | + <Reference Include="xunit.assert" /> |
| 18 | + <Reference Include="xunit.extensibility.execution" /> |
| 19 | + <Reference Include="System.Net.Http" /> |
| 20 | + <Reference Include="System.Runtime.InteropServices.RuntimeInformation" /> |
| 21 | + <Reference Include="System" /> |
| 22 | + <Reference Include="System.Data" /> |
| 23 | + <Reference Include="System.Drawing" /> |
| 24 | + <Reference Include="System.Xml" /> |
| 25 | + <Reference Include="System.Core" /> |
| 26 | + <Reference Include="System.Runtime.Serialization" /> |
| 27 | + <Reference Include="System.Xml.Linq" /> |
| 28 | + <Reference Include="System.Numerics" /> |
| 29 | + <Reference Include="System.IO.Compression.FileSystem" /> |
| 30 | + <Reference Include="mscorlib" /> |
| 31 | + </ItemGroup> |
| 32 | +</Project> |
0 commit comments