File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change 2828
2929</PropertyGroup >
3030
31- <!-- <ItemGroup>
32- <Content Include="runtimes\win-x64\native\*" CopyToOutputDirectory="
 " Pack="true" PackagePath="\lib\$(TargetFramework)" />
33- <Content Include="runtimes\linux-x64\native\*" CopyToOutputDirectory="Always" Pack="true" PackagePath="\lib\$(TargetFramework)" />
34- <Content Include="runtimes\linux-arm64\native\*" CopyToOutputDirectory="Always" Pack="true" PackagePath="\lib\$(TargetFramework)" />
35-
36- <Content Include="runtimes\win-x86\native\*" CopyToOutputDirectory="Always" Pack="true" PackagePath="\lib\$(TargetFramework)" />
37- <Content Include="runtimes\linux-x86\native\*" CopyToOutputDirectory="Always" Pack="true" PackagePath="\lib\$(TargetFramework)" />
38- </ItemGroup>-->
39-
4031 <ItemGroup >
4132 <None Include =" build\**\*.*" Pack =" true" PackagePath =" build\" />
4233 <None Include =" runtimes/**" Pack =" true" PackagePath =" runtimes/" CopyToOutputDirectory =" PreserveNewest" />
4334 </ItemGroup >
44-
45- <!-- <ItemGroup>
46- <None Include="H264Sharp.targets" Pack="true" PackagePath="build/" />
47- </ItemGroup>-->
4835
4936 <ItemGroup >
5037 <None Include =" ..\Resources\Licence.txt" >
5138 <Pack >True</Pack >
5239 <PackagePath >\</PackagePath >
5340 </None >
5441 </ItemGroup >
55-
56- <!-- <ItemGroup>
57- <Folder Include="runtimes\linux-arm64\native\" />
58- <Folder Include="runtimes\linux-x64\native\" />
59- <Folder Include="runtimes\win-x64\native\" />
60- </ItemGroup>
61-
62- <ItemGroup>
63- <None Update="runtimes\linux-arm32\native\H264SharpNative-linux-arm32.so">
64- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
65- </None>
66- <None Update="runtimes\linux-arm32\native\libopenh264-2.4.1-linux-arm.7.so">
67- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
68- </None>
69- </ItemGroup>-->
7042
7143</Project >
7244
You can’t perform that action at this time.
0 commit comments