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:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -60,12 +60,12 @@
|
|||||||
"*.asset": "yaml",
|
"*.asset": "yaml",
|
||||||
"*.meta": "yaml",
|
"*.meta": "yaml",
|
||||||
"*.prefab": "yaml",
|
"*.prefab": "yaml",
|
||||||
"*.unity": "yaml",
|
"*.unity": "yaml"
|
||||||
},
|
},
|
||||||
"explorer.fileNesting.enabled": true,
|
"explorer.fileNesting.enabled": true,
|
||||||
"explorer.fileNesting.patterns": {
|
"explorer.fileNesting.patterns": {
|
||||||
"*.sln": "*.csproj",
|
"*.sln": "*.csproj",
|
||||||
"*.slnx": "*.csproj"
|
"*.slnx": "*.csproj"
|
||||||
},
|
},
|
||||||
"dotnet.defaultSolution": "FueraDeEscala-DinaLabs.slnx"
|
"dotnet.defaultSolution": "FueraDeEscala.slnx"
|
||||||
}
|
}
|
||||||
4
FueraDeEscala.slnx
Normal file
4
FueraDeEscala.slnx
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<Solution>
|
||||||
|
<Project Path="Assembly-CSharp-Editor.csproj" />
|
||||||
|
<Project Path="Assembly-CSharp.csproj" />
|
||||||
|
</Solution>
|
||||||
Binary file not shown.
Reference in New Issue
Block a user