Fix project load error when using text-gen

This commit is contained in:
Zontreck 2023-08-10 04:45:50 -07:00
parent cc0becb2e8
commit 649751caf9
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -700,7 +700,7 @@ public abstract class VSGenericTarget : ITarget
ps.WriteLine($" <DesignTime>True</DesignTime>");
ps.WriteLine($" <AutoGen>{node.AutoGenerate}</AutoGen>");
ps.WriteLine($" <DependentUpon>{node.Name}</DependentUpon>");
ps.WriteLine($" </None>");
ps.WriteLine($" </Compile>");
ps.WriteLine($" </ItemGroup>");
}
}