MakeNetSystem.bat 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. REM This batch file for .NET Version 2.0 +
  2. REM build the .NET system CP symbol files
  3. ..\..\..\bin\PeToCps mscorlib.dll
  4. ..\..\..\bin\PeToCps System.dll
  5. ..\..\..\bin\PeToCps System.Drawing.dll
  6. ..\..\..\bin\PeToCps System.Security.dll
  7. ..\..\..\bin\PeToCps /big System.Windows.Forms.dll
  8. ..\..\..\bin\PeToCps System.XML.dll
  9. ..\..\..\bin\PeToCps System.Data.dll
  10. ..\..\..\bin\PeToCps System.Configuration.dll
  11. REM and then the corresponding HTML Browse files
  12. ..\..\..\bin\Browse /html /sort mscorlib_Microsoft_Win32.cps
  13. ..\..\..\bin\Browse /html /sort mscorlib_System.cps
  14. ..\..\..\bin\Browse /html /sort mscorlib_System_Collections.cps
  15. ..\..\..\bin\Browse /html /sort mscorlib_System_Configuration_Assemblies.cps
  16. ..\..\..\bin\Browse /html /sort mscorlib_System_Diagnostics.cps
  17. ..\..\..\bin\Browse /html /sort mscorlib_System_Diagnostics_SymbolStore.cps
  18. ..\..\..\bin\Browse /html /sort mscorlib_System_Globalization.cps
  19. ..\..\..\bin\Browse /html /sort mscorlib_System_IO.cps
  20. ..\..\..\bin\Browse /html /sort mscorlib_System_IO_IsolatedStorage.cps
  21. ..\..\..\bin\Browse /html /sort mscorlib_System_Reflection.cps
  22. ..\..\..\bin\Browse /html /sort mscorlib_System_Reflection_Emit.cps
  23. ..\..\..\bin\Browse /html /sort mscorlib_System_Resources.cps
  24. ..\..\..\bin\Browse /html /sort mscorlib_System_Runtime_CompilerServices.cps
  25. ..\..\..\bin\Browse /html /sort mscorlib_System_Runtime_InteropServices.cps
  26. ..\..\..\bin\Browse /html /sort mscorlib_System_Runtime_InteropServices_Expando.cps
  27. ..\..\..\bin\Browse /html /sort mscorlib_System_Runtime_Remoting.cps
  28. ..\..\..\bin\Browse /html /sort mscorlib_System_Runtime_Remoting_Activation.cps
  29. ..\..\..\bin\Browse /html /sort mscorlib_System_Runtime_Remoting_Channels.cps
  30. ..\..\..\bin\Browse /html /sort mscorlib_System_Runtime_Remoting_Contexts.cps
  31. ..\..\..\bin\Browse /html /sort mscorlib_System_Runtime_Remoting_Lifetime.cps
  32. ..\..\..\bin\Browse /html /sort mscorlib_System_Runtime_Remoting_Messaging.cps
  33. ..\..\..\bin\Browse /html /sort mscorlib_System_Runtime_Remoting_Metadata.cps
  34. ..\..\..\bin\Browse /html /sort mscorlib_System_Runtime_Remoting_Metadata_W3cXsd2001.cps
  35. ..\..\..\bin\Browse /html /sort mscorlib_System_Runtime_Remoting_Proxies.cps
  36. ..\..\..\bin\Browse /html /sort mscorlib_System_Runtime_Remoting_Services.cps
  37. ..\..\..\bin\Browse /html /sort mscorlib_System_Runtime_Serialization.cps
  38. ..\..\..\bin\Browse /html /sort mscorlib_System_Runtime_Serialization_Formatters.cps
  39. ..\..\..\bin\Browse /html /sort mscorlib_System_Runtime_Serialization_Formatters_Binary.cps
  40. ..\..\..\bin\Browse /html /sort mscorlib_System_Security.cps
  41. ..\..\..\bin\Browse /html /sort mscorlib_System_Security_Cryptography.cps
  42. ..\..\..\bin\Browse /html /sort mscorlib_System_Security_Cryptography_X509Certificates.cps
  43. ..\..\..\bin\Browse /html /sort mscorlib_System_Security_Permissions.cps
  44. ..\..\..\bin\Browse /html /sort mscorlib_System_Security_Policy.cps
  45. ..\..\..\bin\Browse /html /sort mscorlib_System_Security_Principal.cps
  46. ..\..\..\bin\Browse /html /sort mscorlib_System_Text.cps
  47. ..\..\..\bin\Browse /html /sort mscorlib_System_Threading.cps
  48. ..\..\..\bin\Browse /html /sort System_.cps
  49. ..\..\..\bin\Browse /html /sort System_Drawing_.cps
  50. ..\..\..\bin\Browse /html /sort System_Drawing__Design.cps
  51. ..\..\..\bin\Browse /html /sort System_Drawing__Drawing2D.cps
  52. ..\..\..\bin\Browse /html /sort System_Drawing__Imaging.cps
  53. ..\..\..\bin\Browse /html /sort System_Drawing__Printing.cps
  54. ..\..\..\bin\Browse /html /sort System_Drawing__Text.cps
  55. ..\..\..\bin\Browse /html /sort System_Microsoft_CSharp.cps
  56. ..\..\..\bin\Browse /html /sort System_Microsoft_VisualBasic.cps
  57. ..\..\..\bin\Browse /html /sort System_Microsoft_Win32.cps
  58. ..\..\..\bin\Browse /html /sort System_Security__Cryptography_Xml.cps
  59. ..\..\..\bin\Browse /html /sort System_Windows_Forms_.cps
  60. ..\..\..\bin\Browse /html /sort System_Windows_Forms_System_Resources.cps
  61. ..\..\..\bin\Browse /html /sort System_Windows_Forms__ComponentModel_Com2Interop.cps
  62. ..\..\..\bin\Browse /html /sort System_Windows_Forms__Design.cps
  63. ..\..\..\bin\Browse /html /sort System_Windows_Forms__PropertyGridInternal.cps
  64. ..\..\..\bin\Browse /html /sort System__CodeDom.cps
  65. ..\..\..\bin\Browse /html /sort System__CodeDom_Compiler.cps
  66. ..\..\..\bin\Browse /html /sort System__Collections_Specialized.cps
  67. ..\..\..\bin\Browse /html /sort System__ComponentModel.cps
  68. ..\..\..\bin\Browse /html /sort System__ComponentModel_Design.cps
  69. ..\..\..\bin\Browse /html /sort System__ComponentModel_Design_Serialization.cps
  70. ..\..\..\bin\Browse /html /sort System__Configuration.cps
  71. ..\..\..\bin\Browse /html /sort System__Diagnostics.cps
  72. ..\..\..\bin\Browse /html /sort System__IO.cps
  73. ..\..\..\bin\Browse /html /sort System__Net.cps
  74. ..\..\..\bin\Browse /html /sort System__Net_Sockets.cps
  75. ..\..\..\bin\Browse /html /sort System__Security_Cryptography_X509Certificates.cps
  76. ..\..\..\bin\Browse /html /sort System__Security_Permissions.cps
  77. ..\..\..\bin\Browse /html /sort System__Text_RegularExpressions.cps
  78. ..\..\..\bin\Browse /html /sort System__Threading.cps
  79. ..\..\..\bin\Browse /html /sort System__Timers.cps
  80. ..\..\..\bin\Browse /html /sort System__Web.cps
  81. ..\..\..\bin\Browse /html /sort System_Xml_.cps
  82. ..\..\..\bin\Browse /html /sort System_Xml__Schema.cps
  83. ..\..\..\bin\Browse /html /sort System_Xml__XPath.cps
  84. ..\..\..\bin\Browse /html /sort System_Xml__Xsl.cps
  85. ..\..\..\bin\Browse /html /sort System_Xml__Serialization.cps
  86. ..\..\..\bin\Browse /html /sort System_Xml__Serialization_Advanced.cps
  87. ..\..\..\bin\Browse /html /sort System_Xml__Serialization_Configuration.cps
  88. ..\..\..\bin\Browse /html /sort System_Data_.cps
  89. ..\..\..\bin\Browse /html /sort System_Data__Common.cps
  90. ..\..\..\bin\Browse /html /sort System_Data__Odbc.cps
  91. ..\..\..\bin\Browse /html /sort System_Data__OleDb.cps
  92. ..\..\..\bin\Browse /html /sort System_Data__SqlClient.cps
  93. ..\..\..\bin\Browse /html /sort System_Data__SqlTypes.cps
  94. ..\..\..\bin\Browse /html /sort System_Data_System_Xml.cps
  95. ..\..\..\bin\Browse /html /sort System_Configuration_.cps