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 7
7
<CompressionOsxRuntimesPath >runtimes/osx/native</CompressionOsxRuntimesPath >
8
8
</PropertyGroup >
9
9
10
- <!-- snappy-->
10
+ <!-- snappy/zstd -->
11
11
<!-- win-->
12
12
<ItemGroup >
13
13
<!-- x32/x64-->
32
32
<Link >%(FileName)%(Extension)</Link >
33
33
</Content >
34
34
</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 >
58
35
</Project >
You can’t perform that action at this time.
0 commit comments