From f8bf2a41f6e917705ba756be8ac8d87b06f6d043 Mon Sep 17 00:00:00 2001 From: George Pollard Date: Wed, 7 Feb 2018 18:24:15 +1100 Subject: [PATCH] Attempted fix for metaproj error See: https://github.com/Microsoft/msbuild/issues/2275 --- Hedgehog.sln | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Hedgehog.sln b/Hedgehog.sln index 75a40483..9e18de44 100644 --- a/Hedgehog.sln +++ b/Hedgehog.sln @@ -8,11 +8,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution README.md = README.md EndProjectSection EndProject -Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Hedgehog", "src\Hedgehog\Hedgehog.fsproj", "{0864FFED-D0B3-4D32-BD38-DB696B7FC5F3}" +Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Hedgehog", "src/Hedgehog/Hedgehog.fsproj", "{0864FFED-D0B3-4D32-BD38-DB696B7FC5F3}" EndProject -Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Hedgehog.Tests", "tests\Hedgehog.Tests\Hedgehog.Tests.fsproj", "{D38AB54A-D5E8-4B50-927C-472015473AFC}" +Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Hedgehog.Tests", "tests/Hedgehog.Tests/Hedgehog.Tests.fsproj", "{D38AB54A-D5E8-4B50-927C-472015473AFC}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hedgehog.CSharp.Tests", "tests\Hedgehog.CSharp.Tests\Hedgehog.CSharp.Tests.csproj", "{952547C5-7622-45C8-BB3C-4D1BA2DB747D}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hedgehog.CSharp.Tests", "tests/Hedgehog.CSharp.Tests/Hedgehog.CSharp.Tests.csproj", "{952547C5-7622-45C8-BB3C-4D1BA2DB747D}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution