mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 05:14:10 +02:00
13 lines
272 B
TOML
13 lines
272 B
TOML
![]() |
FileVersion = 1
|
||
|
|
||
|
[Project]
|
||
|
Name = "FMOD"
|
||
|
TargetType = "BeefLib"
|
||
|
StartupObject = "Program"
|
||
|
|
||
|
[Configs.Debug.Win64]
|
||
|
PostBuildCmds = ["CopyToDependents(\"$(ProjectDir)/dist/*.dll\")"]
|
||
|
|
||
|
[Configs.Release.Win64]
|
||
|
PostBuildCmds = ["CopyToDependents(\"$(ProjectDir)/dist/*.dll\")"]
|