View Single Post
  #5  
Old 06-22-2004, 10:48 AM
PepeGSay PepeGSay is online now
Registered User
 
Join Date: 06-15-2004
Posts: 5
Sorry. What I meant to say was that a recursive file copy (in Visual Build Pro) is nearly functionally identical to the Copy Project command in Visual Studio. If you use the copy files command in VBP to recursively copy the files using the following file masks:

*.dll
*.as?x
*.config
*.css
*.gif
*.jpg

You should pretty much replicate everything that the Copy Project command does when you say "copy only files needed for the site to run".
Reply With Quote