You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
2.9 KiB
76 lines
2.9 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="libs\dh-win64\dhnetsdk.dll" />
|
|
<None Remove="libs\hk-win64\AudioRender.dll" />
|
|
<None Remove="libs\hk-win64\HCCore.dll" />
|
|
<None Remove="libs\hk-win64\HCNetSDK.dll" />
|
|
<None Remove="libs\hk-win64\HCNetSDKCom\HCCoreDevCfg.dll" />
|
|
<None Remove="libs\hk-win64\HCNetSDKCom\HCPreview.dll" />
|
|
<None Remove="libs\hk-win64\HmMerge.dll" />
|
|
<None Remove="libs\hk-win64\HXVA.dll" />
|
|
<None Remove="libs\hk-win64\libcrypto-1_1-x64.dll" />
|
|
<None Remove="libs\hk-win64\libssl-1_1-x64.dll" />
|
|
<None Remove="libs\hk-win64\PlayCtrl.dll" />
|
|
<None Remove="libs\hk-win64\SuperRender.dll" />
|
|
<None Remove="libs\ys-win64\NetDEVSDK.dll" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Include="libs\dh-win64\dhnetsdk.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="libs\hk-win64\HXVA.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Include="libs\hk-win64\AudioRender.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="libs\hk-win64\HCCore.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="libs\hk-win64\HCNetSDK.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="libs\hk-win64\HCNetSDKCom\HCCoreDevCfg.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="libs\hk-win64\HCNetSDKCom\HCPreview.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="libs\hk-win64\HmMerge.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="libs\hk-win64\libcrypto-1_1-x64.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="libs\hk-win64\libssl-1_1-x64.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="libs\hk-win64\PlayCtrl.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="libs\hk-win64\SuperRender.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="libs\ys-win64\NetDEVSDK.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="log4net" Version="2.0.15" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
<PackageReference Include="System.IO.Ports" Version="7.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|