1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-12 05:14:10 +02:00
Beef/BeefLibs/FMOD/BeefProj.toml

13 lines
272 B
TOML
Raw Normal View History

2020-04-02 08:57:48 -07:00
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\")"]