mirror of
https://github.com/JasonYANG170/logicanalyzer.git
synced 2024-11-23 20:16:29 +00:00
17 lines
442 B
XML
17 lines
442 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<Version>3.5.0.1</Version>
|
|
<AssemblyVersion>5.1.0.0</AssemblyVersion>
|
|
<FileVersion>5.1.0.0</FileVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\LogicAnalyzer\LogicAnalyzer.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|