Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Fixed Android build #220

Merged
merged 1 commit into from
Oct 11, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -252,6 +252,9 @@
<Compile Include="..\..\ServiceStack.Text\DynamicProxy.cs"> <Compile Include="..\..\ServiceStack.Text\DynamicProxy.cs">
<Link>DynamicProxy.cs</Link> <Link>DynamicProxy.cs</Link>
</Compile> </Compile>
<Compile Include="..\..\ServiceStack.Text\DtoAttribute.cs">
<Link>DtoAttribute.cs</Link>
</Compile>
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" /> <Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down