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.

HKCardOUT.csproj 2.5 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <UseWindowsForms>true</UseWindowsForms>
  5. <TargetFramework>net6.0-windows</TargetFramework>
  6. <SatelliteResourceLanguages>zh-Hans</SatelliteResourceLanguages>
  7. <UseWPF>true</UseWPF>
  8. <AssemblyName>HKCardOUT</AssemblyName>
  9. <RootNamespace>HKCardOUT</RootNamespace>
  10. <Version>1.0.0.0</Version>
  11. <Configurations>Debug;Release</Configurations>
  12. <Copyright>Copyright © HBL 2022</Copyright>
  13. <FileVersion>1.0.0.0</FileVersion>
  14. <AssemblyVersion>1.0.0.0</AssemblyVersion>
  15. <Platforms>AnyCPU;x86</Platforms>
  16. </PropertyGroup>
  17. <!--<PropertyGroup>
  18. <ApplicationManifest>App.manifest</ApplicationManifest>
  19. </PropertyGroup>-->
  20. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  21. <DefineConstants>TRACE;Core</DefineConstants>
  22. </PropertyGroup>
  23. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
  24. <DefineConstants>TRACE;Core</DefineConstants>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
  27. <DefineConstants>TRACE;Core</DefineConstants>
  28. </PropertyGroup>
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
  30. <DefineConstants>TRACE;Core</DefineConstants>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <None Remove="HKResouces\背景.jpg" />
  34. </ItemGroup>
  35. <ItemGroup>
  36. <PackageReference Include="CalcBinding" Version="2.5.2" />
  37. <PackageReference Include="HandyControls" Version="3.4.1" />
  38. <PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
  39. <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
  40. <PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1343.22" />
  41. <PackageReference Include="Quartz" Version="3.4.0" />
  42. <PackageReference Include="Stylet" Version="1.3.6" />
  43. <PackageReference Include="SqlSugarCore" Version="5.1.2.7" />
  44. <PackageReference Include="XExten.Advance" Version="1.2.4.2-preview" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Resource Include="HKResouces\背景.jpg" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <None Update="options.json">
  51. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  52. </None>
  53. </ItemGroup>
  54. <ItemGroup>
  55. <ProjectReference Include="..\HKControl\HKControl.csproj" />
  56. <ProjectReference Include="..\HKLib\HKLib.csproj" />
  57. <ProjectReference Include="..\HKLog\HKLog.csproj" />
  58. <ProjectReference Include="..\UHFHelper\UHFHelper.csproj" />
  59. </ItemGroup>
  60. <ProjectExtensions>
  61. <VisualStudio>
  62. <UserProperties />
  63. </VisualStudio>
  64. </ProjectExtensions>
  65. </Project>