Skip to content

Commit 68ddb80

Browse files
committed
Merge pull request ServiceStack#470 from JonCanning/master
Android build fix
2 parents b7ec3fa + c4d58f3 commit 68ddb80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ServiceStack.Common.Android/ServiceStack.Common.Android.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,15 +233,15 @@
233233
<Compile Include="..\ServiceStack.Common\ServiceClient.Web\JsvServiceClient.cs">
234234
<Link>ServiceClient.Web\JsvServiceClient.cs</Link>
235235
</Compile>
236+
<Compile Include="..\ServiceStack.Common\ServiceClient.Web\RouteMember.cs">
237+
<Link>ServiceClient.Web\RouteMember.cs</Link>
238+
</Compile>
236239
<Compile Include="..\ServiceStack.Common\ServiceClient.Web\ServiceClientBase.cs">
237240
<Link>ServiceClient.Web\ServiceClientBase.cs</Link>
238241
</Compile>
239242
<Compile Include="..\ServiceStack.Common\ServiceClient.Web\Soap11ServiceClient.cs">
240243
<Link>ServiceClient.Web\Soap11ServiceClient.cs</Link>
241244
</Compile>
242-
<Compile Include="..\ServiceStack.Common\ServiceClient.Web\Soap12ServiceClient.cs">
243-
<Link>ServiceClient.Web\Soap12ServiceClient.cs</Link>
244-
</Compile>
245245
<Compile Include="..\ServiceStack.Common\ServiceClient.Web\WcfServiceClient.cs">
246246
<Link>ServiceClient.Web\WcfServiceClient.cs</Link>
247247
</Compile>

0 commit comments

Comments
 (0)