9 references to OutputFileType
Microsoft.VisualStudio.LanguageServices.CSharp (9)
ProjectSystemShim\CSharpProjectShim.ICSInputSet.cs (1)
59
public void SetOutputFileType(
OutputFileType
fileType)
ProjectSystemShim\CSharpProjectShim.OptionsProcessor.cs (7)
235
public void SetOutputFileType(
OutputFileType
fileType)
239
OutputFileType
.Console => OutputKind.ConsoleApplication,
240
OutputFileType
.Windows => OutputKind.WindowsApplication,
241
OutputFileType
.Library => OutputKind.DynamicallyLinkedLibrary,
242
OutputFileType
.Module => OutputKind.NetModule,
243
OutputFileType
.AppContainer => OutputKind.WindowsRuntimeApplication,
244
OutputFileType
.WinMDObj => OutputKind.WindowsRuntimeMetadata,
ProjectSystemShim\Interop\ICSInputSet.cs (1)
30
void SetOutputFileType(
OutputFileType
fileType);