refactor: redesign project structure

This commit is contained in:
h z
2025-02-16 22:36:38 +00:00
parent 44099d41d0
commit f69ceb5f4d
6 changed files with 121 additions and 75 deletions

View File

@@ -9,7 +9,9 @@
AssemblyFile="$(CustomTasksAssembly)"
/>
<UsingTask
TaskName="ScanTextureSetFolderTask"
TaskName="GenerateTextureSetTask"
AssemblyFile="$(CustomTasksAssembly)"
/>
</Project>

View File

@@ -1,3 +1,5 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Target Name="CheckCustomTasksAssembly" BeforeTargets="CoreCompile">
<Message Text="CustomTasksAssembly: $(CustomTasksAssembly)" Importance="High" />
</Target>
</Project>