Skip to content

Commit 434e7be

Browse files
authored
Hide approval files in Solution Explorer (#627)
1 parent 760a6ca commit 434e7be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

QRCoderTests/QRCoderTests.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,9 @@
5454
<EmbeddedResource Include="assets\noun_Scientist_2909361.svg" />
5555
<EmbeddedResource Include="assets\noun_software engineer_2909346.png" />
5656
</ItemGroup>
57+
<ItemGroup>
58+
<None Include="**\*.approved.*;**\*.received.*">
59+
<DependentUpon>$([System.String]::Copy('%(Filename)').Split('.')[0]).cs</DependentUpon>
60+
</None>
61+
</ItemGroup>
5762
</Project>

0 commit comments

Comments
 (0)