PIbd-21. Kryukov A.I. Lab work 01 base #1

Closed
SooNooClose wants to merge 5 commits from lab_1_base into main
2 changed files with 7 additions and 1 deletions
Showing only changes of commit 10468213e6 - Show all commits

View File

@ -22,4 +22,10 @@
<ProjectReference Include="..\SnackBarListImplement\SnackBarListImplement.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="nlog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>

View File

@ -5,7 +5,7 @@
autoReload="true" internalLogLevel="Info">
<targets>
<target xsi:type="File" name="tofile" fileName="log-${shortdate}.log" />
<target xsi:type="File" name="tofile" fileName="logs/log-${shortdate}.log" />
</targets>
<rules>