Author Topic: .NET projects and solutions  (Read 4203 times)

Fenric

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
.NET projects and solutions
« on: August 11, 2003, 03:30:31 pm »
Visual Studio.Net combines classes and other files into language-specific projects, while projects can be aggregated into mixed-language solutions that encompass the whole of an application.

Projects can reference other .Net projects, and even installed .NET assembies, and COM objects. Project files list these references, along with system namespaces, version numbers, description, author & copyright info, etc.

Solution files include lists of project files, source control information, and miscellaneous files.

This request is, could EA be made to parse, generate, and update .NET project and solution files? Being able to reverse engineer projects in the proper order would seem to be a key feature. Likewise, being able to have  EA generate the stub code for a solution and have Visual Studio be able to load that solution with one click would be a great boon as well.

Thanks!