6 references to WinExe
PresentationBuildTasks (6)
Microsoft\Build\Tasks\Windows\FileClassifier.cs (1)
267case SharedStrings.WinExe :
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (2)
66_outputType = SharedStrings.WinExe; 963case SharedStrings.WinExe:
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (3)
52_outputType = SharedStrings.WinExe; 645if (OutputType.Equals(SharedStrings.Exe) || OutputType.Equals(SharedStrings.WinExe)) 812case SharedStrings.WinExe: