roblox-cs / dotnet /sdk /8.0.402 /Sdks /Microsoft.NET.Sdk.WindowsDesktop /targets /Microsoft.NET.Sdk.WindowsDesktop.WPF.props
asynchronousai's picture
Upload 2613 files
090629c 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>