Add files via upload

This commit is contained in:
zsyg
2025-07-01 20:10:29 +08:00
committed by GitHub
parent 0268e13b56
commit 1d0454ccf9
2 changed files with 1482 additions and 1435 deletions

View File

@@ -16,6 +16,9 @@
<ItemGroup> <ItemGroup>
<None Include="help.txt" /> <None Include="help.txt" />
<None Include="resource\NetWorkManager\*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="resource\*.exe"> <None Include="resource\*.exe">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None> </None>
@@ -33,4 +36,8 @@
</None> </None>
</ItemGroup> </ItemGroup>
<ItemGroup>
<PackageReference Include="ZXing.Net" Version="0.16.8" />
</ItemGroup>
</Project> </Project>

File diff suppressed because it is too large Load Diff