|
|
|
@ -57,6 +57,16 @@ |
|
|
|
<Content Remove="Logs\**" /> |
|
|
|
<EmbeddedResource Remove="Logs\**" /> |
|
|
|
<None Remove="Logs\**" /> |
|
|
|
<Content Include="appsettings.json"> |
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
|
|
|
</Content> |
|
|
|
<Content Include="appsettings.Production.json"> |
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
|
|
|
</Content> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
</Project> |
|
|
|
|