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