fix: Enable tasks to generate proxy nodes

This commit is contained in:
h z
2025-02-10 15:20:57 +00:00
parent 8bf643f194
commit e80a2d9315
5 changed files with 116 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" ?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<CustomTasksFolder>$(MSBuildThisFileDirectory)tasks/netstandard2.0/</CustomTasksFolder>
<CustomTasksAssembly>$(CustomTasksFolder)$(MSBuildThisFileName).dll</CustomTasksAssembly>
</PropertyGroup>
<UsingTask
TaskName="GenerateProxyNodesTask"
AssemblyFile="$(CustomTasksAssembly)"
/>
</Project>