feat(ffi): initial C# bindings (connector only) (#423)

This commit is contained in:
irvingouj @ Devolutions
2024-04-05 15:11:32 +00:00
committed by GitHub
parent ba3796f738
commit 3bcf51306d
107 changed files with 7058 additions and 2 deletions
@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../Devolutions.IronRdp/Devolutions.IronRdp.csproj" />
</ItemGroup>
</Project>