mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
10 lines
279 B
TOML
10 lines
279 B
TOML
FileVersion = 1
|
|
|
|
[Project]
|
|
Name = "DocPrep"
|
|
StartupObject = "DocPrep.Program"
|
|
|
|
[Configs.Debug.Win64]
|
|
TargetDirectory = "$(WorkspaceDir)/../../IDE/dist"
|
|
OtherLinkFlags = "$(LinkFlags) IDEHelper64_d.lib"
|
|
DebugCommandArguments = "c:\\beef\\BeefLibs\\corlib\\src c:\\temp\\beefdocs"
|