File tree Expand file tree Collapse file tree 8 files changed +15
-14
lines changed Expand file tree Collapse file tree 8 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <OutputPath_Global >__UNDEFINED__</OutputPath_Global >
44 <OutputPath_Global Condition =" Exists('$(SolutionDir)OutputPath.vsmacro')" >"$([System.IO.File]::ReadAllText('$(SolutionDir)OutputPath.vsmacro').trim())"</OutputPath_Global >
5- <VersionPrefix >3.1.3 .0</VersionPrefix >
5+ <VersionPrefix >3.1.4 .0</VersionPrefix >
66</PropertyGroup >
77</Project >
88
Original file line number Diff line number Diff line change @@ -30,8 +30,7 @@ public App()
3030#if HCM_DEBUG
3131 . MinimumLevel . Verbose ( ) . WriteTo . Debug ( )
3232#endif
33- . MinimumLevel . Verbose ( ) . WriteTo . File ( $ "HCMExternal_Logging_{ timestamp } .txt",
34- flushToDiskInterval : TimeSpan . FromSeconds ( 3 ) )
33+ . MinimumLevel . Verbose ( ) . WriteTo . File ( $ "HCMExternal_Logging_{ timestamp } .txt")
3534 . CreateLogger ( ) ;
3635 Log . Information ( "Logging started" ) ;
3736
Original file line number Diff line number Diff line change @@ -792,8 +792,10 @@ class GUIElementConstructor::GUIElementConstructorImpl {
792792 createNestedElement (GUIElementEnum::triggerOverlaySettings),
793793 createNestedElement (GUIElementEnum::softCeilingOverlayToggle),
794794 createNestedElement (GUIElementEnum::softCeilingOverlaySettings),
795- // createNestedElement(GUIElementEnum::shieldInputPrinterToggle),
796- // createNestedElement(GUIElementEnum::sensDriftDetectorToggle),
795+ #ifdef HCM_DEBUG
796+ createNestedElement (GUIElementEnum::shieldInputPrinterToggle),
797+ createNestedElement (GUIElementEnum::sensDriftDetectorToggle),
798+ #endif
797799 createNestedElement (GUIElementEnum::abilityMeterOverlayToggle),
798800 createNestedElement (GUIElementEnum::abilityMeterOverlaySettings),
799801 }));
Original file line number Diff line number Diff line change 5151//
5252
5353VS_VERSION_INFO VERSIONINFO
54- FILEVERSION 3,1,3 ,0
55- PRODUCTVERSION 3,1,3 ,0
54+ FILEVERSION 3,1,4 ,0
55+ PRODUCTVERSION 3,1,4 ,0
5656 FILEFLAGSMASK 0x3fL
5757#ifdef _DEBUG
5858 FILEFLAGS 0x1L
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ struct VersionInfo
5757 operator std::string () const noexcept
5858 {
5959 std::stringstream ss;
60- ss << *this ;
61- return ss.str (); // Need to make copy of the string- implicit conversion will return junk data
60+ ss << *this ; // dereference or you'll just output the memory address of this
61+ return ss.str ();
6262 }
6363
6464};
Original file line number Diff line number Diff line change 5050//
5151
5252VS_VERSION_INFO VERSIONINFO
53- FILEVERSION 3,1,3 ,0
54- PRODUCTVERSION 3,1,3 ,0
53+ FILEVERSION 3,1,4 ,0
54+ PRODUCTVERSION 3,1,4 ,0
5555 FILEFLAGSMASK 0x3fL
5656#ifdef _DEBUG
5757 FILEFLAGS 0x1L
Original file line number Diff line number Diff line change 5050//
5151
5252VS_VERSION_INFO VERSIONINFO
53- FILEVERSION 3,1,3 ,0
54- PRODUCTVERSION 3,1,3 ,0
53+ FILEVERSION 3,1,4 ,0
54+ PRODUCTVERSION 3,1,4 ,0
5555 FILEFLAGSMASK 0x3fL
5656#ifdef _DEBUG
5757 FILEFLAGS 0x1L
Original file line number Diff line number Diff line change 1- C:\\Users\\mauri\\source\\repos\\HaloCheckpointManager4\\HCMExternal\\bin\\x64\\Debug \\net7.0-windows
1+ C:\\Users\\mauri\\source\\repos\\HaloCheckpointManager4\\HCMExternal\\bin\\x64\\Release \\net7.0-windows
You can’t perform that action at this time.
0 commit comments