Add solution file and update VSCode default

Add FueraDeEscala.slnx referencing Assembly-CSharp and Assembly-CSharp-Editor projects. Update .vscode/settings.json to point dotnet.defaultSolution to the new FueraDeEscala.slnx (and keep YAML file associations/file nesting). Update ProjectSettings/ProjectSettings.asset LFS oid (project settings metadata changed).
This commit is contained in:
Robii Aragon
2026-03-28 00:18:17 -07:00
parent 0777676dbd
commit 1c60dfabba
3 changed files with 7 additions and 3 deletions

View File

@@ -60,12 +60,12 @@
"*.asset": "yaml",
"*.meta": "yaml",
"*.prefab": "yaml",
"*.unity": "yaml",
"*.unity": "yaml"
},
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"*.sln": "*.csproj",
"*.slnx": "*.csproj"
},
"dotnet.defaultSolution": "FueraDeEscala-DinaLabs.slnx"
"dotnet.defaultSolution": "FueraDeEscala.slnx"
}

4
FueraDeEscala.slnx Normal file
View File

@@ -0,0 +1,4 @@
<Solution>
<Project Path="Assembly-CSharp-Editor.csproj" />
<Project Path="Assembly-CSharp.csproj" />
</Solution>

Binary file not shown.