Skip to content

Commit 7c42d73

Browse files
committed
Could not open Fsharp.Tests
Normalized FSharpSourcesRoot logic in order to open in visual studio
1 parent 9f24461 commit 7c42d73

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 Open Technologies, Inc. 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)