BotSharp/src/Infrastructure/BotSharp.Core.Crontab/BotSharp.Core.Crontab.csproj

40 lines
1.3 KiB
XML
Raw Normal View History

2025-01-02 21:29:30 +00:00
<Project Sdk="Microsoft.NET.Sdk">
2024-12-03 22:52:14 +00:00
<PropertyGroup>
2025-01-02 21:29:30 +00:00
<TargetFramework>$(TargetFramework)</TargetFramework>
<LangVersion>$(LangVersion)</LangVersion>
<VersionPrefix>$(BotSharpVersion)</VersionPrefix>
<GeneratePackageOnBuild>$(GeneratePackageOnBuild)</GeneratePackageOnBuild>
<OutputPath>$(SolutionDir)packages</OutputPath>
2024-12-03 22:52:14 +00:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2024-12-05 17:11:16 +00:00
<None Remove="data\agents\6745151e-6d46-4a02-8de4-1c4f21c7da95\functions\util-crontab-schedule_task.json" />
<None Remove="data\agents\6745151e-6d46-4a02-8de4-1c4f21c7da95\templates\util-crontab-schedule_task.fn.liquid" />
2024-12-03 22:52:14 +00:00
</ItemGroup>
<ItemGroup>
2024-12-05 17:11:16 +00:00
<Content Include="data\agents\6745151e-6d46-4a02-8de4-1c4f21c7da95\functions\util-crontab-schedule_task.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="data\agents\6745151e-6d46-4a02-8de4-1c4f21c7da95\templates\util-crontab-schedule_task.fn.liquid">
2024-12-03 22:52:14 +00:00
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BotSharp.Core\BotSharp.Core.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NCrontab" />
2024-12-03 22:52:14 +00:00
</ItemGroup>
2024-12-09 00:29:04 +00:00
<ItemGroup>
<Folder Include="Models\" />
</ItemGroup>
2024-12-03 22:52:14 +00:00
</Project>