aboutsummaryrefslogtreecommitdiff
path: root/.runsettings
diff options
context:
space:
mode:
Diffstat (limited to '.runsettings')
-rw-r--r--.runsettings8
1 files changed, 4 insertions, 4 deletions
diff --git a/.runsettings b/.runsettings
index 8114d6a..e349e01 100644
--- a/.runsettings
+++ b/.runsettings
@@ -8,10 +8,10 @@
8 <!-- The whole setup relies on Lua Binaries and headers to be located in a folder $(SolutionDir)/_LuaVersions/$(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)/_LuaVersions/$(PlatformName)/$(ConfigurationName)" /> 12 <LUA_PATH>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)</LUA_PATH>
13 <LUA_CPATH value="$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)" /> 13 <LUA_CPATH>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)</LUA_CPATH>
14 </Environment> 14 </Environment -->
15 15
16 <!-- Executable Filename 16 <!-- Executable Filename
17 Discover filenames with ... (must not include the .exe extension) 17 Discover filenames with ... (must not include the .exe extension)