1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 23:36:00 +02:00

Version bump to 0.43.4

This commit is contained in:
Brian Fiete 2022-06-20 07:41:14 -07:00
parent 48571d374f
commit 5dcb584242
3 changed files with 9 additions and 11 deletions

View file

@ -7,7 +7,7 @@ StartupObject = "BeefBuild.Program"
[Platform.Windows]
Description = "BeefBuild"
FileVersion = "0.43.3"
FileVersion = "0.43.4"
[Configs.Debug.Win32]
TargetName = ""
@ -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\\IDEHelper\\Tests -test"
DebugCommandArguments = "-proddir=c:\\Beef\\IDE -config=Debug2"
DebugWorkingDirectory = "c:\\beef\\ide"
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
PreprocessorMacros = ["DEBUG", "CLI"]
@ -75,9 +75,6 @@ DebugWorkingDirectory = "$(ProjectDir)\\dist"
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
PreprocessorMacros = ["RELEASE", "CLI"]
[Configs.Release.Win64z]
BuildKind = "StaticLib"
[Configs.Debug2.Win32]
TargetName = ""
OtherLinkFlags = ""