Skip to content

Instantly share code, notes, and snippets.

View cedx's full-sized avatar
🛠️
dotnet build life.slnx

Cédric Belin cedx

🛠️
dotnet build life.slnx
View GitHub Profile
@cedx
cedx / gui.csproj
Last active January 15, 2025 15:49
Node API for .NET: JavaScript + .NET Interop
<?xml version="1.0"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<GenerateNodeApiTypeDefinitionsForReferences>true</GenerateNodeApiTypeDefinitionsForReferences>
<NodeApiAssemblyJSModuleType>esm</NodeApiAssemblyJSModuleType>
<OutDir>bin</OutDir>
<TargetFramework>net8.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>