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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/ILLink.Tasks.IntegrationTests/ILLink.Tasks.IntegrationTests.csproj')
-rw-r--r--test/ILLink.Tasks.IntegrationTests/ILLink.Tasks.IntegrationTests.csproj20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/ILLink.Tasks.IntegrationTests/ILLink.Tasks.IntegrationTests.csproj b/test/ILLink.Tasks.IntegrationTests/ILLink.Tasks.IntegrationTests.csproj
new file mode 100644
index 000000000..81a44f503
--- /dev/null
+++ b/test/ILLink.Tasks.IntegrationTests/ILLink.Tasks.IntegrationTests.csproj
@@ -0,0 +1,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>