OpenHardwareMonitor.sln
author sl
Sun, 03 Feb 2013 18:01:50 +0100
changeset 391 ca4c0e7ae75d
parent 166 fa9dfbfc4145
child 394 60a1e2b6ed71
permissions -rw-r--r--
Converted project to VisualStudio 2012.
Adding SoundGraphDisplay and SensorFrontView classes.
They were respectively based on SystemTray and SensorNotifyIcon.
SoundGraphDisplay is now able to load iMONDisplay.dll providing it lives on your PATH.
Adding option to sensor context menu for adding it into FrontView.
moel@1
     1

sl@391
     2
Microsoft Visual Studio Solution File, Format Version 12.00
sl@391
     3
# Visual Studio Express 2012 for Windows Desktop
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
sl@391
    14
		Debug|x86 = Debug|x86
moel@1
    15
		Release|Any CPU = Release|Any CPU
sl@391
    16
		Release|x86 = Release|x86
moel@1
    17
	EndGlobalSection
moel@1
    18
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
moel@165
    19
		{B0397530-545A-471D-BB74-027AE456DF1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
moel@165
    20
		{B0397530-545A-471D-BB74-027AE456DF1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
sl@391
    21
		{B0397530-545A-471D-BB74-027AE456DF1A}.Debug|x86.ActiveCfg = Debug|x86
sl@391
    22
		{B0397530-545A-471D-BB74-027AE456DF1A}.Debug|x86.Build.0 = Debug|x86
moel@165
    23
		{B0397530-545A-471D-BB74-027AE456DF1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
moel@165
    24
		{B0397530-545A-471D-BB74-027AE456DF1A}.Release|Any CPU.Build.0 = Release|Any CPU
sl@391
    25
		{B0397530-545A-471D-BB74-027AE456DF1A}.Release|x86.ActiveCfg = Release|x86
sl@391
    26
		{B0397530-545A-471D-BB74-027AE456DF1A}.Release|x86.Build.0 = Release|x86
moel@1
    27
		{F5E0C1F7-9E9B-46F2-AC88-8C9C1C923880}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
moel@1
    28
		{F5E0C1F7-9E9B-46F2-AC88-8C9C1C923880}.Debug|Any CPU.Build.0 = Debug|Any CPU
sl@391
    29
		{F5E0C1F7-9E9B-46F2-AC88-8C9C1C923880}.Debug|x86.ActiveCfg = Debug|x86
sl@391
    30
		{F5E0C1F7-9E9B-46F2-AC88-8C9C1C923880}.Debug|x86.Build.0 = Debug|x86
moel@1
    31
		{F5E0C1F7-9E9B-46F2-AC88-8C9C1C923880}.Release|Any CPU.ActiveCfg = Release|Any CPU
moel@1
    32
		{F5E0C1F7-9E9B-46F2-AC88-8C9C1C923880}.Release|Any CPU.Build.0 = Release|Any CPU
sl@391
    33
		{F5E0C1F7-9E9B-46F2-AC88-8C9C1C923880}.Release|x86.ActiveCfg = Release|x86
sl@391
    34
		{F5E0C1F7-9E9B-46F2-AC88-8C9C1C923880}.Release|x86.Build.0 = Release|x86
moel@1
    35
	EndGlobalSection
moel@1
    36
	GlobalSection(SolutionProperties) = preSolution
moel@1
    37
		HideSolutionNode = FALSE
moel@1
    38
	EndGlobalSection
moel@1
    39
	GlobalSection(MonoDevelopProperties) = preSolution
moel@1
    40
		StartupItem = OpenHardwareMonitor.csproj
moel@1
    41
		Policies = $0
moel@1
    42
		$0.DotNetNamingPolicy = $1
moel@1
    43
		$1.DirectoryNamespaceAssociation = None
moel@1
    44
		$1.ResourceNamePolicy = FileFormatDefault
sl@391
    45
		$0.TextStylePolicy = $3
moel@1
    46
		$2.FileWidth = 120
moel@1
    47
		$2.TabWidth = 2
moel@1
    48
		$2.NoTabsAfterNonTabs = True
moel@1
    49
		$2.inheritsSet = VisualStudio
moel@1
    50
		$2.inheritsScope = text/plain
moel@1
    51
		$2.scope = text/plain
moel@1
    52
		$3.inheritsSet = null
moel@1
    53
		$3.scope = text/x-csharp
moel@1
    54
		$0.CSharpFormattingPolicy = $4
moel@1
    55
		$4.inheritsSet = Mono
moel@1
    56
		$4.inheritsScope = text/x-csharp
moel@1
    57
		$4.scope = text/x-csharp
moel@1
    58
	EndGlobalSection
moel@1
    59
EndGlobal