stubbed Microsoft.Management.Infrastructure.Native.dll

This commit is contained in:
Peter Honeder 2015-06-29 12:57:32 -07:00
parent bf62c60637
commit a32bb7a5c5
3 changed files with 1205 additions and 391 deletions

View File

@ -88,8 +88,9 @@ System.Reflection.Metadata.dll: System.Reflection.Metadata.*/lib/portable-net45+
System.Collections.Immutable.dll: System.Collections.Immutable.*/lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll System.Collections.Immutable.dll: System.Collections.Immutable.*/lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll
cp -f $< $@ cp -f $< $@
dotnetlibs/Microsoft.Management.Infrastructure.Native.dll: $(MONAD_EXT)/PS/windows_libs_modil/Microsoft.Management.Infrastructure.Native.dll # this one is built from stubs
cp -f $^ $@ dotnetlibs/Microsoft.Management.Infrastructure.Native.dll: ../src/stubs/Microsoft.Management.Infrastructure.Native-stub.cs ../src/stubs/Microsoft.Management.Infrastructure.Native-stub-assembly-info.cs
$(CSC) -out:$@ $(MCSOPTS_LIB) $(PRODUCT_BASE_REFS) $^
MPATH=/usr/lib/mono/4.5/Facades MPATH=/usr/lib/mono/4.5/Facades

View File

@ -0,0 +1,3 @@
using System.Runtime.CompilerServices;
[assembly:InternalsVisibleTo("Microsoft.Management.Infrastructure")]

File diff suppressed because it is too large Load Diff