mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-13 22:04:09 +02:00
Updated version
This commit is contained in:
parent
4ac6bfe4b5
commit
5bb3966b47
1 changed files with 5 additions and 6 deletions
|
@ -3,18 +3,17 @@ Dependencies = {Beefy2D = "*", corlib = "*"}
|
||||||
|
|
||||||
[Project]
|
[Project]
|
||||||
Name = "IDE"
|
Name = "IDE"
|
||||||
TargetType = "BeefWindowsApplication"
|
TargetType = "BeefGUIApplication"
|
||||||
StartupObject = "IDE.Program"
|
StartupObject = "IDE.Program"
|
||||||
|
|
||||||
[Platform.Windows]
|
[Platform.Windows]
|
||||||
IconFile = "$(WorkspaceDir)/Resources/Beef.ico"
|
IconFile = "$(WorkspaceDir)/Resources/Beef.ico"
|
||||||
ManifestFile = "$(WorkspaceDir)/Resources/IDE.manifest"
|
ManifestFile = "$(WorkspaceDir)/Resources/IDE.manifest"
|
||||||
Description = "Beef IDE"
|
Description = "Beef IDE"
|
||||||
Comments = "a"
|
|
||||||
Company = "BeefyTech LLC"
|
Company = "BeefyTech LLC"
|
||||||
Product = "Beef IDE"
|
Product = "Beef IDE"
|
||||||
Copyright = "Copyright 2019 BeefyTech"
|
Copyright = "Copyright 2019 BeefyTech"
|
||||||
FileVersion = "0.42"
|
FileVersion = "0.42.2"
|
||||||
ProductVersion = "0000000000000000"
|
ProductVersion = "0000000000000000"
|
||||||
|
|
||||||
[Configs.Debug.Win32]
|
[Configs.Debug.Win32]
|
||||||
|
@ -25,8 +24,8 @@ OtherLinkFlags = ""
|
||||||
TargetDirectory = "$(WorkspaceDir)/dist"
|
TargetDirectory = "$(WorkspaceDir)/dist"
|
||||||
TargetName = "BeefIDE_d"
|
TargetName = "BeefIDE_d"
|
||||||
OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib IDEHelper64_d.lib"
|
OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib IDEHelper64_d.lib"
|
||||||
DebugCommandArguments = "-proddir=c:\\beef\\idehelper\\tests"
|
DebugCommandArguments = "-proddir=C:\\Beef_website\\BeefTools\\BeefInstall\\StubUI"
|
||||||
DebugWorkingDirectory = "c:\\Beef\\IDE\\Tests\\EmptyTest"
|
DebugWorkingDirectory = "c:\\Beef"
|
||||||
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
|
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
|
||||||
|
|
||||||
[Configs.Release.Win32]
|
[Configs.Release.Win32]
|
||||||
|
@ -49,7 +48,7 @@ OtherLinkFlags = ""
|
||||||
TargetDirectory = "$(WorkspaceDir)/dist"
|
TargetDirectory = "$(WorkspaceDir)/dist"
|
||||||
TargetName = "BeefIDE_d2"
|
TargetName = "BeefIDE_d2"
|
||||||
OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib IDEHelper64_d.lib BeefySysLib64_d.lib wsock32.lib"
|
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"
|
DebugWorkingDirectory = "$(ProjectDir)\\dist"
|
||||||
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
|
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue