Skip to content

Commit b5f18e7

Browse files
committed
Updated solution to copy osvrTransform.dll to output directory.
1 parent bc391a8 commit b5f18e7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Managed-OSVR/ClientKit/ClientKit.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@
6666
<Content Include="osvrClient.dll">
6767
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6868
</Content>
69-
<Content Include="osvrTransform.dll" />
69+
<Content Include="osvrTransform.dll">
70+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
71+
</Content>
7072
<Content Include="osvrUtil.dll">
7173
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
7274
</Content>

0 commit comments

Comments
 (0)