Перейти к файлу
Shane Neuville 2b61a1998b targets 2019-11-11 23:48:07 -07:00
Sandbox targets 2019-11-11 23:48:07 -07:00
Xamarin.Forms@51c115de0b uwp shell 2019-09-17 10:26:08 -06:00
.gitignore first commit 2019-07-29 12:09:12 -06:00
.gitmodules android 2019-07-29 12:52:20 -06:00
Readme.md Update Readme.md 2019-08-01 14:15:02 -06:00
Xamarin.Forms.Sandbox.sln Add android project for ABI Break testing 2019-08-05 13:08:11 -06:00

Readme.md

  • Root Directory.Builds.Props file settings

    • FromSource (if you change this setting you will most likely need to obj/bin clean and reset VS)
      • false means build from nugets
      • true means build from sources
    • XamarinFormsSource
      • location on your drive of Xamarin Forms source files
    • XamarinFormsVersion
      • Version of Xamarin Forms Nuget you want to use
  • Each project has specify targets that apply to that platform

    • Nuget.targets
      • Targets used to import nugets
    • Source.Targets
      • Targets used to import source code

    Using with your own project

Cloning the repository

Clone repositories using recursive parameter:

git clone git@github.com:PureWeen/Xamarin.Forms.Sandbox.git --recursive

Or Update

git submodule update --init --recursive