|
|
|
@ -57,16 +57,6 @@ |
|
|
|
<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> |
|
|
|
|