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

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -