简体   繁体   中英

Is there a setting for “Extensions to Delete on Clean” in Visual Studio 2012 for a C# project?

I just can't find this setting in VS 2012, but it is described in the Visual Studio documentation . Is it not available for C# projects? Or where can I find it?

Extensions to Delete on Clean

The Clean option (Build menu) deletes files from the intermediate directory where a project's configuration is built. Files with extensions specified with this property will be deleted when Clean is run or when you perform a rebuild. In addition to files of these extensions in the intermediate directory, the build system will also delete any known output of the build regardless of where it is located (including intermediate outputs such as .obj files). Note that you can specify wildcard characters.

This is specifically for C++ projects. The topic you linked to is located in the parent topic "Property Pages (C++)" which itself is part of "Visual C++ -> Creating and Managing Visual C++ Projects".

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM