Skip to content

Commit

Permalink
It still miss the types without adding reference to Support.v4.dll.
Browse files Browse the repository at this point in the history
  • Loading branch information
Atsushi Eno committed Aug 29, 2012
1 parent 6c03fba commit 9a09460
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions ActionBarSherlock/ActionBarSherlock/ActionBarSherlock.csproj
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Mono.Android" />
<Reference Include="Mono.Android.Support.v4" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down
Empty file modified ActionBarSherlock/ActionBarSherlock/Transforms/Metadata.xml
100644 → 100755
Empty file.
8 changes: 7 additions & 1 deletion ActionBarSherlock/ActionBarSherlockTest/Mono.ActionbarsherlockTest.csproj
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Mono.Android" />
<Reference Include="Mono.Android.Support.v4" />
</ItemGroup>
<ItemGroup>
<Compile Include="Resources\Resource.designer.cs" />
Expand Down Expand Up @@ -119,4 +120,9 @@
<Name>ActionBarSherlock</Name>
</ProjectReference>
</ItemGroup>
</Project>
<ItemGroup>
<AndroidJavaLibrary Include="..\ActionBarSherlock\Jars\android-support-v4.jar">
<Link>android-support-v4.jar</Link>
</AndroidJavaLibrary>
</ItemGroup>
</Project>

0 comments on commit 9a09460

Please sign in to comment.