Remove obj dirs when cleaning
This commit is contained in:
Родитель
0766464d06
Коммит
4b55b8a14c
|
@ -7,7 +7,8 @@
|
|||
|
||||
<Import Project="Version.props" />
|
||||
|
||||
<Target Name="CleanBaseOutput" AfterTargets="Clean">
|
||||
<Target Name="Pristine" AfterTargets="Clean">
|
||||
<RemoveDir Directories="$(BaseIntermediateOutputPath)" />
|
||||
<RemoveDir Directories="$(BaseOutputPath)" />
|
||||
</Target>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче