Skip to content

Commit

Permalink
[skip ci] Clean will remove the Ressources/Icons folder
Browse files Browse the repository at this point in the history
Used so that rebuilding will remove the zip forcing that they be recreated. Usefull when switching branches.
  • Loading branch information
maforget committed Jul 5, 2024
1 parent 62d4ccc commit addab45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ComicRack/ComicRack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,9 @@ del /Q *.pdb
<PreBuildEvent>
</PreBuildEvent>
</PropertyGroup>
<Target Name = "Clean">
<RemoveDir Directories="$(TargetDir)\Resources\Icons" />
</Target>
<Target Name="AfterBuild">
<ItemGroup>
<ResourcesIcons Include="Resources\Icons\**\*.*" />
Expand Down

0 comments on commit addab45

Please sign in to comment.