-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBeefProj.toml
22 lines (17 loc) · 917 Bytes
/
BeefProj.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
FileVersion = 1
Dependencies = {corlib = "*", corlib = "*"}
[Project]
Name = "FreeType"
Version = "0.1"
[Configs.Debug.Win64]
LibPaths = ["$(ProjectDir)/dist/$(Configuration)_$(Platform)/freetype.lib"]
PostBuildCmds = ["CopyToDependents(\"$(ProjectDir)/dist/$(Configuration)_$(Platform)/freetype.dll\")"]
[Configs.Release.Win64]
LibPaths = ["$(ProjectDir)/dist/$(Configuration)_$(Platform)/freetype.lib"]
PostBuildCmds = ["CopyToDependents(\"$(ProjectDir)/dist/$(Configuration)_$(Platform)/freetype.dll\")"]
[Configs.Paranoid.Win64]
LibPaths = ["$(ProjectDir)/dist/$(Configuration)_$(Platform)/freetype.lib"]
PostBuildCmds = ["CopyToDependents(\"$(ProjectDir)/dist/$(Configuration)_$(Platform)/freetype.dll\")"]
[Configs.Test.Win64]
LibPaths = ["$(ProjectDir)/dist/$(Configuration)_$(Platform)/freetype.lib"]
PostBuildCmds = ["CopyToDependents(\"$(ProjectDir)/dist/$(Configuration)_$(Platform)/freetype.dll\")"]