Hh.Mes.Service.csproj
1.12 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Remove="WebService\Material\NestingService.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Autofac" Version="4.8.1" />
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="4.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.ViewFeatures" Version="2.2.0" />
<PackageReference Include="SqlSugarCore" Version="5.0.3.4" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="Hh.Mes.Communication">
<HintPath>..\sys_DLL\netcoreapp2.2\Hh.Mes.Communication.dll</HintPath>
</Reference>
<Reference Include="Hh.Mes.HSL">
<HintPath>..\sys_DLL\netcoreapp2.2\Hh.Mes.HSL.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Folder Include="WebService\System\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Hh.Mes.T4\Hh.Mes.T4.csproj" />
<ProjectReference Include="..\Hh.Mes.POJO\Hh.Mes.POJO.csproj" />
</ItemGroup>
</Project>