From 774a0b175a99b2302881d8ff4b0d051e7f2246f4 Mon Sep 17 00:00:00 2001 From: vitek-karas Date: Fri, 29 Nov 2019 06:35:30 -0800 Subject: Fix the illink.sln so that it loads in VS on Win The trick is apprently adding the Configurations property. The rest of the changes in the projects is more of a cleanup (moving general property groups up top). Also renamed the ILLink.Tasks tests to match the folder and the product names. VS on Windows forced rewrite of the illink.sln file unfortunately - trying to go back to the original ordering doesn't help - VS will overwrite it next time it opens it. But it's really just order changes and project type GUIDs. --- .../Mono.Linker.Tests.Cases.Expectations.csproj | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'test/Mono.Linker.Tests.Cases.Expectations') diff --git a/test/Mono.Linker.Tests.Cases.Expectations/Mono.Linker.Tests.Cases.Expectations.csproj b/test/Mono.Linker.Tests.Cases.Expectations/Mono.Linker.Tests.Cases.Expectations.csproj index e0b5ba192..db2718da3 100644 --- a/test/Mono.Linker.Tests.Cases.Expectations/Mono.Linker.Tests.Cases.Expectations.csproj +++ b/test/Mono.Linker.Tests.Cases.Expectations/Mono.Linker.Tests.Cases.Expectations.csproj @@ -1,9 +1,13 @@ - + + Debug;Release;illink_Debug;illink_Release + + + netcoreapp3.0 - + net471 -- cgit v1.2.3