Automatically set ScriptCore.dll reference in Visual Studio Solution/Project

This commit is contained in:
Simon Lübeß
2025-08-09 19:18:49 +02:00
parent b4f41fc218
commit d002dfe25e
2 changed files with 97 additions and 19 deletions
+1 -1
View File
@@ -787,7 +787,7 @@ namespace GlitchyEditor
_contentManager.SetAssetCacheDirectory(_currentProject.GetScopedPath!(".cache"));
_contentManager.SetAssetDirectory(_currentProject.AssetsFolder);
_currentProject.PathInProject(appAssemblyPath, scope $"bin/{_currentProject.Name}.dll");
_currentProject.PathInProject(appAssemblyPath, scope $".cache/bin/{_currentProject.Name}.dll");
ScriptEngine.SetAppAssemblyPath(appAssemblyPath);