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