1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Remove libgit from projects

This commit is contained in:
Brian Fiete 2024-10-21 09:39:11 -04:00
parent 576a899604
commit ad2aa15e42
3 changed files with 9 additions and 11 deletions

View file

@ -1,5 +1,5 @@
FileVersion = 1
Dependencies = {Beefy2D = "*", corlib = "*", libgit2 = "*"}
Dependencies = {Beefy2D = "*", corlib = "*"}
[Project]
Name = "BeefBuild"
@ -19,7 +19,7 @@ TargetName = "$(ProjectName)_d"
OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib IDEHelper64_d.lib Rpcrt4.lib Ole32.lib"
CLibType = "Dynamic"
BeefLibType = "DynamicDebug"
DebugCommandArguments = "-proddir=c:\\Beef\\IDE -config=Debug2"
DebugCommandArguments = "-proddir=c:\\proj\\BeefTest update BeefProj1"
DebugWorkingDirectory = "c:\\beef\\ide"
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
PreprocessorMacros = ["DEBUG", "CLI"]