We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7c4cd commit 1028c8eCopy full SHA for 1028c8e
Pathy.Globbing/Pathy.props
@@ -0,0 +1,8 @@
1
+<!-- Make sure the source code files are excluded from the Solution Explorer in the project that used this package -->
2
+<Project>
3
+ <ItemGroup>
4
+ <Compile Update="@(Compile)">
5
+ <Visible Condition="'%(NuGetItemType)' == 'Compile' and '%(NuGetPackageId)' == 'Pathy.Globbing'">false</Visible>
6
+ </Compile>
7
+ </ItemGroup>
8
+</Project>
Pathy/Pathy.props
@@ -2,6 +2,7 @@
<Project>
<ItemGroup>
<Compile Update="@(Compile)">
+ <Visible Condition="'%(NuGetItemType)' == 'Compile' and '%(NuGetPackageId)' == 'Pathy'">false</Visible>
</Compile>
</ItemGroup>
</Project>
0 commit comments