* Using new libHttpClient events to manage tasks
* New subsystemId parameter used
* Added memhook functions. Still not using these until xsapi core also honors them
* Switching C layer to use libHttpClient
* Updating to latest libHttpClient (#102)
* XboxLiveUser flat C implementation
* Update README.md
* XboxLiveUser flat C implementation. C# layer changes to PInvoke new C layer
* addressing CR feedback
* Revert "Reverting back TCUI changes (#80)" (#86)
This reverts commit e633958e12.
* Changing TCUI APIs to use __cdecl
* Changing to use __cdecl
* Fixing delegate to use CallingConvention.Cdecl
* Fixing an issue where Unity would fail trying to load the C dll
* Adding ucrt dependency to CSharp and checks to not load native c dll in editor.
* Renaming platform dlls to be similar to work around Unity issue
* Fixing meta files for the c dlls
* Revert "Moving all nuget paths to a single location (#74)"
This reverts commit 1e0731ceb7.
* Revert "Adding initial TCUI APIs (#73)"
This reverts commit d88ed9d84f.
* RevertingBackCppSource