Code Structure

Key assemblies

Summary of directory structure

	[Root]
	|-- deploy
	|-- design
	|-- dev_info
	|-- locales
	|-- projects
		|-- GKCore                (Core assembly common to all other projects)
		|-- GKv2                  (GKv2 implementation)
			|-- GEDKeeper2        (Main assembly for GKv2 implementation)
			|-- GKComponents      (Visual components for GKv2 implementation)
		|-- GKv3                  (GKv3 implementation)
			|-- GEDKeeper3        (Main assembly for GKv3 implementation)
			|-- GKComponents      (Visual components for GKv3 implementation)
		|-- GKvX                  (GK Xamarin implementation)
			|-- GEDKeeperX        (Main assembly for GK Xamarin implementation)
			|-- GKComponents      (Visual components for GK Xamarin implementation)
	|-- samples
	|-- scripts