c# - What happened to the "add as link" option? -
why add existing file link feature available managed projects? can't use same feature in vcproj. because managed projects built msbuild, , vcproj files not?
the add link feature not necessary vc++ projects (whether managed or not) because vc++ projects not require source files reside strictly within folder contains project. c# projects, on other hand, have requirement. vc++ always adds files links , never copies them.
the price pay flexibility having create virtual project folders don't correspond real folders on disk , manage them yourself. heritage comes vc6 , believe me plenty of c# programmers envy flexibility. show difference between virtual project folders , real project folders, toggle "project -> show files".
Comments
Post a Comment