Update Demos

This commit is contained in:
sunkaixuan 2019-01-17 19:13:35 +08:00
parent 910ce41da5
commit 9bc19cdbe8

View File

@ -111,9 +111,8 @@ namespace SugarCodeGeneration.Codes
FileHelper.CreateDirectory(binDic);
}
FileHelper.CreateFile(projectPath,project,System.Text.Encoding.UTF8);
AppendProjectToSln(projectId, name);
}
AppendProjectToSln(projectId,name);
}
public static void AppendProjectToSln(string projectId,string projectName) {