FoodLabeling.Application.csproj 2.37 KB
<Project Sdk="Microsoft.NET.Sdk">
	<Import Project="..\..\..\common.props" />

  <ItemGroup>
    <PackageReference Include="ClosedXML" Version="0.102.3" />
    <PackageReference Include="Lazy.Captcha.Core" Version="2.0.7" />
    <PackageReference Include="MySqlConnector" Version="2.4.0" />
    <PackageReference Include="QuestPDF" Version="2024.12.2" />
  </ItemGroup>

  <ItemGroup>
    <EmbeddedResource Include="..\scripts\fl_entity_applied_region_type.sql">
      <LogicalName>FoodLabeling.TenantMigrations.fl_entity_applied_region_type.sql</LogicalName>
    </EmbeddedResource>
    <EmbeddedResource Include="..\scripts\fl_label_partner_id.sql">
      <LogicalName>FoodLabeling.TenantMigrations.fl_label_partner_id.sql</LogicalName>
    </EmbeddedResource>
    <EmbeddedResource Include="..\scripts\fl_product_category_partner_scope.sql">
      <LogicalName>FoodLabeling.TenantMigrations.fl_product_category_partner_scope.sql</LogicalName>
    </EmbeddedResource>
    <EmbeddedResource Include="..\scripts\fl_userlocation.sql">
      <LogicalName>FoodLabeling.TenantMigrations.fl_userlocation.sql</LogicalName>
    </EmbeddedResource>
    <EmbeddedResource Include="..\scripts\fl_team_member_scope.sql">
      <LogicalName>FoodLabeling.TenantMigrations.fl_team_member_scope.sql</LogicalName>
    </EmbeddedResource>
    <EmbeddedResource Include="..\scripts\fl_training.sql">
      <LogicalName>FoodLabeling.TenantMigrations.fl_training.sql</LogicalName>
    </EmbeddedResource>
    <EmbeddedResource Include="..\scripts\fl_label_alert_timer.sql">
      <LogicalName>FoodLabeling.TenantMigrations.fl_label_alert_timer.sql</LogicalName>
    </EmbeddedResource>
  </ItemGroup>

  <ItemGroup>
    <ProjectReference Include="..\..\..\framework\Yi.Framework.Ddd.Application\Yi.Framework.Ddd.Application.csproj" />
    <ProjectReference Include="..\..\rbac\Yi.Framework.Rbac.Application.Contracts\Yi.Framework.Rbac.Application.Contracts.csproj" />
    <ProjectReference Include="..\FoodLabeling.Application.Contracts\FoodLabeling.Application.Contracts.csproj" />
    <ProjectReference Include="..\FoodLabeling.Domain\FoodLabeling.Domain.csproj" />
    <ProjectReference Include="..\..\rbac\Yi.Framework.Rbac.Domain\Yi.Framework.Rbac.Domain.csproj" />
  </ItemGroup>

  <ItemGroup>
    <Folder Include="Services\" />
  </ItemGroup>

  <ItemGroup>
    <Using Include="FoodLabeling.Domain.Shared" />
  </ItemGroup>

</Project>