Skip to content

Commit

Permalink
add .DS_Store
Browse files Browse the repository at this point in the history
  • Loading branch information
yagizhanNY committed Jul 8, 2023
1 parent e2c23a5 commit b6f8797
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions SiemensIXBlazor/SiemensIXBlazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@
</ItemGroup>

<ItemGroup>
<Content Update="wwwroot\.DS_Store">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="wwwroot\css\.DS_Store">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="wwwroot\js\interops\baseJsInterop.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand All @@ -73,4 +79,10 @@
<Folder Include="Components\ActionCard\" />
</ItemGroup>

<ItemGroup>
<None Update=".DS_Store">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>

0 comments on commit b6f8797

Please sign in to comment.