Removed unnecessary folder include directive

pull/250/head
dahall 2021-05-24 12:12:26 -06:00
parent 04efba5ec1
commit 23f1e4c995
1 changed files with 0 additions and 3 deletions

View File

@ -37,7 +37,4 @@ CharacterSet, CM_DEVCAP, CM_FILE, CM_INSTALL_STATE, CM_REMOVAL_POLICY, CM_RESOUR
<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) Or $(TargetFramework.StartsWith('netcore')) Or $(TargetFramework.StartsWith('net5.0')) ">
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="WTypes\" />
</ItemGroup>
</Project>