portable-devtools / dotnet /sdk /9.0.313 /Sdks /Microsoft.NET.Sdk.WindowsDesktop /targets /Microsoft.NET.Sdk.WindowsDesktop.WPF.props
| <Project> | |
| <!-- | |
| Generates implicit global namespace imports file <projectname>.ImplicitGlobalNamespaceImports.cs. | |
| --> | |
| <ItemGroup Condition="'$(UseWPF)' == 'true' and ('$(ImplicitUsings)' == 'true' or '$(ImplicitUsings)' == 'enable')"> | |
| <Using Remove="System.IO" /> | |
| <Using Remove="System.Net.Http" /> | |
| </ItemGroup> | |
| </Project> | |