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.

77 lines
2.9 KiB

2 years ago
<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" />
2 years ago
</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">
2 years ago
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="libs\hk-win64\HCNetSDKCom\HCCoreDevCfg.dll">
2 years ago
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="libs\hk-win64\HCNetSDKCom\HCPreview.dll">
2 years ago
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="libs\hk-win64\HmMerge.dll">
2 years ago
<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">
2 years ago
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="libs\hk-win64\PlayCtrl.dll">
2 years ago
<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>
2 years ago
</ItemGroup>
<ItemGroup>
<PackageReference Include="log4net" Version="2.0.15" />
2 years ago
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.IO.Ports" Version="7.0.0" />
</ItemGroup>
</Project>