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
8ec434bb
Commit
8ec434bb
authored
Oct 10, 2014
by
Vinicius Jarina
Browse files
Fixed typo.
parent
50da4861
Changes
6
Show whitespace changes
Inline
Side-by-side
ConsoleTest/ConsoleTest.csproj
View file @
8ec434bb
...
...
@@ -11,7 +11,7 @@
<AssemblyName>
ConsoleTest
</AssemblyName>
<TargetFrameworkVersion>
v4.5
</TargetFrameworkVersion>
<FileAlignment>
512
</FileAlignment>
<ReleaseVersion>
2.x
</ReleaseVersion>
<ReleaseVersion>
1.3.1
</ReleaseVersion>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "
>
<PlatformTarget>
x86
</PlatformTarget>
...
...
Core/NLua/NLua.Net45.csproj
View file @
8ec434bb
...
...
@@ -8,7 +8,7 @@
<AppDesignerFolder>
Properties
</AppDesignerFolder>
<RootNamespace>
NLua
</RootNamespace>
<AssemblyName>
NLua
</AssemblyName>
<ReleaseVersion>
2.x
</ReleaseVersion>
<ReleaseVersion>
1.3.1
</ReleaseVersion>
<TargetFrameworkVersion>
v4.5
</TargetFrameworkVersion>
<TargetFrameworkProfile
/>
</PropertyGroup>
...
...
Core/NLua/ObjectTranslator.cs
View file @
8ec434bb
...
...
@@ -913,7 +913,7 @@ namespace NLua
{
if
(
o
is
ILuaGeneratedType
)
{
// Make sure we are _really_ ILuaGenerated
var
typ
=
o
.
GetType
().
GetTypeInfo
();
var
typ
=
o
.
GetType
();
return
typ
.
GetInterface
(
"ILuaGeneratedType"
,
true
)
!=
null
;
}
return
false
;
...
...
NLuaTest/NLuaTest.csproj
View file @
8ec434bb
...
...
@@ -9,7 +9,7 @@
<RootNamespace>
NLuaTest
</RootNamespace>
<AssemblyName>
NLuaTest
</AssemblyName>
<FileAlignment>
512
</FileAlignment>
<ReleaseVersion>
2.x
</ReleaseVersion>
<ReleaseVersion>
1.3.1
</ReleaseVersion>
<TargetFrameworkVersion>
v4.5
</TargetFrameworkVersion>
<TargetFrameworkProfile
/>
</PropertyGroup>
...
...
@@ -95,7 +95,7 @@
<Name>
KeraLua.Net45
</Name>
</ProjectReference>
<ProjectReference
Include=
"..\Core\KopiLua\KopiLua\KopiLua.Net45.csproj"
>
<Project>
{
e8ddbc
21-
ef
74-4
aba
-9
c
49-
bfc
702
be
25
d
8}
</Project>
<Project>
{
E8DDBC
21-
EF
74-4
ABA
-9
C
49-
BFC
702
BE
25
D
8}
</Project>
<Name>
KopiLua.Net45
</Name>
</ProjectReference>
<ProjectReference
Include=
"..\Core\NLua\NLua.Net45.csproj"
>
...
...
tests/Core.cs
View file @
8ec434bb
tests/TestLua.cs
View file @
8ec434bb
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