Remotely/Tests/LoadTester/LoadTester.csproj
2024-02-19 09:05:50 -08:00

21 lines
622 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<AssemblyName>Remotely.Tests.LoadTester</AssemblyName>
<RootNamespace>Remotely.Tests.LoadTester</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
<PackageReference Include="Moq" Version="[4.18.4]" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Agent\Agent.csproj" />
<ProjectReference Include="..\..\Desktop.Win\Desktop.Win.csproj" />
</ItemGroup>
</Project>