How to automate adding existing project files and directory into visual studio project -



How to automate adding existing project files and directory into visual studio project -

i have existing project want build in visual studio 2010. project contains more 200 folders , sub-folders. so, add together project files, need create new filter , go on adding source , header files. so, takes me lot of time. pleas help me how can automate or simplify process.

see below:-

main folder->|sub folder1->20 folders (each folder contains 5 files(let say) , include more flders) |sub folder2->10 folders (same above) .... ....

i have created visual studio project name main folder, added "new filter" sub folder1 , sub folder2 , on. effort takes lots of time. please help me.

i utilize vbscript standard com component microsoft.xmldom reorganize project tree construction needs (i can't share it, sorry). i'd prefer using python such purpose (if possible) because contains standard bundle xml.etree.elementtree , because python improve vbscript. :) this article may useful (there vbs examples). this python script googled , looks close requirements.

visual-studio-2010 visual-c++

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -