From 1e8a0d87569d93c7c72066f89dd51a05913c08f9 Mon Sep 17 00:00:00 2001 From: Gregory Lirent Date: Sun, 13 Jul 2025 15:28:39 +0300 Subject: [PATCH] Initial commit --- .gitignore | 6 ++++++ winipc-ua.csproj | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 .gitignore create mode 100644 winipc-ua.csproj 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 + + + + + + + + + + +