Expand Minimize
This topic has not yet been rated - Rate this topic

/WINMDFILE (Specify winmd File)

Visual Studio 2012

Specifies the file name for the Windows Runtime Metadata (.winmd) output file that is generated by the /WINMD linker option.

/WINMDFILE:filename

Use the value that is specified in filename to override the default .winmd file name (binaryname.winmd). Notice that you do not append ".winmd" to filename.  If multiple values are listed on the /WINMDFILE command line, the last one takes precedence.

To set this linker option in the Visual Studio development environment

  1. Open the project's Property Pages dialog box. For details, see Modifying Project Properties.

  2. Select the Linker folder.

  3. Select the Windows Metadata property page.

  4. In the Windows Metadata File box, enter the file location.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.