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