Basic ERD diagram of PV Database
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
  2. # This file contains command-line options that the C#
  3. # command line compiler (CSC) will process as part
  4. # of every compilation, unless the "/noconfig" option
  5. # is specified.
  6. # Reference the common Framework libraries
  7. /r:Accessibility.dll
  8. /r:Microsoft.CSharp.dll
  9. /r:System.Configuration.dll
  10. /r:System.Configuration.Install.dll
  11. /r:System.Core.dll
  12. /r:System.Data.dll
  13. /r:System.Data.DataSetExtensions.dll
  14. /r:System.Data.Linq.dll
  15. /r:System.Data.OracleClient.dll
  16. /r:System.Deployment.dll
  17. /r:System.Design.dll
  18. /r:System.DirectoryServices.dll
  19. /r:System.dll
  20. /r:System.Drawing.Design.dll
  21. /r:System.Drawing.dll
  22. /r:System.EnterpriseServices.dll
  23. /r:System.Management.dll
  24. /r:System.Messaging.dll
  25. /r:System.Runtime.Remoting.dll
  26. /r:System.Runtime.Serialization.dll
  27. /r:System.Runtime.Serialization.Formatters.Soap.dll
  28. /r:System.Security.dll
  29. /r:System.ServiceModel.dll
  30. /r:System.ServiceModel.Web.dll
  31. /r:System.ServiceProcess.dll
  32. /r:System.Transactions.dll
  33. /r:System.Web.dll
  34. /r:System.Web.Extensions.Design.dll
  35. /r:System.Web.Extensions.dll
  36. /r:System.Web.Mobile.dll
  37. /r:System.Web.RegularExpressions.dll
  38. /r:System.Web.Services.dll
  39. /r:System.Windows.Forms.dll
  40. /r:System.Workflow.Activities.dll
  41. /r:System.Workflow.ComponentModel.dll
  42. /r:System.Workflow.Runtime.dll
  43. /r:System.Xml.dll
  44. /r:System.Xml.Linq.dll