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