Skip to content

Commit 8070642

Browse files
committed
Integrate visualfsharp master
1 parent cc380bc commit 8070642

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/fsharp/MSBuildReferenceResolver.fs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ module internal MSBuildReferenceResolver =
247247
// Filter for null and zero length
248248
let references = references |> Array.filter(fst >> String.IsNullOrEmpty >> not)
249249

250+
let rawFileNamePath = if allowRawFileName then ["{RawFileName}"] else []
251+
250252
let searchPaths =
251253
match resolutionEnvironment with
252254
| DesignTimeLike

0 commit comments

Comments
 (0)