From 652cf51e8d7dbb280e50095c00bc9c672699903f Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Mon, 21 Feb 2022 10:15:22 +0100 Subject: Update deep_test.vcxproj.user --- deep_test/deep_test.vcxproj.user | 45 +++++++++++++++++++++++++++++++--------- 1 file changed, 35 insertions(+), 10 deletions(-) diff --git a/deep_test/deep_test.vcxproj.user b/deep_test/deep_test.vcxproj.user index 12ca15f..1c5be4b 100644 --- a/deep_test/deep_test.vcxproj.user +++ b/deep_test/deep_test.vcxproj.user @@ -1,16 +1,16 @@  - D:\Boulot\anubis\Lua\framework\lua53.exe + $(SolutionDir)..\Lua53\bin\$(Platform)\Debug\lua53.exe WindowsLocalDebugger -i - D:\Boulot\anubis\Lua\bindings\Lanes\lanes\deep_test\ + $(SolutionDir)Lanes\lanes\deep_test\ - D:\Boulot\anubis\Lua\framework\lua53.exe + $(SolutionDir)..\Lua51\bin\$(Platform)\Debug\lua51.exe WindowsLocalDebugger -i - D:\Boulot\anubis\Lua\bindings\Lanes\lanes\deep_test\ + $(SolutionDir)Lanes\lanes\deep_test\ $(SolutionDir)..\LuaJIT-2.1.0-beta3\bin\$(Platform)\luajit.exe @@ -19,22 +19,22 @@ $(SolutionDir)Lanes\lanes\deep_test\ - D:\Boulot\anubis\Lua\framework\lua54.exe + $(SolutionDir)..\framework\lua54.exe WindowsLocalDebugger -i deeptest.lua - D:\Boulot\anubis\Lua\bindings\Lanes\lanes\deep_test\ + $(SolutionDir)Lanes\lanes\deep_test\ - D:\Boulot\anubis\Lua\framework\lua53.exe + $(SolutionDir)..\Lua53\bin\$(Platform)\Release\lua53.exe WindowsLocalDebugger -i -- deeptest.lua - D:\Boulot\anubis\Lua\bindings\Lanes\lanes\deep_test\ + $(SolutionDir)Lanes\lanes\deep_test\ - D:\Boulot\anubis\Lua\framework\lua53.exe + $(SolutionDir)..\framework\lua54.exe WindowsLocalDebugger -i -- deeptest.lua - D:\Boulot\anubis\Lua\bindings\Lanes\lanes\deep_test\ + $(SolutionDir)Lanes\lanes\deep_test\ $(SolutionDir)..\LuaJIT-2.1.0-beta3\bin\$(Platform)\luajit.exe @@ -42,4 +42,29 @@ -i $(SolutionDir)Lanes\lanes\deep_test\ + + $(SolutionDir)Lanes\lanes\deep_test\ + WindowsLocalDebugger + $(SolutionDir)..\framework\lua54.exe + + + $(SolutionDir)Lanes\lanes\deep_test\ + WindowsLocalDebugger + $(SolutionDir)..\Lua51\bin\$(Platform)\Debug\lua51.exe + + + $(SolutionDir)Lanes\lanes\deep_test\ + WindowsLocalDebugger + $(SolutionDir)..\Lua53\bin\$(Platform)\Debug\lua53.exe + + + $(SolutionDir)Lanes\lanes\deep_test\ + WindowsLocalDebugger + $(SolutionDir)..\framework\lua54.exe + + + $(SolutionDir)Lanes\lanes\deep_test\ + WindowsLocalDebugger + $(SolutionDir)..\Lua53\bin\$(Platform)\Release\lua53.exe + \ No newline at end of file -- cgit v1.2.3-55-g6feb