/FU (Name Forced #using File)
Visual Studio .NET 2003
/FUfile
where:
- file
- Specifies the metadata file to reference in this compilation.
Remarks
/FU gives you a compiler option alternative to passing a file name to #using in source code.
Specify one file per compiler option.
See /clr (Common Language Runtime Compilation) for information on how to create an assembly or module for the common language runtime.
To set this compiler option in the Visual Studio development environment
- Open the project's Property Pages dialog box. For details, see Setting Visual C++ Project Properties.
- Click the C/C++ folder.
- Click the Advanced property page.
- Modify the Force #using property.
To set this compiler option programmatically
See ForcedUsingFiles Property.
See Also
Output-File (/F) Options | Compiler Options | Setting Compiler Options