mirror of
https://github.com/cyanfish/naps2.git
synced 2024-11-13 06:27:11 +03:00
7 lines
238 B
Plaintext
7 lines
238 B
Plaintext
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<Target Name="FullClean" AfterTargets="Clean">
|
||
|
<RemoveDir Directories="$(ProjectDir)bin" />
|
||
|
<RemoveDir Directories="$(ProjectDir)obj" />
|
||
|
</Target>
|
||
|
</Project>
|