20 writes to IsWinExe
Microsoft.NET.Build.Tests (8)
GivenWeWantToRequireWindowsForDesktopApps.cs (8)
98
IsWinExe
= true
117
IsWinExe
= true
170
IsWinExe
= true,
197
IsWinExe
= true,
225
IsWinExe
= true,
339
IsWinExe
= true,
387
IsWinExe
= true,
403
IsWinExe
= true,
Microsoft.NET.Publish.Tests (11)
GivenThatWeWantToPublishASelfContainedApp.cs (2)
140
IsWinExe
= true,
184
IsWinExe
= true,
GivenThatWeWantToPublishTrimmedWindowsFormsAndWPFApps.cs (9)
25
IsWinExe
= true
47
IsWinExe
= true
71
IsWinExe
= true,
95
IsWinExe
= true,
299
IsWinExe
= true
321
IsWinExe
= true
345
IsWinExe
= true,
369
IsWinExe
= true,
394
IsWinExe
= true,
Microsoft.NET.ToolPack.Tests (1)
GivenThatWeWantToPackAToolProjectWithPackagedShim.cs (1)
390
IsWinExe
= true,
3 references to IsWinExe
Microsoft.NET.TestFramework (3)
ProjectConstruction\TestProject.cs (3)
286
if (IsExe && !
IsWinExe
)
290
else if (
IsWinExe
)
414
if (IsExe ||
IsWinExe
)