Skip to content

Commit

Permalink
Set the source files to hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronMayne committed Nov 17, 2023
1 parent d7a014e commit 6d54a66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ItemGroup>
<SGF_EmbeddedAssembly Include="$(MSBuildThisFileDirectory)..\sgf\embedded\assemblies\*.*"/>
<SGF_EmbeddedScript Include="$(MSBuildThisFileDirectory)..\sgf\embedded\scripts\*.*"/>
<Compile Include="$(MSBuildThisFileDirectory)..\sgf\src\**\*.cs" Visible="True">
<Compile Include="$(MSBuildThisFileDirectory)..\sgf\src\**\*.cs" Visible="False">
<Link>SGF/%(RecursiveDir)%(Filename)%(Extension)</Link>
</Compile>
</ItemGroup>
Expand Down

0 comments on commit 6d54a66

Please sign in to comment.