How to create custom clean (post-clean) event in Visual Studio 2008?

后端 未结 6 423
攒了一身酷
攒了一身酷 2020-12-28 16:34

In our build process, for each project we use Post Build events to copy our executable files into a separate deployment directory. That works just peachy, but the problem i

6条回答
  •  再見小時候
    2020-12-28 16:53

    The others didn't do exactly what I wanted, and I just found a better way. Tested in VS2010 for a C++ Win32 project, go to Project Properties --> Configuration Properties --> Custom Build Setup. You can add a custom command line, and tell VS what operation to execute the command before or after.

提交回复
热议问题