Advertisement
Fhernd

internal_compilación.bat

Apr 27th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.30 KB | None | 0 0
  1. csc /target:library ModificadorAccesointernal.cs
  2.  
  3. csc /t:exe /reference:ModificadorAccesointernal.dll ModificadorAccesointernal2.cs
  4.  
  5. csc /target:library ModificadorAccesoprotectedinternal.cs
  6.  
  7. csc /target:library /reference:ModificadorAccesoprotectedinternal.dll ModificadorAccesoprotectedinternal2.cs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement