Detect responding process

Responding + cpu
This commit is contained in:
Vladimir
2024-06-06 22:36:16 +04:00
parent 18403029d0
commit c50828633a
2 changed files with 51 additions and 0 deletions

View File

@@ -38,6 +38,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<PlatformTarget>x64</PlatformTarget>