* Generating basic sources from winmd for basic classes / interfaces.
* Hide cswinrt window
* Move properties to target file due to property from csproj not always set in props.
* Fix activation factory
* dynamic CCW creation for C# types projected by C#/WinRT
* Reducing # of times temp folder is generated.
* Add method overloads.
* Fix static interfaces.
* Fix not default interface.
* Implement factory class members
* Struct authoring support and fixing which types get the CCW version.
* Delegate support with initial generic and type mapping support.
* Fix weak references.
* Add CCW caching support.
* Adjust to function ptr changes.
* Delete generated sources directory.
* Initial restructure to exercise nuget package references instead of project references. Builds, but doesn't run. Some issues with how to manage the nuget cache while building/restoring. May need to ditch the nuget packaging, but keep the interop assemblies.
* remove project refs
* Remove nuget-based structure
* fix tests, sample, remove nuspecs
* winui tweak
* post rebase fixups
* post rebase fixup
* cleanup
* swallow RPC_E_DISCONNECTED in ContextCallback when apartment lost (this is better than try/catch which still causes test runs to fail in VS)
* removed nuget-related cruft