Spaces:
Running
Running
File size: 353 Bytes
090629c |
1 2 3 4 5 6 7 8 9 10 11 |
<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>
|