commit 1e8a0d87569d93c7c72066f89dd51a05913c08f9 Author: Gregory Lirent Date: Sun Jul 13 15:28:39 2025 +0300 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9778ec1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/.*/ +/bin/ +/obj/ +/Properties/ +/appsettings.Development.json +/webmr-api.csproj.user diff --git a/winipc-ua.csproj b/winipc-ua.csproj new file mode 100644 index 0000000..cd3574b --- /dev/null +++ b/winipc-ua.csproj @@ -0,0 +1,34 @@ + + + + net8.0 + enable + + enable + true + true + true + true + + WinIPC + UserAgent + + 1.0.0.0 + 1.0.0.0 + 0.1.0 + OpenSource + User Agent for Process Monitoring Service + Deep identify processes. + Copyright © 2024-2025 Gregory Lirent + en-US + + + + + + + + + + +