Front View plug-in does not init if no sensor added.
Fixing some format to make strings shorter.
Now trying to start SoundGraphAccess.exe process from same directory.
Packed mode now can display three sensors along with the current time.
1 <?xml version="1.0" encoding="utf-8" standalone="yes"?>
2 <!--Rebracer Solution Settings File-->
3 <!--This file contains Visual Studio settings for OpenHardwareMonitor.sln.-->
4 <!--Rebracer uses this file to apply settings for this solution-->
5 <!--when the solution is opened.-->
6 <!--Install Rebracer from http://visualstudiogallery.msdn.microsoft.com/410e9b9f-65f3-4495-b68e-15567e543c58 -->
7 <!--See https://github.com/SLaks/Rebracer for more information-->
10 <ToolsOptionsCategory name="Environment">
11 <ToolsOptionsSubCategory name="TaskList">
12 <PropertyValue name="CommentTokens" ArrayType="VT_VARIANT" ArrayElementCount="4">
13 <PropertyValue name="0">TODO:2</PropertyValue>
14 <PropertyValue name="1">HACK:2</PropertyValue>
15 <PropertyValue name="2">UNDONE:2</PropertyValue>
16 <PropertyValue name="3">UnresolvedMergeConflict:3</PropertyValue>
18 <PropertyValue name="ConfirmTaskDeletion">true</PropertyValue>
19 <PropertyValue name="DontShowFilePaths">true</PropertyValue>
20 <PropertyValue name="WarnOnAddingHiddenItem">false</PropertyValue>
21 </ToolsOptionsSubCategory>
22 </ToolsOptionsCategory>
23 <ToolsOptionsCategory name="TextEditor">
24 <ToolsOptionsSubCategory name="CSharp-Specific">
25 <PropertyValue name="AutoComment">1</PropertyValue>
26 <PropertyValue name="CodeDefinitionWindow_DocumentationComment_IndentBase">1</PropertyValue>
27 <PropertyValue name="CodeDefinitionWindow_DocumentationComment_IndentOffset">2</PropertyValue>
28 <PropertyValue name="CodeDefinitionWindow_DocumentationComment_WrapLength">80</PropertyValue>
29 <PropertyValue name="Formatting_TriggerOnBlockCompletion">1</PropertyValue>
30 <PropertyValue name="Formatting_TriggerOnPaste">1</PropertyValue>
31 <PropertyValue name="Formatting_TriggerOnStatementCompletion">1</PropertyValue>
32 <PropertyValue name="ImplementInterface_InsertRegionTags">0</PropertyValue>
33 <PropertyValue name="Indent_BlockContents">1</PropertyValue>
34 <PropertyValue name="Indent_Braces">0</PropertyValue>
35 <PropertyValue name="Indent_CaseContents">1</PropertyValue>
36 <PropertyValue name="Indent_CaseLabels">1</PropertyValue>
37 <PropertyValue name="Indent_FlushLabelsLeft">0</PropertyValue>
38 <PropertyValue name="Indent_UnindentLabels">1</PropertyValue>
39 <PropertyValue name="NewLines_AnonymousTypeInitializer_EachMember">0</PropertyValue>
40 <PropertyValue name="NewLines_Braces_AnonymousMethod">0</PropertyValue>
41 <PropertyValue name="NewLines_Braces_AnonymousTypeInitializer">0</PropertyValue>
42 <PropertyValue name="NewLines_Braces_ArrayInitializer">0</PropertyValue>
43 <PropertyValue name="NewLines_Braces_CollectionInitializer">0</PropertyValue>
44 <PropertyValue name="NewLines_Braces_ControlFlow">0</PropertyValue>
45 <PropertyValue name="NewLines_Braces_LambdaExpressionBody">0</PropertyValue>
46 <PropertyValue name="NewLines_Braces_Method">0</PropertyValue>
47 <PropertyValue name="NewLines_Braces_ObjectInitializer">0</PropertyValue>
48 <PropertyValue name="NewLines_Braces_Type">0</PropertyValue>
49 <PropertyValue name="NewLines_Keywords_Catch">0</PropertyValue>
50 <PropertyValue name="NewLines_Keywords_Else">0</PropertyValue>
51 <PropertyValue name="NewLines_Keywords_Finally">0</PropertyValue>
52 <PropertyValue name="NewLines_ObjectInitializer_EachMember">0</PropertyValue>
53 <PropertyValue name="NewLines_QueryExpression_EachClause">0</PropertyValue>
54 <PropertyValue name="RemoveUnusedUsings">1</PropertyValue>
55 <PropertyValue name="SortUsings">1</PropertyValue>
56 <PropertyValue name="SortUsings_PlaceSystemFirst">1</PropertyValue>
57 <PropertyValue name="Space_AfterBasesColon">1</PropertyValue>
58 <PropertyValue name="Space_AfterCast">0</PropertyValue>
59 <PropertyValue name="Space_AfterComma">1</PropertyValue>
60 <PropertyValue name="Space_AfterDot">0</PropertyValue>
61 <PropertyValue name="Space_AfterLambdaArrow">1</PropertyValue>
62 <PropertyValue name="Space_AfterMethodCallName">0</PropertyValue>
63 <PropertyValue name="Space_AfterMethodDeclarationName">0</PropertyValue>
64 <PropertyValue name="Space_AfterSemicolonsInForStatement">1</PropertyValue>
65 <PropertyValue name="Space_AroundBinaryOperator">1</PropertyValue>
66 <PropertyValue name="Space_BeforeBasesColon">1</PropertyValue>
67 <PropertyValue name="Space_BeforeComma">0</PropertyValue>
68 <PropertyValue name="Space_BeforeDot">0</PropertyValue>
69 <PropertyValue name="Space_BeforeLambdaArrow">1</PropertyValue>
70 <PropertyValue name="Space_BeforeOpenSquare">0</PropertyValue>
71 <PropertyValue name="Space_BeforeSemicolonsInForStatement">0</PropertyValue>
72 <PropertyValue name="Space_BetweenEmptyMethodCallParentheses">0</PropertyValue>
73 <PropertyValue name="Space_BetweenEmptyMethodDeclarationParentheses">0</PropertyValue>
74 <PropertyValue name="Space_BetweenEmptySquares">0</PropertyValue>
75 <PropertyValue name="Space_InControlFlowConstruct">1</PropertyValue>
76 <PropertyValue name="Space_Normalize">0</PropertyValue>
77 <PropertyValue name="Space_WithinCastParentheses">0</PropertyValue>
78 <PropertyValue name="Space_WithinExpressionParentheses">0</PropertyValue>
79 <PropertyValue name="Space_WithinMethodCallParentheses">0</PropertyValue>
80 <PropertyValue name="Space_WithinMethodDeclarationParentheses">0</PropertyValue>
81 <PropertyValue name="Space_WithinOtherParentheses">0</PropertyValue>
82 <PropertyValue name="Space_WithinSquares">0</PropertyValue>
83 <PropertyValue name="TimeSliceForQuickSearchCaching">50</PropertyValue>
84 <PropertyValue name="TimeSliceForQuickSearchSearching">50</PropertyValue>
85 <PropertyValue name="WarnWhenMembersCauseCompilerGeneratedReferences">1</PropertyValue>
86 <PropertyValue name="Wrapping_IgnoreSpacesAroundBinaryOperators">0</PropertyValue>
87 <PropertyValue name="Wrapping_IgnoreSpacesAroundVariableDeclaration">0</PropertyValue>
88 <PropertyValue name="Wrapping_KeepStatementsOnSingleLine">1</PropertyValue>
89 <PropertyValue name="Wrapping_PreserveSingleLine">1</PropertyValue>
90 </ToolsOptionsSubCategory>
91 <ToolsOptionsSubCategory name="C/C++ Specific">
92 <PropertyValue name="AlwaysUseFallbackLocation">false</PropertyValue>
93 <PropertyValue name="AutoIndentOnTab">false</PropertyValue>
94 <PropertyValue name="ColorizeInactiveBlocksDifferently">true</PropertyValue>
95 <PropertyValue name="DisableErrorReporting">false</PropertyValue>
96 <PropertyValue name="EnumerateCommentTasks">false</PropertyValue>
97 <PropertyValue name="HighlightMatchingTokens">true</PropertyValue>
98 <PropertyValue name="IndentBraces">false</PropertyValue>
99 </ToolsOptionsSubCategory>
100 <ToolsOptionsSubCategory name="XAML Specific">
101 <PropertyValue name="AttributeFormat">Preserve</PropertyValue>
102 <PropertyValue name="AutoInsertAttributeQuotes">true</PropertyValue>
103 <PropertyValue name="AutoInsertCommas">true</PropertyValue>
104 <PropertyValue name="AutoInsertEndBraces">true</PropertyValue>
105 <PropertyValue name="AutoInsertEndTags">true</PropertyValue>
106 <PropertyValue name="AutoOutlining">true</PropertyValue>
107 <PropertyValue name="AutoReformatOnEndTag">true</PropertyValue>
108 <PropertyValue name="AutoReformatOnPaste">true</PropertyValue>
109 <PropertyValue name="AutoReformatOnStartTag">true</PropertyValue>
110 <PropertyValue name="AutoToolboxPopulate">true</PropertyValue>
111 <PropertyValue name="BlankLineOption">Preserve</PropertyValue>
112 <PropertyValue name="KeepFirstAttributeOnSameLine">true</PropertyValue>
113 <PropertyValue name="MaximizeXamlEditor">false</PropertyValue>
114 <PropertyValue name="QuoteStyle">DoubleQuote</PropertyValue>
115 <PropertyValue name="WrapColumn">120</PropertyValue>
116 <PropertyValue name="WrapTags">false</PropertyValue>
117 </ToolsOptionsSubCategory>
118 </ToolsOptionsCategory>