MixedRealityCompanionKit icon indicating copy to clipboard operation
MixedRealityCompanionKit copied to clipboard

Add ReferenceCopyLocalPaths to csproj to find implementation dll for …

Open adamtuliper opened this issue 8 years ago • 1 comments

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 avatar Nov 22 '17 10:11 adamtuliper

@adamtuliper This PR looks like it contains more than is mentioned in the description. Was that intentional?

keveleigh avatar Jun 08 '18 21:06 keveleigh