logicanalyzer/Software/LogicAnalyzer/CLCapture/CLCapture.csproj
Agustín Gimenez 28ca9c9f0b Update to V5.1
2024-05-05 13:44:00 +02:00

25 lines
611 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ApplicationIcon>window.ico</ApplicationIcon>
<Version>5.1.0.0</Version>
</PropertyGroup>
<ItemGroup>
<Content Include="window.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SharedDriver\SharedDriver.csproj" />
</ItemGroup>
</Project>