mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
20 lines
541 B
XML
20 lines
541 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net7.0-windows</TargetFramework>
|
|
<AssemblyName>Remotely.Tests.LoadTester</AssemblyName>
|
|
<RootNamespace>Remotely.Tests.LoadTester</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Moq" Version="[4.18.4]" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Agent\Agent.csproj" />
|
|
<ProjectReference Include="..\..\Desktop.Win\Desktop.Win.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|