<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
</PropertyGroup>
<ItemGroup>
<Compile Include="*.cs" />
<Compile Include="..\..\src\XFE.SeAgent.Plugin\Protocol\*.cs" Link="Production\Protocol\%(Filename)%(Extension)" />
<Compile Include="..\..\src\XFE.SeAgent.Plugin\Transport\*.cs" Link="Production\Transport\%(Filename)%(Extension)" />
<ProjectReference Include="..\..\src\XFE.SeAgent.Cli\XFE.SeAgent.Cli.csproj" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
</PropertyGroup>
<ItemGroup>
<Compile Include="*.cs" />
<Compile Include="..\..\src\XFE.SeAgent.Plugin\Protocol\*.cs" Link="Production\Protocol\%(Filename)%(Extension)" />
<Compile Include="..\..\src\XFE.SeAgent.Plugin\Transport\*.cs" Link="Production\Transport\%(Filename)%(Extension)" />
<ProjectReference Include="..\..\src\XFE.SeAgent.Cli\XFE.SeAgent.Cli.csproj" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
</Project>