refactor: redesign project structure
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
AssemblyFile="$(CustomTasksAssembly)"
|
||||
/>
|
||||
<UsingTask
|
||||
TaskName="ScanTextureSetFolderTask"
|
||||
TaskName="GenerateTextureSetTask"
|
||||
AssemblyFile="$(CustomTasksAssembly)"
|
||||
/>
|
||||
|
||||
|
||||
</Project>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user