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
9160e3e8
Commit
9160e3e8
authored
Oct 10, 2014
by
Vinicius Jarina
Browse files
Fixed build ..again
😤
parent
6d7f530a
Changes
3
Show whitespace changes
Inline
Side-by-side
Applications/LuaRunner/NLua.csproj
View file @
9160e3e8
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<AppDesignerFolder>
Properties
</AppDesignerFolder>
<AppDesignerFolder>
Properties
</AppDesignerFolder>
<RootNamespace>
NLua
</RootNamespace>
<RootNamespace>
NLua
</RootNamespace>
<AssemblyName>
NLua
</AssemblyName>
<AssemblyName>
NLua
</AssemblyName>
<ReleaseVersion>
2.x
</ReleaseVersion>
<ReleaseVersion>
1.3.1
</ReleaseVersion>
<TargetFrameworkVersion>
v4.5
</TargetFrameworkVersion>
<TargetFrameworkVersion>
v4.5
</TargetFrameworkVersion>
<TargetFrameworkProfile
/>
<TargetFrameworkProfile
/>
</PropertyGroup>
</PropertyGroup>
...
...
Core/NLua/Extensions/GeneralExtensions.cs
View file @
9160e3e8
...
@@ -116,7 +116,7 @@ namespace NLua.Extensions
...
@@ -116,7 +116,7 @@ namespace NLua.Extensions
if
(
t
.
IsPrimitive
())
if
(
t
.
IsPrimitive
())
return
true
;
return
true
;
// Unary - will always have only one version.
// Unary - will always have only one version.
var
op
=
t
.
Get
Public
Method
s
(
"op_UnaryNegation"
);
var
op
=
t
.
GetMethod
(
"op_UnaryNegation"
,
BindingFlags
.
Public
|
BindingFlags
.
Instance
|
BindingFlags
.
Static
);
return
op
!=
null
;
return
op
!=
null
;
}
}
...
...
NLua.Net45.sln
View file @
9160e3e8
...
@@ -142,8 +142,29 @@ Global
...
@@ -142,8 +142,29 @@ Global
$1.TabsToSpaces = False
$1.TabsToSpaces = False
$1.inheritsSet = VisualStudio
$1.inheritsSet = VisualStudio
$1.inheritsScope = text/plain
$1.inheritsScope = text/plain
$0.DotNetNamingPolicy = $2
$2.DirectoryNamespaceAssociation = None
$2.ResourceNamePolicy = FileFormatDefault
$0.TextStylePolicy = $3
$3.FileWidth = 120
$3.TabsToSpaces = False
$3.EolMarker = Windows
$3.inheritsSet = VisualStudio
$3.inheritsScope = text/plain
$3.scope = text/x-csharp
$0.CSharpFormattingPolicy = $4
$4.AfterDelegateDeclarationParameterComma = True
$4.inheritsSet = Mono
$4.inheritsScope = text/x-csharp
$4.scope = text/x-csharp
$0.TextStylePolicy = $5
$5.FileWidth = 120
$5.TabsToSpaces = False
$5.inheritsSet = VisualStudio
$5.inheritsScope = text/plain
$5.scope = text/plain
description = NLua
description = NLua
version =
2.x
version =
1.3.1
EndGlobalSection
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
HideSolutionNode = FALSE
...
...
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