MANAGED_REFERENCES

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This macro definition specifies additional references that contain managed code by listing reference file names, separated by semicolons. Do not include a trailing semicolon at the end of the list.

Example

The following example code shows you how to use the MANAGED_REFERENCES macro:

MANAGED_REFERENCES=$(MANAGED_REFERENCES);$(_MANAGED_FRAMEWORK_DIR)\mscorlib.dll;
$(_MANAGED_FRAMEWORK_DIR)\system.windows.forms.dll;
$(_MANAGED_FRAMEWORK_DIR)\system.dll;
$(_MANAGED_FRAMEWORK_DIR)\system.xml.dll;
$(_MANAGED_FRAMEWORK_DIR)\system.data.dll;
$(_MANAGED_FRAMEWORK_DIR)\system.drawing.dll;
Microsoft.Office.Interop.Excel.dll;
owc10.dll;
msdatasrc.dll;
adodb.dll;
mscomctl.dll

See Also

Concepts

Sources File
TARGETTYPE