C
chris fellows
Can someone tell me if .NET 2.0 framework has a namespace to enable project
references to be changed programmatically? My C# project files are stored in
source control with DLL references but I want to be create a utility that
changes the DLL references to project references in the project file. This
is so that all of the projects can be run in debug but without having to
manually change the references each time.
Obviously I can use the Xml namespace but I was wondering if there's an
easier way.
references to be changed programmatically? My C# project files are stored in
source control with DLL references but I want to be create a utility that
changes the DLL references to project references in the project file. This
is so that all of the projects can be run in debug but without having to
manually change the references each time.
Obviously I can use the Xml namespace but I was wondering if there's an
easier way.