1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-06 08:15:59 +02:00

Paths fixed

This commit is contained in:
Brian Fiete 2019-11-07 10:31:20 -08:00
parent 9c9bfdc6d4
commit 58bf51f731
6 changed files with 8 additions and 4 deletions

View file

@ -1,5 +1,5 @@
FileVersion = 1
Projects = {BeefPerf = {Path = "."}, Beefy2D = {Path = "../BeefLibs/Beefy2D"}}
Projects = {BeefPerf = {Path = "."}, Beefy2D = "*"}
Unlocked = ["corlib"]
[Workspace]

View file

@ -1,5 +1,5 @@
FileVersion = 1
Projects = {LogViewer = {Path = "."}, Beefy2D = {Path = "../BeefLibs/Beefy2D"}}
Projects = {LogViewer = {Path = "."}, Beefy2D = "*"}
[Workspace]
StartupProject = "LogViewer"

View file

@ -1,5 +1,5 @@
FileVersion = 1
Projects = {MemProfiler = {Path = "."}, corlib = {Path = "../IDE\\corlib"}, Beefy2D = {Path = "../Beefy2D"}, BeefySysLib = {Path = "../BeefySysLib"}}
Projects = {MemProfiler = {Path = "."}, corlib = "*", Beefy2D = "*", BeefySysLib = "*"}
[Workspace]
StartupProject = "MemProfiler"

View file

@ -1,5 +1,5 @@
FileVersion = 1
Projects = {RandoCode = {Path = "."}, Beefy2D = {Path = "../../Beefy2D"}}
Projects = {RandoCode = {Path = "."}, Beefy2D = "*"}
[Workspace]
StartupProject = "RandoCode"