المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : automate building of a single Cpp file using EnvDTE assembly of others



C# Programming
08-19-2010, 11:11 AM
Hi all
do you know if there is a way to automate the build of a single CPP file ( in a VC++ project) using EnvDTE namespace? I would like to crete such automation in C#.
EnvDTE has classes and intefaces regarding VS Project and VS solutions but what should I look into for single file building?
If it is not possible, what other namespace or Assembly can I use for my purpose?
Thanks
Mnstn