Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@
a Windows Api in C# Generated by CsWin32

this was generated using CsWin32, it is a Win32 api library and has C# bindings for those who want to use Windows API

how to build from source, hit code and download zip file

you need .NET 10 for building which you can get here [.NET 10](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)

go to the folder and in windows path, type cmd

it will open cmd and type dotnet build
Loading