diff options
| author | George Hazan <ghazan@miranda.im> | 2018-06-13 18:16:13 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2018-06-13 18:16:13 +0300 |
| commit | 723bc42a5dfe925c655cced2c184ddfdfc144ada (patch) | |
| tree | 0de1f13f2510af9761821d53039ba4684b37f218 /src/core/stdidle/stdidle.vcxproj | |
| parent | e71725076a18bf48579275e196886dc2edb9aee1 (diff) | |
System idle:
- plugin StdIdle that had been acting as an options dialog for StdAutoAway removed;
- service MS_IDLE_GETIDLEINFO moved into the core and replaced with Idle_GetInfo();
- new function Idle_Enter() is available to tell the core that Miranda is idle;
- StdAutoAway & StatusManager adapted for these changes;
Diffstat (limited to 'src/core/stdidle/stdidle.vcxproj')
| -rw-r--r-- | src/core/stdidle/stdidle.vcxproj | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/core/stdidle/stdidle.vcxproj b/src/core/stdidle/stdidle.vcxproj deleted file mode 100644 index 28b53db407..0000000000 --- a/src/core/stdidle/stdidle.vcxproj +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|x64">
- <Configuration>Debug</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|x64">
- <Configuration>Release</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectName>StdIdle</ProjectName>
- <ProjectGuid>{36c40ba6-e0b5-438a-919c-6a991933b313}</ProjectGuid>
- </PropertyGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(ProjectDir)..\..\..\build\vc.common\core.props" />
- </ImportGroup>
-</Project>
\ No newline at end of file |
