Files
RemoteExec/RemoteExec/RemoteExec.Sample.csproj
T
2025-12-19 18:16:08 +01:00

15 lines
354 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\RemoteExec.Client\RemoteExec.Client.csproj" />
</ItemGroup>
</Project>