blob: 264a8dfde01f887e3fd49bde8f163f0795eded1b [file] [log] [blame]
<Project DefaultTargets="Build" Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks Condition="$(OS) != 'Windows_NT'">net6.0</TargetFrameworks>
<TargetFrameworks Condition="$(OS) == 'Windows_NT'">net6.0-windows10.0.17763.0</TargetFrameworks>
<AssemblyName>WiresharkPlugin</AssemblyName>
<PropertiesLocation>..\..\..\output\properties.csproj</PropertiesLocation>
<LangVersion>7.2</LangVersion>
</PropertyGroup>
<Import Project="$(PropertiesLocation)" />
<ItemGroup>
<ProjectReference Include="..\..\Infrastructure\src\Emulator\Main\Emulator_NET.csproj"/>
<ProjectReference Include="..\..\..\lib\AntShell\AntShell\AntShell_NET.csproj"/>
<ProjectReference Include="..\..\Infrastructure\src\Emulator\Extensions\Extensions_NET.csproj"/>
</ItemGroup>
</Project>