diff options
-rw-r--r-- | .runsettings | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.runsettings b/.runsettings index f2be6f5..8114d6a 100644 --- a/.runsettings +++ b/.runsettings | |||
@@ -5,12 +5,12 @@ | |||
5 | <DiscoverCommandLine>--list-tests --verbosity high</DiscoverCommandLine> | 5 | <DiscoverCommandLine>--list-tests --verbosity high</DiscoverCommandLine> |
6 | <DiscoverTimeout>300000</DiscoverTimeout> | 6 | <DiscoverTimeout>300000</DiscoverTimeout> |
7 | 7 | ||
8 | <!-- The whole setup relies on Lua Binaries and headers to be located in a folder $(SolutionDir)/Binaries/$(PlatformName)/$(ConfigurationName) | 8 | <!-- The whole setup relies on Lua Binaries and headers to be located in a folder $(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName) |
9 | this is also true for linker input folders, the folder where lanes.lua is copied by the custom build operation, etc. | 9 | this is also true for linker input folders, the folder where lanes.lua is copied by the custom build operation, etc. |
10 | --> | 10 | --> |
11 | <Environment> | 11 | <Environment> |
12 | <LUA_PATH value="$(SolutionDir)/Binaries/$(PlatformName)/$(ConfigurationName)" /> | 12 | <LUA_PATH value="$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)" /> |
13 | <LUA_CPATH value="$(SolutionDir)/Binaries/$(PlatformName)/$(ConfigurationName)" /> | 13 | <LUA_CPATH value="$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)" /> |
14 | </Environment> | 14 | </Environment> |
15 | 15 | ||
16 | <!-- Executable Filename | 16 | <!-- Executable Filename |