Changed the RAM implementation (removed Microsoft.VisualBasic dependency which is not implemented in Mono) and added code to prevent RAM hardware from loading on Linux.

This commit is contained in:
Michael Möller
2012-07-24 16:45:48 +00:00
parent 5d04d3f2f4
commit b702e42e3b
3 changed files with 44 additions and 10 deletions

View File

@@ -52,7 +52,6 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="System" />
<Reference Include="System.Management" />
</ItemGroup>