Skip to content

Commit

Permalink
Removed invalid post-build event
Browse files Browse the repository at this point in the history
  • Loading branch information
maforget committed Jan 22, 2024
1 parent ab337bc commit adc32fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ComicRack/ComicRack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -864,14 +864,12 @@
<PostBuildEvent>if $(ConfigurationName) == Debug Goto :Exit

del /Q *.pdb
cd ..\..\..\
InsertIcons.bat

: Exit</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>cd ..\..\..\
rc /r ".\ComicRack\myressources.rc"
.\rc.exe /r ".\ComicRack\myressources.rc"
exit 0</PreBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit adc32fb

Please sign in to comment.