home *** CD-ROM | disk | FTP | other *** search
/ business-86-101-185-173.business.broadband.hu / business-86-101-185-173.business.broadband.hu.zip / business-86-101-185-173.business.broadband.hu / scs.zip / CompileApplication.rsp < prev    next >
Text File  |  2008-10-06  |  489b  |  30 lines

  1. ∩╗┐#Begin CompileApplication.rsp
  2. #/noconfig                            #don't use the csc.rsp file
  3.  
  4. /nologo 
  5. #/utf8output
  6. #/verbose
  7.  
  8. /optimize+
  9.  
  10. /target:library 
  11.  
  12. /lib:.\bin\
  13. /reference:BaseClasses.dll,System.dll,System.Data.dll,System.Drawing.dll,System.Web.dll,System.Xml.dll 
  14.  
  15. #/debug
  16. #/nowarn 
  17. #/quiet 
  18. #/checked
  19. #/warnaserror
  20.  
  21. /define:DEBUG=1,TRACE=1
  22.  
  23. /incremental+
  24.  
  25. #/doc:\bin\Warehouse.xml /incremental-
  26. #/nostdlib
  27. #/unsafe
  28.  
  29. #End CompileApplication.rsp
  30.