MixedRealityCompanionKit
MixedRealityCompanionKit copied to clipboard
Add ReferenceCopyLocalPaths to csproj to find implementation dll for …
This should resolve the "implementation file not found" issue in #199 Since the MixedRemoteViewCompositor reference is set CopyLocal=true, we can use the <ReferenceCopyLocalPaths> to point to the dll.
I believe we can also leave SpecificVersion=false out, since it looks like Visual Studio defaults to SpecificVersion=false if we don't have a version/culture on the reference.
@adamtuliper This PR looks like it contains more than is mentioned in the description. Was that intentional?