Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Visual Studio custom clean step?

Sean_B_1
Novice
293 Views

Is there any way to define a custom clean action in a .vfproj? I see the "VFPreBuildEventTool", "VFPostBuildEventTool", etc., but I don't see anything that will allow me to run my own clean operation.

What I'm trying to do is delete some auto-generated code when I run a clean.

0 Kudos
1 Solution
Steve_Lionel
Honored Contributor III
269 Views

Project > Properties > General > Extensions to Delete on Clean - that's all you're given.

View solution in original post

2 Replies
Steve_Lionel
Honored Contributor III
270 Views

Project > Properties > General > Extensions to Delete on Clean - that's all you're given.

Sean_B_1
Novice
268 Views

Thanks!

0 Kudos
Reply