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
a1ea6121
"packages/KeraLua.1.0.11/lib/xamarinios/KeraLua.xml" did not exist on "0432ec9310e9cda077d9aaa33ca008bb924df3c6"
Commit
a1ea6121
authored
Feb 22, 2020
by
Vinicius Jarina
Browse files
Added UWP support.
parent
1a39e4db
Changes
86
Hide whitespace changes
Inline
Side-by-side
tests/build/net45/packages.config
View file @
a1ea6121
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"KeraLua"
version
=
"1.0.2
6
"
targetFramework
=
"net45"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.2
7
"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit"
version
=
"3.12.0"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit.ConsoleRunner"
version
=
"3.1
0.0
"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit.ConsoleRunner"
version
=
"3.1
1.1
"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit3TestAdapter"
version
=
"3.16.1"
targetFramework
=
"net45"
developmentDependency
=
"true"
/>
</
packages
>
\ No newline at end of file
tests/build/netcore/NLuaTest.Core.csproj
View file @
a1ea6121
...
...
@@ -25,12 +25,12 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="KeraLua" Version="1.0.2
6
" />
<PackageReference Include="KeraLua" Version="1.0.2
7
" />
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1"><IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.
4
.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.
5
.0" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\scripts\core\bisect.lua">
...
...
tests/build/xamarinios/NLuaTest.XamariniOS.csproj
View file @
a1ea6121
...
...
@@ -126,15 +126,15 @@
<MtouchExtraArgs>
--setenv=NUNIT_ENABLE_XML_OUTPUT=true --setenv=NUNIT_SKIP_LOG_HEADER=true --interpreter
</MtouchExtraArgs>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"KeraLua, Version=1.0.27.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL"
>
<HintPath>
..\..\..\packages\KeraLua.1.0.27\lib\xamarinios\KeraLua.dll
</HintPath>
</Reference>
<Reference
Include=
"System"
/>
<Reference
Include=
"System.Xml"
/>
<Reference
Include=
"System.Core"
/>
<Reference
Include=
"Xamarin.iOS"
/>
<Reference
Include=
"MonoTouch.NUnitLite"
/>
<Reference
Include=
"System.Numerics"
/>
<Reference
Include=
"KeraLua"
>
<HintPath>
..\..\..\packages\KeraLua.1.0.26\lib\xamarinios\KeraLua.dll
</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<InterfaceDefinition
Include=
"LaunchScreen.storyboard"
/>
...
...
@@ -153,6 +153,8 @@
<ProjectReference
Include=
"..\..\..\build\XamariniOS\NLua.XamariniOS.csproj"
>
<Project>
{8FAFDF62-E07E-487A-863C-74F308AE7BA6}
</Project>
<Name>
NLua.XamariniOS
</Name>
<IsAppExtension>
false
</IsAppExtension>
<IsWatchApp>
false
</IsWatchApp>
</ProjectReference>
</ItemGroup>
<ItemGroup
/>
...
...
tests/build/xamarinios/packages.config
View file @
a1ea6121
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"Codefoco.Touch.Server"
version
=
"1.0.19"
targetFramework
=
"xamarinios10"
developmentDependency
=
"true"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.2
6
"
targetFramework
=
"xamarinios10"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.2
7
"
targetFramework
=
"xamarinios10"
/>
</
packages
>
\ No newline at end of file
tests/build/xamarintvos/NLuaTest.XamarinTVOS.csproj
View file @
a1ea6121
...
...
@@ -91,15 +91,15 @@
<MtouchExtraArgs>
--setenv=NUNIT_ENABLE_XML_OUTPUT=true --setenv=NUNIT_SKIP_LOG_HEADER=true
</MtouchExtraArgs>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"KeraLua, Version=1.0.27.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL"
>
<HintPath>
..\..\..\packages\KeraLua.1.0.27\lib\xamarintvos\KeraLua.dll
</HintPath>
</Reference>
<Reference
Include=
"System"
/>
<Reference
Include=
"System.Xml"
/>
<Reference
Include=
"System.Core"
/>
<Reference
Include=
"Xamarin.TVOS"
/>
<Reference
Include=
"MonoTouch.NUnitLite"
/>
<Reference
Include=
"System.Numerics"
/>
<Reference
Include=
"KeraLua"
>
<HintPath>
..\..\..\packages\KeraLua.1.0.26\lib\xamarintvos\KeraLua.dll
</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ImageAsset
Include=
"Assets.xcassets\App Icon & Top Shelf Image.brandassets\Contents.json"
>
...
...
@@ -171,6 +171,8 @@
<ProjectReference
Include=
"..\..\..\build\TVOS\NLua.TVOS.csproj"
>
<Project>
{9238F6AA-2D63-4804-99D1-C279871F5669}
</Project>
<Name>
NLua.TVOS
</Name>
<IsAppExtension>
false
</IsAppExtension>
<IsWatchApp>
false
</IsWatchApp>
</ProjectReference>
</ItemGroup>
<ItemGroup>
...
...
tests/build/xamarintvos/packages.config
View file @
a1ea6121
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"Codefoco.Touch.Server"
version
=
"1.0.19"
targetFramework
=
"xamarintvos10"
developmentDependency
=
"true"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.2
6
"
targetFramework
=
"xamarintvos10"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.2
7
"
targetFramework
=
"xamarintvos10"
/>
</
packages
>
\ No newline at end of file
Prev
1
2
3
4
5
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