Skip to content

Commit 452f21a

Browse files
brettfoKevinRansom
authored andcommitted
don't display contents of <InternalsVisibleTo> nodes in the solution explorer (#3772)
1 parent e5762fd commit 452f21a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/FSharpSource.targets

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,12 @@
402402
<GeneratedFSharpInternalsVisibleToFile>$(IntermediateOutputPath)$(MSBuildProjectName).InternalsVisibleTo$(DefaultLanguageSourceExtension)</GeneratedFSharpInternalsVisibleToFile>
403403
</PropertyGroup>
404404

405+
<ItemDefinitionGroup>
406+
<InternalsVisibleTo>
407+
<Visible>false</Visible>
408+
</InternalsVisibleTo>
409+
</ItemDefinitionGroup>
410+
405411
<Target Name="PrepareFSharpGenerateInternalsVisibleToFile"
406412
Condition="'$(Configuration)' != 'Proto' and '@(InternalsVisibleTo)' != ''">
407413
<PropertyGroup>

0 commit comments

Comments
 (0)