Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
a7bec7fb
Commit
a7bec7fb
authored
Apr 21, 2019
by
Vinicius Jarina
Browse files
Bumped KeraLua
parent
92c5a9fa
Changes
52
Show whitespace changes
Inline
Side-by-side
packages/KeraLua.1.0.
8
/lib/xamarinwatchos/KeraLua.xml
→
packages/KeraLua.1.0.
9
/lib/xamarinwatchos/KeraLua.xml
View file @
a7bec7fb
File moved
packages/KeraLua.1.0.
8
/runtimes/linux-x64/native/liblua53.so
→
packages/KeraLua.1.0.
9
/runtimes/linux-x64/native/liblua53.so
View file @
a7bec7fb
File moved
packages/KeraLua.1.0.9/runtimes/osx/native/liblua53.dylib
0 → 100755
View file @
a7bec7fb
File added
packages/KeraLua.1.0.
8
/runtimes/win-x64/native/lua53.dll
→
packages/KeraLua.1.0.
9
/runtimes/win-x64/native/lua53.dll
View file @
a7bec7fb
No preview for this file type
packages/KeraLua.1.0.
8
/runtimes/win-x86/native/lua53.dll
→
packages/KeraLua.1.0.
9
/runtimes/win-x86/native/lua53.dll
View file @
a7bec7fb
No preview for this file type
tests/build/net45/NLuaTest.csproj
View file @
a7bec7fb
...
...
@@ -48,7 +48,7 @@
<Reference
Include=
"System.Xml.Linq"
/>
<Reference
Include=
"System.Xml"
/>
<Reference
Include=
"KeraLua"
>
<HintPath>
..\..\..\packages\KeraLua.1.0.
8
\lib\net45\KeraLua.dll
</HintPath>
<HintPath>
..\..\..\packages\KeraLua.1.0.
9
\lib\net45\KeraLua.dll
</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
...
...
@@ -70,5 +70,5 @@
<Error
Condition=
"!Exists('..\..\..\packages\NUnit.3.11.0\build\NUnit.props')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\..\packages\NUnit.3.11.0\build\NUnit.props'))"
/>
<Error
Condition=
"!Exists('..\..\..\packages\NUnit3TestAdapter.3.13.0\build\net35\NUnit3TestAdapter.props')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\..\packages\NUnit3TestAdapter.3.13.0\build\net35\NUnit3TestAdapter.props'))"
/>
</Target>
<Import
Project=
"..\..\..\packages\KeraLua.1.0.
8
\build\net45\KeraLua.targets"
Condition=
"Exists('..\..\..\packages\KeraLua.1.0.
8
\build\net45\KeraLua.targets')"
/>
<Import
Project=
"..\..\..\packages\KeraLua.1.0.
9
\build\net45\KeraLua.targets"
Condition=
"Exists('..\..\..\packages\KeraLua.1.0.
9
\build\net45\KeraLua.targets')"
/>
</Project>
\ No newline at end of file
tests/build/net45/packages.config
View file @
a7bec7fb
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"KeraLua"
version
=
"1.0.
8
"
targetFramework
=
"net45"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.
9
"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit"
version
=
"3.11.0"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit3TestAdapter"
version
=
"3.13.0"
targetFramework
=
"net45"
/>
</
packages
>
\ No newline at end of file
tests/build/netcore/NLuaTest.Core.csproj
View file @
a7bec7fb
...
...
@@ -25,7 +25,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="KeraLua" Version="1.0.
8
" />
<PackageReference Include="KeraLua" Version="1.0.
9
" />
<PackageReference Include="nunit" Version="3.11.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.13.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
...
...
tests/build/xamarinios/NLuaTest.XamariniOS.csproj
View file @
a7bec7fb
...
...
@@ -31,6 +31,27 @@
</MtouchVerbosity>
<MtouchExtraArgs>
--setenv=NUNIT_ENABLE_XML_OUTPUT=true --setenv=NUNIT_SKIP_LOG_HEADER=true
</MtouchExtraArgs>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "
>
<DebugSymbols>
true
</DebugSymbols>
<DebugType>
full
</DebugType>
<Optimize>
false
</Optimize>
<OutputPath>
bin\iPhoneSimulator\Debug
</OutputPath>
<DefineConstants>
DEBUG;
</DefineConstants>
<ErrorReport>
prompt
</ErrorReport>
<WarningLevel>
4
</WarningLevel>
<CodesignKey>
iPhone Developer
</CodesignKey>
<MtouchDebug>
true
</MtouchDebug>
<MtouchNoSymbolStrip>
true
</MtouchNoSymbolStrip>
<MtouchFastDev>
true
</MtouchFastDev>
<IOSDebuggerPort>
13196
</IOSDebuggerPort>
<MtouchLink>
SdkOnly
</MtouchLink>
<MtouchArch>
x86_64
</MtouchArch>
<MtouchHttpClientHandler>
NSUrlSessionHandler
</MtouchHttpClientHandler>
<DeviceSpecificBuild>
false
</DeviceSpecificBuild>
<MtouchVerbosity>
</MtouchVerbosity>
<MtouchExtraArgs>
--setenv=NUNIT_ENABLE_XML_OUTPUT=true --setenv=NUNIT_SKIP_LOG_HEADER=true
</MtouchExtraArgs>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Release|iPhone' "
>
<Optimize>
true
</Optimize>
<OutputPath>
bin\iPhone\Release
</OutputPath>
...
...
@@ -65,6 +86,22 @@
</MtouchVerbosity>
<MtouchExtraArgs>
--setenv=NUNIT_ENABLE_XML_OUTPUT=true --setenv=NUNIT_SKIP_LOG_HEADER=true
</MtouchExtraArgs>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "
>
<Optimize>
true
</Optimize>
<OutputPath>
bin\iPhoneSimulator\Release
</OutputPath>
<DefineConstants>
</DefineConstants>
<ErrorReport>
prompt
</ErrorReport>
<WarningLevel>
4
</WarningLevel>
<CodesignKey>
iPhone Developer
</CodesignKey>
<MtouchNoSymbolStrip>
true
</MtouchNoSymbolStrip>
<MtouchLink>
SdkOnly
</MtouchLink>
<MtouchArch>
x86_64
</MtouchArch>
<MtouchHttpClientHandler>
NSUrlSessionHandler
</MtouchHttpClientHandler>
<MtouchVerbosity>
</MtouchVerbosity>
<MtouchExtraArgs>
--setenv=NUNIT_ENABLE_XML_OUTPUT=true --setenv=NUNIT_SKIP_LOG_HEADER=true
</MtouchExtraArgs>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Debug|iPhone' "
>
<DebugSymbols>
true
</DebugSymbols>
<DebugType>
full
</DebugType>
...
...
@@ -96,7 +133,7 @@
<Reference
Include=
"MonoTouch.NUnitLite"
/>
<Reference
Include=
"System.Numerics"
/>
<Reference
Include=
"KeraLua"
>
<HintPath>
..\..\..\packages\KeraLua.1.0.
8
\lib\xamarinios\KeraLua.dll
</HintPath>
<HintPath>
..\..\..\packages\KeraLua.1.0.
9
\lib\xamarinios\KeraLua.dll
</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
...
...
tests/build/xamarinios/packages.config
View file @
a7bec7fb
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"Codefoco.Touch.Server"
version
=
"1.0.14"
targetFramework
=
"xamarinios10"
developmentDependency
=
"true"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.
8
"
targetFramework
=
"xamarinios10"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.
9
"
targetFramework
=
"xamarinios10"
/>
</
packages
>
\ No newline at end of file
tests/build/xamarintvos/NLuaTest.XamarinTVOS.csproj
View file @
a7bec7fb
...
...
@@ -98,7 +98,7 @@
<Reference
Include=
"MonoTouch.NUnitLite"
/>
<Reference
Include=
"System.Numerics"
/>
<Reference
Include=
"KeraLua"
>
<HintPath>
..\..\..\packages\KeraLua.1.0.
8
\lib\xamarintvos\KeraLua.dll
</HintPath>
<HintPath>
..\..\..\packages\KeraLua.1.0.
9
\lib\xamarintvos\KeraLua.dll
</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
...
...
tests/build/xamarintvos/packages.config
View file @
a7bec7fb
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"Codefoco.Touch.Server"
version
=
"1.0.14"
targetFramework
=
"xamarintvos10"
developmentDependency
=
"true"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.
8
"
targetFramework
=
"xamarintvos10"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.
9
"
targetFramework
=
"xamarintvos10"
/>
</
packages
>
\ No newline at end of file
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment