36 lines
1.4 KiB
XML
36 lines
1.4 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>netcoreapp3.0</TargetFrameworks>
|
|
<DebugType>portable</DebugType>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="$(SharedSourceRoot)ClosedGenericMatcher\*.cs" />
|
|
<Compile Include="$(SharedSourceRoot)CopyOnWriteDictionary\*.cs" />
|
|
<Compile Include="$(SharedSourceRoot)HttpSys\**\*.cs" />
|
|
<Compile Include="$(SharedSourceRoot)ObjectMethodExecutor\*.cs" />
|
|
<Compile Include="$(SharedSourceRoot)PropertyActivator\*.cs" />
|
|
<Compile Include="$(SharedSourceRoot)PropertyHelper\*.cs" />
|
|
<Compile Include="$(SharedSourceRoot)SecurityHelper\**\*.cs" />
|
|
<Compile Include="$(SharedSourceRoot)StackTrace\StackFrame\**\*.cs" />
|
|
<Compile Include="$(SharedSourceRoot)WebEncoders\**\*.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="FSharp.Core" />
|
|
<Reference Include="System.Reflection.Metadata" />
|
|
<Reference Include="System.Security.Principal.Windows" />
|
|
<Reference Include="System.Threading.Tasks.Extensions" />
|
|
<Reference Include="Microsoft.AspNetCore.Http.Features" />
|
|
<Reference Include="Microsoft.Extensions.TypeNameHelper.Sources" />
|
|
<Reference Include="Microsoft.Net.Http.Headers" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\testassets\ThrowingLibrary\ThrowingLibrary.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|