Disable warning for LUA files in Visual Studio builds.
This commit is contained in:
@@ -5,7 +5,10 @@
|
||||
<VERSION_MAJOR>3</VERSION_MAJOR>
|
||||
<VERSION_MINOR>7</VERSION_MINOR>
|
||||
<PATCHLEVEL>0</PATCHLEVEL>
|
||||
<LUA_VERSION>5.4.2</LUA_VERSION>
|
||||
<LUA_MAJOR_VERSION>5</LUA_MAJOR_VERSION>
|
||||
<LUA_MINOR_VERSION>4</LUA_MINOR_VERSION>
|
||||
<LUA_PATCH_LEVEL>2></LUA_PATCH_LEVEL>
|
||||
<LUA_VERSION>$(LUA_MAJOR_VERSION).$(LUA_MINOR_VERSION).$(LUA_PATCH_LEVEL)</LUA_VERSION>
|
||||
<ADD_PACKAGE>true</ADD_PACKAGE>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup />
|
||||
|
||||
Reference in New Issue
Block a user