mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +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]
|
||||
Name = "IDE"
|
||||
TargetType = "BeefWindowsApplication"
|
||||
TargetType = "BeefGUIApplication"
|
||||
StartupObject = "IDE.Program"
|
||||
|
||||
[Platform.Windows]
|
||||
IconFile = "$(WorkspaceDir)/Resources/Beef.ico"
|
||||
ManifestFile = "$(WorkspaceDir)/Resources/IDE.manifest"
|
||||
Description = "Beef IDE"
|
||||
Comments = "a"
|
||||
Company = "BeefyTech LLC"
|
||||
Product = "Beef IDE"
|
||||
Copyright = "Copyright 2019 BeefyTech"
|
||||
FileVersion = "0.42"
|
||||
FileVersion = "0.42.2"
|
||||
ProductVersion = "0000000000000000"
|
||||
|
||||
[Configs.Debug.Win32]
|
||||
|
@ -25,8 +24,8 @@ 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\\idehelper\\tests"
|
||||
DebugWorkingDirectory = "c:\\Beef\\IDE\\Tests\\EmptyTest"
|
||||
DebugCommandArguments = "-proddir=C:\\Beef_website\\BeefTools\\BeefInstall\\StubUI"
|
||||
DebugWorkingDirectory = "c:\\Beef"
|
||||
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
|
||||
|
||||
[Configs.Release.Win32]
|
||||
|
@ -49,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