25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

26 satır
1020 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net6.0-windows</TargetFramework>
  5. <SatelliteResourceLanguages>zh-Hans</SatelliteResourceLanguages>
  6. <UseWPF>true</UseWPF>
  7. <AssemblyName>HKCardOUT</AssemblyName>
  8. <RootNamespace>HKCardOUT</RootNamespace>
  9. <Version>1.0.0.0</Version>
  10. <Configurations>Debug;Release</Configurations>
  11. <Copyright>Copyright © HBL 2022</Copyright>
  12. <FileVersion>1.0.0.0</FileVersion>
  13. <AssemblyVersion>1.0.0.0</AssemblyVersion>
  14. </PropertyGroup>
  15. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  16. <DefineConstants>TRACE;Core</DefineConstants>
  17. </PropertyGroup>
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
  19. <DefineConstants>TRACE;Core</DefineConstants>
  20. </PropertyGroup>
  21. <ItemGroup>
  22. <PackageReference Include="HandyControls" Version="3.4.1" />
  23. <PackageReference Include="Stylet" Version="1.3.6" />
  24. </ItemGroup>
  25. </Project>