mirror of https://github.com/odrling/Aegisub
Delete the respack-generated files on Clean
This commit is contained in:
parent
a2c14e9c5f
commit
36012c3302
|
@ -68,6 +68,15 @@
|
|||
</ItemGroup>
|
||||
</Target>
|
||||
|
||||
<Target
|
||||
Name="ResPackClean"
|
||||
BeforeTargets="Clean"
|
||||
DependsOnTargets="PrepareForBuild"
|
||||
Condition="'@(ResPack)' != ''"
|
||||
>
|
||||
<Delete Files="%(ResPack.OutputDir)%(ResPack.OutputName);%(ResPack.OutputDir)%(ResPack.OutputHeader)" />
|
||||
</Target>
|
||||
|
||||
<ItemGroup>
|
||||
<PropertyPageSchema Include="$(MSBuildThisFileDirectory)Aegisub.ResPack.ProjectItems.xml" />
|
||||
<PropertyPageSchema Include="$(MSBuildThisFileDirectory)Aegisub.ResPack.xml" />
|
||||
|
|
Loading…
Reference in New Issue