mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
Update Demo
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user