Make existing project a Volta project - MSDN Forums
Posted by: Williams .Net Zone,
on 06 Jan 2008 |
View original | NEW Bookmarked: 0 time(s)
Yes, this is possible, allthough you will need to modify the project file by hand. You can do this by right-clicking on the project and selecting'Unload project'. Next you will need to right-click on it again and select 'Edit ???.??proj'. Then in the top-level propertygroup add the VoltaProjectKind, VoltaVersion and the ProjectTypeGuids elements. Code Block <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">...