-
Notifications
You must be signed in to change notification settings - Fork 536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Xamarin.Android.Build.utilities] Switch over to using the xamarin-android-tools repo for SDK resolution. [INPROGRESS] #241
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -643,6 +643,10 @@ | |
<Project>{E248B2CA-303B-4645-ADDC-9D4459D550FD}</Project> | ||
<Name>libZipSharp</Name> | ||
</ProjectReference> | ||
<ProjectReference Include="..\..\external\xamarin-android-tools\src\Xamarin.Android.Tools\Xamarin.Android.Tools.csproj"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We should possibly follow suit with other external modules:
This is so that the directory can be overridden. |
||
<Project>{E34BCFA0-CAA4-412C-AA1C-75DB8D67D157}</Project> | ||
<Name>Xamarin.Android.Tools</Name> | ||
</ProjectReference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Folder Include="pdb2mdb\" /> | ||
|
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be an
https://
url, like the other submodules. Requiringgit@
urls complicates checkouts for those who don't have GitHub accounts, iirc. (Or something like that...?)