File tree Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Original file line number Diff line number Diff line change 77 <CompressionOsxRuntimesPath >runtimes/osx/native</CompressionOsxRuntimesPath >
88 </PropertyGroup >
99
10- <!-- snappy-->
10+ <!-- snappy/zstd -->
1111 <!-- win-->
1212 <ItemGroup >
1313 <!-- x32/x64-->
3232 <Link >%(FileName)%(Extension)</Link >
3333 </Content >
3434 </ItemGroup >
35-
36- <!-- zstd-->
37- <!-- win -->
38- <ItemGroup >
39- <Content Include =" $(MSBuildThisFileDirectory)../$(CompressionWinRuntimesPath)/*.dll" >
40- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
41- <Link >%(FileName)%(Extension)</Link >
42- </Content >
43- </ItemGroup >
44- <!-- linux-->
45- <ItemGroup >
46- <Content Include =" $(MSBuildThisFileDirectory)../$(CompressionLinuxRuntimesPath)/*.so" >
47- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
48- <Link >%(FileName)%(Extension)</Link >
49- </Content >
50- </ItemGroup >
51- <!-- osx-->
52- <ItemGroup >
53- <Content Include =" $(MSBuildThisFileDirectory)../$(CompressionOsxRuntimesPath)/*.dylib" >
54- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
55- <Link >%(FileName)%(Extension)</Link >
56- </Content >
57- </ItemGroup >
5835</Project >
You can’t perform that action at this time.
0 commit comments