File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9393 <!-- Microsoft.FSharp.targets : Used in the source tree as of 08/04/2016 (prior this was Microsoft.FSharp.Targets) -->
9494
9595 <Target Name =" CopyToBuiltBin" >
96- <Copy SourceFiles =" Microsoft.FSharp.targets" DestinationFiles =" Microsoft.FSharp.Targets" DestinationFolder = " $(OutputPath) " SkipUnchangedFiles =" true" >
96+ <Copy SourceFiles =" Microsoft.FSharp.targets" DestinationFiles =" $(OutputPath)/ Microsoft.FSharp.Targets" SkipUnchangedFiles =" true" >
9797 <Output TaskParameter =" DestinationFiles" ItemName =" FileWrites" />
9898 </Copy >
99- <Copy SourceFiles =" Microsoft.Portable.FSharp.targets" DestinationFiles =" Microsoft.Portable.FSharp.Targets" DestinationFolder = " $(OutputPath) " SkipUnchangedFiles =" true" >
99+ <Copy SourceFiles =" Microsoft.Portable.FSharp.targets" DestinationFiles =" $(OutputPath)/ Microsoft.Portable.FSharp.Targets" SkipUnchangedFiles =" true" >
100100 <Output TaskParameter =" DestinationFiles" ItemName =" FileWrites" />
101101 </Copy >
102102 </Target >
You can’t perform that action at this time.
0 commit comments