File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
src/S7CommPlusDriver/build/net8.0 Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ <Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2+ <Target Name =" CopyNativeFiles" AfterTargets =" Build" >
3+ <Copy
4+ SourceFiles =" $(PackageRoot)\runtimes\osx-arm64\*.dylib"
5+ DestinationFolder =" $(OutDir)\runtimes\osx-arm64\"
6+ SkipUnchangedFiles =" true" />
7+ <Copy
8+ SourceFiles =" $(PackageRoot)\runtimes\win-arm64\native\*.dll"
9+ DestinationFolder =" $(OutDir)\runtimes\win-arm64\native\"
10+ SkipUnchangedFiles =" true" />
11+ <Copy
12+ SourceFiles =" $(PackageRoot)\runtimes\win-x64\native\*.dll"
13+ DestinationFolder =" $(OutDir)\runtimes\win-x64\native\"
14+ SkipUnchangedFiles =" true" />
15+ <Copy
16+ SourceFiles =" $(PackageRoot)\runtimes\win-x86\native\*.dll"
17+ DestinationFolder =" $(OutDir)\runtimes\win-x86\native\"
18+ SkipUnchangedFiles =" true" />
19+ </Target >
20+ </Project >
You can’t perform that action at this time.
0 commit comments