b64d50571e | ||
---|---|---|
Sandbox | ||
Xamarin.Forms@41e5358169 | ||
.gitignore | ||
.gitmodules | ||
Readme.md | ||
Xamarin.Forms.Sandbox.sln |
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
- FromSource (if you change this setting you will most likely need to obj/bin clean and reset VS)
-
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
- Drop these global files here into a directory above your main projects https://github.com/PureWeen/Xamarin.Forms.Sandbox/tree/master/Sandbox
- Drop the platform specific *.target files https://github.com/PureWeen/Xamarin.Forms.Sandbox/tree/master/Sandbox/Xamarin.Forms.Sandbox.Android into your platform project folders
- Remove the references to the Xamarin.Forms nugets from your platform csproj files
- Nuget.targets
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