We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83de593 + dc2a1d3 commit ce80d27Copy full SHA for ce80d27
OpenEphys.Onix1.Design/OpenEphys.Onix1.Design.csproj
@@ -42,4 +42,11 @@
42
</EmbeddedResource>
43
</ItemGroup>
44
45
+ <Target Name="CopyNativeDependencies" AfterTargets="AfterBuild">
46
+ <ItemGroup>
47
+ <NativeDlls Include="$(OutputPath)..\..\OpenEphys.Onix1\$(ArtifactsPivots)\*.dll" />
48
+ </ItemGroup>
49
+ <Copy SourceFiles="@(NativeDlls)" DestinationFolder="$(OutputPath)" />
50
+ </Target>
51
+
52
</Project>
0 commit comments