portable-devtools / dotnet /sdk /9.0.313 /Sdks /Microsoft.NET.Sdk.WindowsDesktop /targets /Microsoft.NET.Sdk.WindowsDesktop.WPF.props
codekingpro's picture
Add files using upload-large-folder tool
f7a88ba verified
Raw
History Blame Contribute Delete
353 Bytes
<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>