6 references to WinExe
PresentationBuildTasks (6)
Microsoft\Build\Tasks\Windows\FileClassifier.cs (1)
275case SharedStrings.WinExe :
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (2)
70_outputType = SharedStrings.WinExe; 969case SharedStrings.WinExe:
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (3)
56_outputType = SharedStrings.WinExe; 651if (OutputType.Equals(SharedStrings.Exe) || OutputType.Equals(SharedStrings.WinExe)) 816case SharedStrings.WinExe: