|
@@ -13,7 +13,7 @@ Description = "Beef IDE"
|
|
|
Company = "BeefyTech LLC"
|
|
|
Product = "Beef IDE"
|
|
|
Copyright = "Copyright 2019 BeefyTech"
|
|
|
-FileVersion = "0.43.1"
|
|
|
+FileVersion = "0.43.2"
|
|
|
ProductVersion = "0000000000000000"
|
|
|
|
|
|
[Configs.Debug.Win32]
|
|
@@ -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:\\proj\\BeefTest"
|
|
|
+DebugCommandArguments = "-workspace=c:\\proj\\BeefTest"
|
|
|
DebugWorkingDirectory = "$(ProjectDir)\\dist"
|
|
|
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
|
|
|
|