Set 'Show all files' on by default in VS

This commit is contained in:
Hielke Morsink 2017-05-15 16:03:06 +02:00 committed by Michael Steenbeek
parent 471f0c3230
commit b7ca273d0d
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
<OutDir>$(SolutionDir)bin\</OutDir>
<IntDir>$(SolutionDir)obj\$(ProjectName)\$(Configuration)_$(Platform)\</IntDir>
<TargetName>$(ProjectName)</TargetName>
<ShowAllFiles>true</ShowAllFiles>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
<UseDebugLibraries>true</UseDebugLibraries>