Clean up the shaders folder when cleaning the editor project (#1354)

This commit is contained in:
Stanislav Denisov
2025-12-10 07:35:44 +01:00
committed by GitHub
parent d897492060
commit e595cae96b
+3
View File
@@ -281,4 +281,7 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
<Target Name="BeforeClean">
<RemoveDir Directories="$(ProjectDir)shaders" />
</Target>
</Project>