FoodLabeling.Application.csproj
2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<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>