OpenHardwareMonitor.sln
author moel.mich
Sun, 08 May 2011 22:10:13 +0000
changeset 279 6bce967ba1b5
parent 165 813d8bc3192f
child 436 e9aefd454d1e
permissions -rw-r--r--
Fixed the bus and core clock reading on AMD family 10h model Ah CPUs. The new "Core Performance Boost" feature of these CPUs resulted in very low accuracy of the bus speed (and as a consequence also an inaccurate TSC multiplier). This fixed Issue 205.
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