Sharpmake
Sharpmake copied to clipboard
Hiding source files
Hello, is it possible to add the Visible attribute on specified files/paths/regex?
i want it to still be compiled with the project, just not be visible inside the vsproj
<ClCompile Visible="false" Include="sourcefile.cpp" />