db9c79c0
“wangming”
feat: punch-based...
|
1
|
<Project Sdk="Microsoft.NET.Sdk">
|
96009bc9
hexiaodong
hxd
|
2
3
4
5
|
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
|
9ec80591
“wangming”
优化库存使用批量创建接口:库存不足...
|
6
7
8
9
10
11
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DocumentationFile>bin\Debug\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DocumentationFile>bin\Release\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
|
96009bc9
hexiaodong
hxd
|
12
13
|
<ItemGroup>
|
db9c79c0
“wangming”
feat: punch-based...
|
14
|
<ProjectReference Include="..\..\System\NCC.System.Entitys\NCC.System.Entitys.csproj" />
|
96009bc9
hexiaodong
hxd
|
15
16
17
18
|
<ProjectReference Include="..\NCC.Extend.Entitys\NCC.Extend.Entitys.csproj" />
</ItemGroup>
</Project>
|