Added buildcommand

This commit is contained in:
Simon Lübeß
2022-04-12 14:32:00 +02:00
parent 863c264001
commit 9105c12e33
3 changed files with 12 additions and 0 deletions
+3
View File
@@ -7,4 +7,7 @@ TargetType = "BeefLib"
StartupObject = "GlitchyEngineHelper.Program"
[Configs.Debug.Win64]
BuildCommandsOnCompile = "IfFilesChanged"
BuildCommandsOnRun = "IfFilesChanged"
LibPaths = ["$(ProjectDir)/out/build/x64-debug/GlitchyEngineHelper.lib"]
PostBuildCmds = ["$(ProjectDir)\\..\\bin\\vscmake.bat x64 $(ProjectDir) x64-debug"]