Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. $/Everything
  2. |- Integration
  3. |- 3rdPartyAssemblies
  4. |- Database
  5. |- OnlineOrders
  6. |- Code
  7. |- Tests*
  8. |- ReportingSuite
  9. |- Code
  10. |- Tests
  11. |- TeamBuildTypes
  12. |- TfsBuild.proj
  13. |- QuickBuild.targets
  14. |- FullBuild.targets
  15. |- FullBuildAndTest.targets
  16. |- TradeManagement
  17. |- Code
  18. |- Tests
  19. |- Development #1
  20. |- 3rdPartyAssemblies
  21. |- Database
  22. |- etc
  23. |- Release #1
  24. |- 3rdPartyAssemblies
  25. |- Database
  26. |- etc
  27.  
  28. |- Integration
  29. |- Database
  30. |- OnlineOrders
  31. |- ...
  32. |- Tests
  33. |- Database
  34. |- OnlineOrders
  35. |- ...
  36.  
  37. <Branch>
  38. Source
  39. Solution files at root
  40. Server Apps Previously “services”, helper apps running on server
  41. App 1
  42. Project 1
  43. Project N
  44. Installer
  45. App 2
  46. Services WCF/Web services providing business operations
  47. App 1
  48. Project 1
  49. Installer
  50. Client Rich client applications, e.g. WinForms, WPF
  51. App 1
  52. Project 1
  53. Installer
  54. Web Server side web applications
  55. App 1
  56. Project 1
  57. Installer
  58. Database All scripts related to database structures and data
  59. Databases
  60. SMOL
  61. AuditAuthentication
  62. Servers (Environments?)
  63. Server1.proj
  64. Server2.proj
  65. Common Reusable classes across applications
  66. Communications
  67. Security
  68. ….
  69. SharedBin 3rd party binaries
  70. EnterpriseLibrary
  71. Docs
  72. Release notes
  73. Help files
  74. Scripts
  75. Deployment
  76. Data Migration
  77. System Tests
  78. Functional
  79. Performance
  80. Security
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement