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
6b5f6f09
"Core/LuaInterface/LuaInterface.IOS.csproj" did not exist on "75f462546757c2b70078be13a9592895d7e9d65e"
Commit
6b5f6f09
authored
Jul 29, 2014
by
Vinicius Jarina
Browse files
[iOS][Android] Fixed iOS,Android build added missing System.Numerics reference.
parent
cf84988f
Changes
2
Hide whitespace changes
Inline
Side-by-side
NLuaTests.Android/NLuaTest.Android.csproj
View file @
6b5f6f09
...
@@ -46,6 +46,7 @@
...
@@ -46,6 +46,7 @@
<Reference
Include=
"System.Core"
/>
<Reference
Include=
"System.Core"
/>
<Reference
Include=
"Mono.Android"
/>
<Reference
Include=
"Mono.Android"
/>
<Reference
Include=
"Xamarin.Android.NUnitLite"
/>
<Reference
Include=
"Xamarin.Android.NUnitLite"
/>
<Reference
Include=
"System.Numerics"
/>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<Compile
Include=
"MainActivity.cs"
/>
<Compile
Include=
"MainActivity.cs"
/>
...
...
ios/NLuaTestsiOS/NLuaTest.csproj
View file @
6b5f6f09
...
@@ -109,6 +109,7 @@
...
@@ -109,6 +109,7 @@
<Reference
Include=
"System.Core"
/>
<Reference
Include=
"System.Core"
/>
<Reference
Include=
"monotouch"
/>
<Reference
Include=
"monotouch"
/>
<Reference
Include=
"MonoTouch.NUnitLite"
/>
<Reference
Include=
"MonoTouch.NUnitLite"
/>
<Reference
Include=
"System.Numerics"
/>
</ItemGroup>
</ItemGroup>
<ItemGroup
/>
<ItemGroup
/>
<ItemGroup>
<ItemGroup>
...
@@ -138,6 +139,7 @@
...
@@ -138,6 +139,7 @@
</Compile>
</Compile>
</ItemGroup>
</ItemGroup>
<Import
Project=
"$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets"
/>
<Import
Project=
"$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets"
/>
<Import
Project=
"$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets"
/>
<ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\..\Core\NLua\NLua.iOS.csproj"
>
<ProjectReference
Include=
"..\..\Core\NLua\NLua.iOS.csproj"
>
<Project>
{7064B157-DD57-4828-94C5-CA149B25CB40}
</Project>
<Project>
{7064B157-DD57-4828-94C5-CA149B25CB40}
</Project>
...
...
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