mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-31 15:56:25 +08:00
Update Demo
This commit is contained in:
parent
86df17db9f
commit
e1da0881de
@ -55,7 +55,7 @@ namespace SugarCodeGeneration.Codes
|
||||
{
|
||||
foreach (var item in noAddFiles)
|
||||
{
|
||||
var addItem = new XElement("Compile", new XAttribute("Include", item));
|
||||
var addItem = new XElement("Compile", new XAttribute("Include", item.TrimStart('\\')));
|
||||
itemGroup.AddFirst(addItem);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user