Rename NetchLib to SearchComboBox

This commit is contained in:
ChsBuffer
2021-02-19 17:33:07 +08:00
parent 0e89c8726b
commit 7e9875a096
7 changed files with 255 additions and 255 deletions

View File

@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Platforms>AnyCPU</Platforms>
<UseWindowsForms>true</UseWindowsForms>
<LangVersion>latest</LangVersion>
</PropertyGroup>
</Project>