Converting items in Visual Studio project from "links" to copied files
Posted
by Alan Mendelevich
on Stack Overflow
See other posts from Stack Overflow
or by Alan Mendelevich
Published on 2009-05-25T08:27:04Z
Indexed on
2010/04/23
4:23 UTC
Read the original article
Hit count: 256
visual-studio
Hi,
I have a Visual Studio (2008) project where I have some files added as links (through Add Existing Item->Add As Link). Suppose I want to copy this project somewhere else (give it to another developer, release source code, etc.) and I would like to "convert" all these links to actual copies of these files. Is this possible? How can I do this in VS or is there some 3rd party utility to do that?
Thanks.
© Stack Overflow or respective owner