No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

25 líneas
952 B

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