готовая лаба 1

This commit is contained in:
Алексей Крюков 2024-02-13 11:35:30 +04:00
parent ada6f48ad7
commit 10468213e6
2 changed files with 7 additions and 1 deletions

View File

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

View File

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