mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Updated version
This commit is contained in:
parent
07df54ddba
commit
5540a13a80
1 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ Description = "Beef IDE"
|
|||
Company = "BeefyTech LLC"
|
||||
Product = "Beef IDE"
|
||||
Copyright = "Copyright 2019 BeefyTech"
|
||||
FileVersion = "0.42.2"
|
||||
FileVersion = "0.42.3"
|
||||
ProductVersion = "0000000000000000"
|
||||
|
||||
[Configs.Debug.Win32]
|
||||
|
@ -24,7 +24,7 @@ OtherLinkFlags = ""
|
|||
TargetDirectory = "$(WorkspaceDir)/dist"
|
||||
TargetName = "BeefIDE_d"
|
||||
OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib IDEHelper64_d.lib"
|
||||
DebugCommandArguments = "-proddir=C:\\Beef_website\\BeefTools\\BeefInstall\\StubUI"
|
||||
DebugCommandArguments = "-proddir=C:\\Beef\\BeefBuild"
|
||||
DebugWorkingDirectory = "c:\\Beef"
|
||||
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
|
||||
|
||||
|
@ -48,7 +48,7 @@ OtherLinkFlags = ""
|
|||
TargetDirectory = "$(WorkspaceDir)/dist"
|
||||
TargetName = "BeefIDE_d2"
|
||||
OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib IDEHelper64_d.lib BeefySysLib64_d.lib wsock32.lib"
|
||||
DebugCommandArguments = "-workspace=c:\\beef\\IDE\\mintest"
|
||||
DebugCommandArguments = "-workspace=c:\\Beef\\IDE\\mintest"
|
||||
DebugWorkingDirectory = "$(ProjectDir)\\dist"
|
||||
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue