We are planning to isolate editor/debuger from build process. However we are
still using VS 2003. Before any thorough investigation, I would like to ask
if it is possible to build with Msbuild/MsBee against 1.1 Framework , code
written in VS2003. In other words: Do I need Vs 2005 to create some xml files
needed by MsBuild/MsBee, or will the files generated with Vs 2003 be enough
for MsBuild/Msbee?
Thanks for reply
Michał Januszczyk
> We are planning to isolate editor/debuger from build process.
May I ask - why?
If you want an automated build process that requires no manual
interaction, you can use devenv.com.
> However we are still using VS 2003.
I've been performing controlled builds in this way since VS 6.
Regards,
Phill W.
Michał Januszczyk - 03 Jul 2007 16:20 GMT
> > We are planning to isolate editor/debuger from build process.
>
> May I ask - why?
We want to perform builds on machines that do not have VS installed.
Best Regards,
Michał Januszczyk