Skip to content

Commit 7b91c18

Browse files
committed
Merge pull request #539 from wallymathieu/path_to_fsharp_src
Could not open FSharp.Tests
2 parents 37a100b + 7c42d73 commit 7b91c18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/fsharp/FSharp.Core.Unittests/FSharp.Core.UnitTests.TestApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
22
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<FSharpSourcesRoot>..\..</FSharpSourcesRoot>
4+
<FSharpSourcesRoot>$(MSBuildProjectDirectory)\..\..</FSharpSourcesRoot>
55
</PropertyGroup>
66
<PropertyGroup>
77
<NUnit>$(FSharpSourcesRoot)\..\tools\nUnit.Silverlight</NUnit>

tests/fsharp/FSharp.Tests.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<FSharpSourcesRoot>..\..\src</FSharpSourcesRoot>
4+
<FSharpSourcesRoot>$(MSBuildProjectDirectory)\..\..\src\</FSharpSourcesRoot>
55
<ProjectGuid>{C163E892-5BF7-4B59-AA99-B0E8079C67C4}</ProjectGuid>
66
</PropertyGroup>
77
<Import Project="$(FSharpSourcesRoot)\FSharpSource.Settings.targets" />

0 commit comments

Comments
 (0)