xcopy/r/y $ (TargetPath) $ (ProjectDir): \bin\
xcopy/r/y $ (TargetDir) $ (TargetName). PDB $ (ProjectDir): \bin\
xcopy/r/y $ (TargetPath) $ (ProjectDir): \release\
xcopy/r/y $ (TargetDir) $ (TargetName). PDB $ (ProjectDir): \release\
xcopy/r/y $ (ProjectDir) Resource\zh-cn\neonetech.livefp.v2.resources.dll $ (ProjectDir): \bin\zh-cn\
xcopy/r/y $ (ProjectDir) Resource\en-us\neonetech.livefp.v2.resources.dll $ (ProjectDir): \bin\en-us\
xcopy/r/y $ (ProjectDir) Resource\neonetech.livefp.v2.dll $ (ProjectDir): \ Bin
The above script is run after compilation. Copy the compiled files and DLLs to a centralized place, which is helpful for multi-project development.
There is also the ability to run before compiling:
CD $ (ProjectDir) \resource
Buildresource.bat
This runs a bat script.
Vs2010-using the pre-build event command line and post-build event command line features