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:
parent
576a899604
commit
ad2aa15e42
3 changed files with 9 additions and 11 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue