Book a Demo

Author Topic: Packages creted during reverse engineering from VS project (MDG Link)  (Read 2869 times)

CleverCoder

  • EA User
  • **
  • Posts: 34
  • Karma: +0/-0
    • View Profile
Good afternoon,

I am using MDG link to generated model elements through reverse engineering from Visual Studio and have found that the generated package structure to be a problem.. Most significant is the resulting path length. For instance, a VS project imported that is named: A.B.C.D will result in a package structure like:
/A.B.C.D/
    /A
       /B
          /C
             /D

Is there anyway to get rid of the generated packages /A,/B,/C so that the model elements in EA match the layout of files in Visual Studio?

I know this might be confusing, so I'll explain in more detail if this doesn't make sense. If you have used the MDG link from Visual Studio before, then you likely know what I'm referring to.

Thanks!
-Sean