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.

23 linhas
641 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net6.0-windows</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <UseWindowsForms>true</UseWindowsForms>
  7. <ImplicitUsings>enable</ImplicitUsings>
  8. <Platforms>AnyCPU;x86</Platforms>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <ProjectReference Include="..\HKControl\HKControl.csproj" />
  12. <ProjectReference Include="..\UHFHelper\UHFHelper.csproj" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <Reference Include="UHFReader18CSharp">
  16. <HintPath>..\lib\UHFReader18CSharp.dll</HintPath>
  17. </Reference>
  18. </ItemGroup>
  19. </Project>