Fixed a bug when the log file was not created in the program's folder when launched from the scheduler.

This commit is contained in:
2021-12-19 06:23:32 +03:00
parent 5137eed759
commit 01eb9075b4
2 changed files with 7 additions and 9 deletions

View File

@@ -36,7 +36,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v141_xp</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>