summaryrefslogtreecommitdiff
path: root/grapher/grapher.csproj
diff options
context:
space:
mode:
authora1xd <[email protected]>2021-01-30 01:23:34 -0500
committera1xd <[email protected]>2021-01-30 01:23:34 -0500
commitf64c40346dab580220101b0aacb4a6ff5484d86a (patch)
treee6103ccb3a0a4adde6cab99a6293a63dbc90738e /grapher/grapher.csproj
parentbump version (diff)
downloadrawaccel-f64c40346dab580220101b0aacb4a6ff5484d86a.tar.xz
rawaccel-f64c40346dab580220101b0aacb4a6ff5484d86a.zip
fix device id not working with g305
this uses w32 apis for enumerating dev info instead of ManagementObjectSearcher, which upper-cases dev ids, differing from kernel/cfgmgr32 this also breaks showing dev name alongside id, as the name seems inaccessible from cfgmgr32 given an interface supplied by rawinput not a big deal considering the names are too generic to be useful anyway
Diffstat (limited to 'grapher/grapher.csproj')
-rw-r--r--grapher/grapher.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj
index 8673325..1160ba8 100644
--- a/grapher/grapher.csproj
+++ b/grapher/grapher.csproj
@@ -59,7 +59,6 @@
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
- <Reference Include="System.Management" />
<Reference Include="System.Windows.Forms.DataVisualization" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />