Fix project load error when using text-gen
This commit is contained in:
parent
cc0becb2e8
commit
649751caf9
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -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>");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue