servicepoint-binding-csharp/ServicePoint.Example/ServicePoint.Example.csproj
Vinzenz Schroeter 3e599a4735
Some checks failed
Rust / build (push) Failing after 28s
move c# bindings into separate repository
2025-02-16 13:59:41 +01:00

16 lines
431 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>ServicePoint.Example</RootNamespace>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../ServicePoint/ServicePoint.csproj"/>
</ItemGroup>
</Project>