forked fromfsharp/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commitac40099
committed
install: add symlinks to MS.FSharp.targets to make xbuild happy
By default, F# projects created in VisualStudio 2010 reference atargets file which in Unix systems should be located in a path like/usr/lib/mono/Microsoft F#/v4.0 (if prefix is /usr). For this towork a symlink is required from each target profile.This issue was reported inhttp://stackoverflow.com/questions/7829805/xbuild-and-f-vs2010-projectAnd this fix removes the need for the first workaround mentioned inhttp://xtzgzorex.wordpress.com/2011/01/08/f-and-xbuild-debian/1 parent10e57f8 commitac40099
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
| |||
0 commit comments
Comments
(0)