Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <OutputType>WinExe</OutputType>
- <TargetFramework>net6.0-windows</TargetFramework>
- <Nullable>enable</Nullable>
- <UseWindowsForms>true</UseWindowsForms>
- <ImplicitUsings>enable</ImplicitUsings>
- <Platforms>AnyCPU;x86</Platforms>
- </PropertyGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\UHFHelper\UHFHelper.csproj" />
- </ItemGroup>
-
- <ItemGroup>
- <Reference Include="UHFReader18CSharp">
- <HintPath>..\lib\UHFReader18CSharp.dll</HintPath>
- </Reference>
- </ItemGroup>
-
- </Project>
|