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
d8512b2c
"vscode:/vscode.git/clone" did not exist on "b5b573a3daec381f06391e890ebdc3fe09640659"
Commit
d8512b2c
authored
Oct 12, 2013
by
Vinicius Jarina
Browse files
Fixed AssemblyName on iOS build.
parent
7e264fca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Core/NLua/NLua.iOS.csproj
View file @
d8512b2c
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<OutputType>
Library
</OutputType>
<OutputType>
Library
</OutputType>
<RootNamespace>
NLua.iOS
</RootNamespace>
<RootNamespace>
NLua.iOS
</RootNamespace>
<IPhoneResourcePrefix>
Resources
</IPhoneResourcePrefix>
<IPhoneResourcePrefix>
Resources
</IPhoneResourcePrefix>
<AssemblyName>
NLuaiOS
</AssemblyName>
<AssemblyName>
NLua
.
iOS
</AssemblyName>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "
>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "
>
<DebugSymbols>
True
</DebugSymbols>
<DebugSymbols>
True
</DebugSymbols>
...
...
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