Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ILLink.Tasks.IntegrationTests.csproj « ILLink.Tasks.IntegrationTests « test - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 81a44f5031b50a0b2736014005052bc0c0555d80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>netcoreapp3.0</TargetFramework>
  </PropertyGroup>

  <ItemGroup>
    <Content Remove="MusicStoreReflection.xml" />
  </ItemGroup>

  <ItemGroup>
    <EmbeddedResource Include="MusicStoreReflection.xml" LogicalName="MusicStoreReflection.xml" />
  </ItemGroup>

  <ItemGroup>
    <!-- tell xunit to log diagnostic messages -->
    <Content Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
  </ItemGroup>

</Project>