Skip to content

Commit

Permalink
Update csproject files
Browse files Browse the repository at this point in the history
Now csproj files are not displayed in the editor
  • Loading branch information
Tornado-Technology committed Aug 21, 2024
1 parent 6e7b23e commit cb67863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Hypercube.Client/Hypercube.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
</ItemGroup>

<ItemGroup>
<None Include=".\Libraries\**" Link="%(RecursiveDir)%(Filename)%(Extension)" CopyToOutputDirectory="PreserveNewest" />
<None Include=".\Libraries\**" Link="%(RecursiveDir)%(Filename)%(Extension)" CopyToOutputDirectory="PreserveNewest" Visible="false" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Hypercube.Shared/Hypercube.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
</ItemGroup>

<ItemGroup>
<None Include="..\Resources\**" Link="Resources\%(RecursiveDir)%(Filename)%(Extension)" CopyToOutputDirectory="PreserveNewest" />
<None Include="..\Resources\**" Link="Resources\%(RecursiveDir)%(Filename)%(Extension)" CopyToOutputDirectory="PreserveNewest" Visible="false" />
</ItemGroup>
</Project>

0 comments on commit cb67863

Please sign in to comment.