移除C#导出支持

支持针对表配置输出目录
This commit is contained in:
2024-05-17 11:56:41 +08:00
parent b225dbe90c
commit d130ad1838
13 changed files with 101 additions and 118 deletions

29
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,29 @@
{
"files.associations": {
"*.tiny": "yaml",
"*.yaml.txt": "yaml",
"*.js.txt": "javascript",
"*.meta": "yaml",
"*.manifest": "yaml",
"*.asset": "yaml",
"project.tiny": "yaml"
},
"files.exclude": {
"Library": true,
"Logs": true,
"Temp": true,
"**/*.meta": true,
"Packages/packages-lock.json": true,
".temp": true,
"UI/.objs": true,
"yarn.lock": true,
"TextToolDatas": true,
"ProjectSettings": true,
"UserSettings": true,
"node_modules": true,
"qrcodes": true,
"obj": true,
"*.csproj": true,
"*.sln": true
},
}