Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

25 linhas
950 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>HKCardIN</AssemblyName>
  7. <RootNamespace>HKCardIN</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>