@@ -8,34 +8,34 @@ NoMTSOURCE=dummy.fs PRECMD="\$CSC_PIPE CSharpConsumer.cs /r:FSharpAttrLibrary.d
88# .. which are eventually consumed again from F#
99NoMTSOURCE=dummy.fs PRECMD="\$CSC_PIPE /target:library CSLibraryWithAttributes.cs"# CSLibraryWithAttributes.cs
1010NoMTSOURCE=System_Int16.fsx SCFLAGS="-a -r CSLibraryWithAttributes.dll"# System_Int16.fsx
11- NoMTSOURCE=System_Int16_Consumer.fsx SCFLAGS=" -r System_Int16.dll"# System_Int16_Consumer.fsx
11+ NoMTSOURCE=System_Int16_Consumer.fsx SCFLAGS="-r CSLibraryWithAttributes.dll -r System_Int16.dll"# System_Int16_Consumer.fsx
1212NoMTSOURCE=System_Int32.fsx SCFLAGS="-a -r CSLibraryWithAttributes.dll"# System_Int32.fsx
13- NoMTSOURCE=System_Int32_Consumer.fsx SCFLAGS=" -r System_Int32.dll"# System_Int32_Consumer.fsx
13+ NoMTSOURCE=System_Int32_Consumer.fsx SCFLAGS="-r CSLibraryWithAttributes.dll -r System_Int32.dll"# System_Int32_Consumer.fsx
1414NoMTSOURCE=System_Int64.fsx SCFLAGS="-a -r CSLibraryWithAttributes.dll"# System_Int64.fsx
15- NoMTSOURCE=System_Int64_Consumer.fsx SCFLAGS=" -r System_Int64.dll"# System_Int64_Consumer.fsx
15+ NoMTSOURCE=System_Int64_Consumer.fsx SCFLAGS="-r CSLibraryWithAttributes.dll -r System_Int64.dll"# System_Int64_Consumer.fsx
1616NoMTSOURCE=System_UInt16.fsx SCFLAGS="-a -r CSLibraryWithAttributes.dll"# System_UInt16.fsx
17- NoMTSOURCE=System_UInt16_Consumer.fsx SCFLAGS=" -r System_UInt16.dll"# System_UInt16_Consumer.fsx
17+ NoMTSOURCE=System_UInt16_Consumer.fsx SCFLAGS="-r CSLibraryWithAttributes.dll -r System_UInt16.dll"# System_UInt16_Consumer.fsx
1818NoMTSOURCE=System_UInt32.fsx SCFLAGS="-a -r CSLibraryWithAttributes.dll"# System_UInt32.fsx
19- NoMTSOURCE=System_UInt32_Consumer.fsx SCFLAGS=" -r System_UInt32.dll"# System_UInt32_Consumer.fsx
19+ NoMTSOURCE=System_UInt32_Consumer.fsx SCFLAGS="-r CSLibraryWithAttributes.dll -r System_UInt32.dll"# System_UInt32_Consumer.fsx
2020NoMTSOURCE=System_UInt64.fsx SCFLAGS="-a -r CSLibraryWithAttributes.dll"# System_UInt64.fsx
21- NoMTSOURCE=System_UInt64_Consumer.fsx SCFLAGS=" -r System_UInt64.dll"# System_UInt64_Consumer.fsx
21+ NoMTSOURCE=System_UInt64_Consumer.fsx SCFLAGS="-r CSLibraryWithAttributes.dll -r System_UInt64.dll"# System_UInt64_Consumer.fsx
2222NoMTSOURCE=System_Char.fsx SCFLAGS="-a -r CSLibraryWithAttributes.dll"# System_Char.fsx
23- NoMTSOURCE=System_Char_Consumer.fsx SCFLAGS=" -r System_Char.dll"# System_Char_Consumer.fsx
23+ NoMTSOURCE=System_Char_Consumer.fsx SCFLAGS="-r CSLibraryWithAttributes.dll -r System_Char.dll"# System_Char_Consumer.fsx
2424NoMTSOURCE=System_Byte.fsx SCFLAGS="-a -r CSLibraryWithAttributes.dll"# System_Byte.fsx
25- NoMTSOURCE=System_Byte_Consumer.fsx SCFLAGS=" -r System_Byte.dll"# System_Byte_Consumer.fsx
25+ NoMTSOURCE=System_Byte_Consumer.fsx SCFLAGS="-r CSLibraryWithAttributes.dll -r System_Byte.dll"# System_Byte_Consumer.fsx
2626NoMTSOURCE=System_SByte.fsx SCFLAGS="-a -r CSLibraryWithAttributes.dll"# System_SByte.fsx
27- NoMTSOURCE=System_SByte_Consumer.fsx SCFLAGS=" -r System_SByte.dll"# System_SByte_Consumer.fsx
27+ NoMTSOURCE=System_SByte_Consumer.fsx SCFLAGS="-r CSLibraryWithAttributes.dll -r System_SByte.dll"# System_SByte_Consumer.fsx
2828NoMTSOURCE=System_Single.fsx SCFLAGS="-a -r CSLibraryWithAttributes.dll"# System_Single.fsx
29- NoMTSOURCE=System_Single_Consumer.fsx SCFLAGS=" -r System_Single.dll"# System_Single_Consumer.fsx
29+ NoMTSOURCE=System_Single_Consumer.fsx SCFLAGS="-r CSLibraryWithAttributes.dll -r System_Single.dll"# System_Single_Consumer.fsx
3030NoMTSOURCE=System_Double.fsx SCFLAGS="-a -r CSLibraryWithAttributes.dll"# System_Double.fsx
31- NoMTSOURCE=System_Double_Consumer.fsx SCFLAGS=" -r System_Double.dll"# System_Double_Consumer.fsx
31+ NoMTSOURCE=System_Double_Consumer.fsx SCFLAGS="-r CSLibraryWithAttributes.dll -r System_Double.dll"# System_Double_Consumer.fsx
3232NoMTSOURCE=System_String.fsx SCFLAGS="-a -r CSLibraryWithAttributes.dll"# System_String.fsx
33- NoMTSOURCE=System_String_Consumer.fsx SCFLAGS=" -r System_String.dll"# System_String_Consumer.fsx
33+ NoMTSOURCE=System_String_Consumer.fsx SCFLAGS="-r CSLibraryWithAttributes.dll -r System_String.dll"# System_String_Consumer.fsx
3434NoMTSOURCE=System_DateTimeKind.fsx SCFLAGS="-a -r CSLibraryWithAttributes.dll"# System_DateTimeKind.fsx
35- NoMTSOURCE=System_DateTimeKind_Consumer.fsx SCFLAGS=" -r System_DateTimeKind.dll"# System_DateTimeKind_Consumer.fsx
35+ NoMTSOURCE=System_DateTimeKind_Consumer.fsx SCFLAGS="-r CSLibraryWithAttributes.dll -r System_DateTimeKind.dll"# System_DateTimeKind_Consumer.fsx
3636NoMTSOURCE=System_Type.fsx SCFLAGS="-a -r CSLibraryWithAttributes.dll"# System_Type.fsx
37- NoMTSOURCE=System_Type_Consumer.fsx SCFLAGS=" -r System_Type.dll"# System_Type_Consumer.fsx
37+ NoMTSOURCE=System_Type_Consumer.fsx SCFLAGS="-r CSLibraryWithAttributes.dll -r System_Type.dll"# System_Type_Consumer.fsx
3838NoMTSOURCE=System_Object.fsx SCFLAGS="-a -r CSLibraryWithAttributes.dll"# System_Object.fsx
39- NoMTSOURCE=System_Object_Consumer.fsx SCFLAGS=" -r System_Object.dll"# System_Object_Consumer.fsx
39+ NoMTSOURCE=System_Object_Consumer.fsx SCFLAGS="-r CSLibraryWithAttributes.dll -r System_Object.dll"# System_Object_Consumer.fsx
4040NoMTSOURCE=System_TypeArray.fsx SCFLAGS="-a -r CSLibraryWithAttributes.dll"# System_TypeArray.fsx
41- NoMTSOURCE=System_TypeArray_Consumer.fsx SCFLAGS=" -r System_TypeArray.dll"# System_TypeArray_Consumer.fsx
41+ NoMTSOURCE=System_TypeArray_Consumer.fsx SCFLAGS="-r CSLibraryWithAttributes.dll -r System_TypeArray.dll"# System_TypeArray_Consumer.fsx