Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

Visual Studio custom clean step?

Sean_B_1
Novice
735 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
711 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
712 Views

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

Sean_B_1
Novice
710 Views

Thanks!

0 Kudos
Reply