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.

27 líneas
799 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="..\HKHelper\HKHelper.csproj" />
  13. <ProjectReference Include="..\UHFHelper\UHFHelper.csproj" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <PackageReference Include="Snowflake.Core" Version="2.0.0" />
  17. </ItemGroup>
  18. <ItemGroup>
  19. <Reference Include="UHFReader18CSharp">
  20. <HintPath>..\lib\UHFReader18CSharp.dll</HintPath>
  21. </Reference>
  22. </ItemGroup>
  23. </Project>