2024-06-26 16:37:55 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2023-08-30 22:40:45 +00:00
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-06-26 21:15:29 +00:00
|
|
|
<TargetFramework>$(TargetFramework)</TargetFramework>
|
2023-08-30 22:40:45 +00:00
|
|
|
<Nullable>enable</Nullable>
|
2023-09-06 12:58:02 +00:00
|
|
|
<LangVersion>$(LangVersion)</LangVersion>
|
2023-09-21 15:10:24 +00:00
|
|
|
<VersionPrefix>$(BotSharpVersion)</VersionPrefix>
|
|
|
|
|
<GeneratePackageOnBuild>$(GeneratePackageOnBuild)</GeneratePackageOnBuild>
|
2024-01-22 02:39:42 +00:00
|
|
|
<OutputPath>$(SolutionDir)packages</OutputPath>
|
2023-08-30 22:40:45 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2023-09-21 15:10:24 +00:00
|
|
|
<ItemGroup Condition="$(SolutionName)==PizzaBot">
|
2025-03-18 01:30:15 +00:00
|
|
|
<PackageReference Include="BotSharp.Core" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup Condition="$(SolutionName)==BotSharp">
|
|
|
|
|
<ProjectReference Include="..\..\src\Infrastructure\BotSharp.Core\BotSharp.Core.csproj" />
|
2023-09-21 15:10:24 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-01-03 04:43:37 +00:00
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Remove="documents\**" />
|
|
|
|
|
<EmbeddedResource Remove="documents\**" />
|
|
|
|
|
<None Remove="documents\**" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-01-11 14:03:25 +00:00
|
|
|
<ItemGroup>
|
2024-01-28 01:02:33 +00:00
|
|
|
<None Remove="data\agents\8970b1e5-d260-4e2c-90b1-f1415a257c18\agent.json" />
|
|
|
|
|
<None Remove="data\agents\8970b1e5-d260-4e2c-90b1-f1415a257c18\templates\task.place_pizza_order.liquid" />
|
2024-01-11 14:03:25 +00:00
|
|
|
<None Remove="data\agents\b284db86-e9c2-4c25-a59e-4649797dd130\agent.json" />
|
2024-06-26 16:37:55 +00:00
|
|
|
<None Remove="data\agents\b284db86-e9c2-4c25-a59e-4649797dd130\functions\get_order_status.json" />
|
2024-08-14 16:03:58 +00:00
|
|
|
<None Remove="data\agents\b284db86-e9c2-4c25-a59e-4649797dd130\instructions\instruction.liquid" />
|
2024-01-11 14:03:25 +00:00
|
|
|
<None Remove="data\agents\c2b57a74-ae4e-4c81-b3ad-9ac5bff982bd\agent.json" />
|
2024-06-26 16:37:55 +00:00
|
|
|
<None Remove="data\agents\c2b57a74-ae4e-4c81-b3ad-9ac5bff982bd\functions\get_pizza_price.json" />
|
|
|
|
|
<None Remove="data\agents\c2b57a74-ae4e-4c81-b3ad-9ac5bff982bd\functions\get_pizza_types.json" />
|
|
|
|
|
<None Remove="data\agents\c2b57a74-ae4e-4c81-b3ad-9ac5bff982bd\functions\place_an_order.json" />
|
2024-08-14 16:03:58 +00:00
|
|
|
<None Remove="data\agents\c2b57a74-ae4e-4c81-b3ad-9ac5bff982bd\instructions\instruction.liquid" />
|
2024-01-11 14:03:25 +00:00
|
|
|
<None Remove="data\agents\c2b57a74-ae4e-4c81-b3ad-9ac5bff982bd\responses\func.get_pizza_price.0.liquid" />
|
|
|
|
|
<None Remove="data\agents\fe8c60aa-b114-4ef3-93cb-a8efeac80f75\agent.json" />
|
2024-06-26 16:37:55 +00:00
|
|
|
<None Remove="data\agents\fe8c60aa-b114-4ef3-93cb-a8efeac80f75\functions\make_payment.json" />
|
2024-08-14 16:03:58 +00:00
|
|
|
<None Remove="data\agents\fe8c60aa-b114-4ef3-93cb-a8efeac80f75\instructions\instruction.liquid" />
|
2024-01-11 14:03:25 +00:00
|
|
|
<None Remove="data\users\10d12798-08fb-4aa6-977b-5dd94d82dbfe\user.json" />
|
|
|
|
|
<None Remove="data\users\456e35c5-caf0-4d45-9084-b44a8ca717e4\user.json" />
|
|
|
|
|
<None Remove="data\users\d0e6680d-03d5-4ed8-bdcd-aa7d86f2a1bc\user.json" />
|
|
|
|
|
<None Remove="data\users\e465af5f-044f-414b-b670-92834929b96c\user.json" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-01-28 01:02:33 +00:00
|
|
|
<Content Include="data\agents\8970b1e5-d260-4e2c-90b1-f1415a257c18\agent.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="data\agents\8970b1e5-d260-4e2c-90b1-f1415a257c18\templates\task.place_pizza_order.liquid">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2024-01-11 14:03:25 +00:00
|
|
|
<Content Include="data\agents\b284db86-e9c2-4c25-a59e-4649797dd130\agent.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2024-08-14 16:03:58 +00:00
|
|
|
<Content Include="data\agents\b284db86-e9c2-4c25-a59e-4649797dd130\instructions\instruction.liquid">
|
2024-01-11 14:03:25 +00:00
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="data\agents\c2b57a74-ae4e-4c81-b3ad-9ac5bff982bd\agent.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2024-08-14 16:03:58 +00:00
|
|
|
<Content Include="data\agents\c2b57a74-ae4e-4c81-b3ad-9ac5bff982bd\instructions\instruction.liquid">
|
2024-01-11 14:03:25 +00:00
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="data\agents\c2b57a74-ae4e-4c81-b3ad-9ac5bff982bd\responses\func.get_pizza_price.0.liquid">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="data\agents\fe8c60aa-b114-4ef3-93cb-a8efeac80f75\agent.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2024-08-14 16:03:58 +00:00
|
|
|
<Content Include="data\agents\fe8c60aa-b114-4ef3-93cb-a8efeac80f75\instructions\instruction.liquid">
|
2024-01-11 14:03:25 +00:00
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="data\users\10d12798-08fb-4aa6-977b-5dd94d82dbfe\user.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="data\users\456e35c5-caf0-4d45-9084-b44a8ca717e4\user.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="data\users\d0e6680d-03d5-4ed8-bdcd-aa7d86f2a1bc\user.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="data\users\e465af5f-044f-414b-b670-92834929b96c\user.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2024-06-26 16:37:55 +00:00
|
|
|
<Content Include="data\agents\b284db86-e9c2-4c25-a59e-4649797dd130\functions\get_order_status.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="data\agents\c2b57a74-ae4e-4c81-b3ad-9ac5bff982bd\functions\get_pizza_price.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="data\agents\c2b57a74-ae4e-4c81-b3ad-9ac5bff982bd\functions\get_pizza_types.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="data\agents\c2b57a74-ae4e-4c81-b3ad-9ac5bff982bd\functions\place_an_order.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="data\agents\fe8c60aa-b114-4ef3-93cb-a8efeac80f75\functions\make_payment.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2024-01-11 14:03:25 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2025-04-03 23:02:34 +00:00
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\src\Infrastructure\BotSharp.Abstraction\BotSharp.Abstraction.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-08-30 22:40:45 +00:00
|
|
|
</Project>
|