OpenHardwareMonitor.sln
author moel.mich
Sat, 31 Dec 2011 17:31:04 +0000
changeset 324 c6ee430d6995
parent 165 813d8bc3192f
child 436 e9aefd454d1e
permissions -rw-r--r--
Modified and extended version of the patch v4 by Roland Reinl (see Issue 256). Main differences to the original patch: DeviceIoControl refactorings removed, SmartAttribute is now descriptive only and does not hold any state, report is written as one 80 columns table, sensors are created only for meaningful values and without duplicates (remaining life, temperatures, host writes and reads). Also the current implementation should really preserve all the functionality of the old system. Additionally there is now a simple SMART devices emulation class (DebugSmart) that can be used in place of WindowsSmart for testing with reported data.
moel@1
     1

moel@166
     2
Microsoft Visual Studio Solution File, Format Version 11.00
moel@166
     3
# Visual Studio 2010
moel@165
     4
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenHardwareMonitorLib", "OpenHardwareMonitorLib.csproj", "{B0397530-545A-471D-BB74-027AE456DF1A}"
moel@165
     5
EndProject
moel@1
     6
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenHardwareMonitor", "OpenHardwareMonitor.csproj", "{F5E0C1F7-9E9B-46F2-AC88-8C9C1C923880}"
moel@165
     7
	ProjectSection(ProjectDependencies) = postProject
moel@165
     8
		{B0397530-545A-471D-BB74-027AE456DF1A} = {B0397530-545A-471D-BB74-027AE456DF1A}
moel@165
     9
	EndProjectSection
moel@1
    10
EndProject
moel@1
    11
Global
moel@1
    12
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
moel@1
    13
		Debug|Any CPU = Debug|Any CPU
moel@1
    14
		Release|Any CPU = Release|Any CPU
moel@1
    15
	EndGlobalSection
moel@1
    16
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
moel@165
    17
		{B0397530-545A-471D-BB74-027AE456DF1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
moel@165
    18
		{B0397530-545A-471D-BB74-027AE456DF1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
moel@165
    19
		{B0397530-545A-471D-BB74-027AE456DF1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
moel@165
    20
		{B0397530-545A-471D-BB74-027AE456DF1A}.Release|Any CPU.Build.0 = Release|Any CPU
moel@1
    21
		{F5E0C1F7-9E9B-46F2-AC88-8C9C1C923880}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
moel@1
    22
		{F5E0C1F7-9E9B-46F2-AC88-8C9C1C923880}.Debug|Any CPU.Build.0 = Debug|Any CPU
moel@1
    23
		{F5E0C1F7-9E9B-46F2-AC88-8C9C1C923880}.Release|Any CPU.ActiveCfg = Release|Any CPU
moel@1
    24
		{F5E0C1F7-9E9B-46F2-AC88-8C9C1C923880}.Release|Any CPU.Build.0 = Release|Any CPU
moel@1
    25
	EndGlobalSection
moel@1
    26
	GlobalSection(SolutionProperties) = preSolution
moel@1
    27
		HideSolutionNode = FALSE
moel@1
    28
	EndGlobalSection
moel@1
    29
	GlobalSection(MonoDevelopProperties) = preSolution
moel@1
    30
		StartupItem = OpenHardwareMonitor.csproj
moel@1
    31
		Policies = $0
moel@1
    32
		$0.DotNetNamingPolicy = $1
moel@1
    33
		$1.DirectoryNamespaceAssociation = None
moel@1
    34
		$1.ResourceNamePolicy = FileFormatDefault
moel@1
    35
		$0.TextStylePolicy = $2
moel@1
    36
		$2.FileWidth = 120
moel@1
    37
		$2.TabWidth = 2
moel@1
    38
		$2.NoTabsAfterNonTabs = True
moel@1
    39
		$2.inheritsSet = VisualStudio
moel@1
    40
		$2.inheritsScope = text/plain
moel@1
    41
		$2.scope = text/plain
moel@1
    42
		$0.TextStylePolicy = $3
moel@1
    43
		$3.inheritsSet = null
moel@1
    44
		$3.scope = text/x-csharp
moel@1
    45
		$0.CSharpFormattingPolicy = $4
moel@1
    46
		$4.inheritsSet = Mono
moel@1
    47
		$4.inheritsScope = text/x-csharp
moel@1
    48
		$4.scope = text/x-csharp
moel@1
    49
	EndGlobalSection
moel@1
    50
EndGlobal