summary refs log tree commit diff stats
path: root/plugins/sysinfo/sysinfo.vcxproj.filters
diff options
context:
space:
mode:
authorArnavion <arnavion@gmail.com>2015-01-03 15:26:05 -0800
committerArnavion <arnavion@gmail.com>2015-01-03 15:26:05 -0800
commite758da5d28776bc10adbdaad881dc4d7e8097528 (patch)
treefe4a04503079b1d7a84662712f03128920f0f48c /plugins/sysinfo/sysinfo.vcxproj.filters
parent16d1fccf6132fffa9a398ac6d4b8456b6e3facb6 (diff)
Bring the sysinfo plugin to the 21st century.
- Support multiple CPUs and graphics adapters in the WMI responses.
- Query max CPU frequency from WMI instead of registry.
- Support uptimes longer than 50 days.
- Don't report using /ME in notice and server notice tabs.
- Convert to C
Diffstat (limited to 'plugins/sysinfo/sysinfo.vcxproj.filters')
-rw-r--r--plugins/sysinfo/sysinfo.vcxproj.filters2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sysinfo/sysinfo.vcxproj.filters b/plugins/sysinfo/sysinfo.vcxproj.filters
index 1ef90f5b..04831e5f 100644
--- a/plugins/sysinfo/sysinfo.vcxproj.filters
+++ b/plugins/sysinfo/sysinfo.vcxproj.filters
@@ -16,7 +16,7 @@
     </None>

   </ItemGroup>

   <ItemGroup>

-    <ClCompile Include="sysinfo.cpp">

+    <ClCompile Include="sysinfo.c">

       <Filter>Source Files</Filter>

     </ClCompile>

   </ItemGroup>