I am using MSBUILD for building applications. Towards automating the application building and deployment, I am converting the VS2003 project files to VS2005 project files using projectfileconverter, targeting Version 1.1.
I am able to convert the VS2003 C# project files for Class Library and Windows Applications into VS2005 project files without any hassles.
I am using the MSBEE extensions for compiling projects targeting .Net version 1.1
When I tried to convert the web project files, MSBuild is returning error that “Web” projects can not be converted to VS2005 using MSBuild.
I have tried to build a web deployment project and pass it to MSBuild targeting Version 1.1. But it is not building the project.
Can I get any help or solution to convert web projects to vs2005 projects without using the conversion whizard as i should convert it only at the command prompt using MSBuild.
Thanks in advance
Visual Studio Team System30
|