1313 </PropertyGroup >
1414
1515 <ItemGroup >
16- <Compile Remove =" Handlers\**" />
17- <Compile Remove =" HostedService\**" />
18- <EmbeddedResource Remove =" Handlers\**" />
19- <EmbeddedResource Remove =" HostedService\**" />
20- <None Remove =" Handlers\**" />
21- <None Remove =" HostedService\**" />
16+ <Compile Remove =" Handlers\**" />
17+ <Compile Remove =" HostedService\**" />
18+ <EmbeddedResource Remove =" Handlers\**" />
19+ <EmbeddedResource Remove =" HostedService\**" />
20+ <None Remove =" Handlers\**" />
21+ <None Remove =" HostedService\**" />
2222 </ItemGroup >
2323
2424 <ItemGroup >
25- <ProjectReference Include =" ..\BotDataSecureStorage\BotDataSecureStorage.csproj" />
26- <ProjectReference Include =" ..\Botticelli.Bot.Interfaces\Botticelli.Bot.Interfaces.csproj" />
27- <ProjectReference Include =" ..\Botticelli.Bot.Utils\Botticelli.Bot.Utils.csproj" />
28- <ProjectReference Include =" ..\Botticelli.Client.Analytics\Botticelli.Client.Analytics.csproj" />
29- <ProjectReference Include =" ..\Botticelli.Framework.Common\Botticelli.Framework.Events.csproj" />
30- <ProjectReference Include =" ..\Botticelli.Interfaces\Botticelli.Interfaces.csproj" />
31- <ProjectReference Include =" ..\Botticelli.Shared\Botticelli.Shared.csproj" />
25+ <ProjectReference Include =" ..\BotDataSecureStorage\BotDataSecureStorage.csproj" />
26+ <ProjectReference Include =" ..\Botticelli.Bot.Interfaces\Botticelli.Bot.Interfaces.csproj" />
27+ <ProjectReference Include =" ..\Botticelli.Bot.Utils\Botticelli.Bot.Utils.csproj" />
28+ <ProjectReference Include =" ..\Botticelli.Client.Analytics\Botticelli.Client.Analytics.csproj" />
29+ <ProjectReference Include =" ..\Botticelli.Framework.Common\Botticelli.Framework.Events.csproj" />
30+ <ProjectReference Include =" ..\Botticelli.Interfaces\Botticelli.Interfaces.csproj" />
31+ <ProjectReference Include =" ..\Botticelli.Shared\Botticelli.Shared.csproj" />
3232 </ItemGroup >
3333 <ItemGroup >
34- <PackageReference Include =" MediatR" Version =" 12.1.1" />
35- <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 7.0.0" />
36- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 7.0.0" />
37- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 7.0.0" />
38- <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 7.0.0" />
39- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 7.0.1" />
34+ <PackageReference Include =" MediatR" Version =" 12.1.1" />
35+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 7.0.0" />
36+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 7.0.0" />
37+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 7.0.0" />
38+ <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 7.0.0" />
39+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 7.0.1" />
4040 </ItemGroup >
4141 <ItemGroup >
4242 <None Include =" ..\logo.jpg" >
4343 <Pack >True</Pack >
4444 <PackagePath >\</PackagePath >
4545 </None >
4646 </ItemGroup >
47+ <ItemGroup >
48+ <None Include =" nlog.config" >
49+ <ExcludeFromSingleFile >true</ExcludeFromSingleFile >
50+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
51+ <CopyToPublishDirectory >PreserveNewest</CopyToPublishDirectory >
52+ </None >
53+ </ItemGroup >
4754</Project >
0 commit comments