You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.7 KiB
XML
53 lines
1.7 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<DocumentationFile>bin\Debug\net5.0\djy.Model.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="BillCenter\**" />
|
|
<Compile Remove="db\**" />
|
|
<Compile Remove="Dto\**" />
|
|
<Compile Remove="Enum\**" />
|
|
<EmbeddedResource Remove="BillCenter\**" />
|
|
<EmbeddedResource Remove="db\**" />
|
|
<EmbeddedResource Remove="Dto\**" />
|
|
<EmbeddedResource Remove="Enum\**" />
|
|
<None Remove="BillCenter\**" />
|
|
<None Remove="db\**" />
|
|
<None Remove="Dto\**" />
|
|
<None Remove="Enum\**" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="DJY\tb_BaoguanAliActionList.cs" />
|
|
<Compile Remove="DJY\tb_BaoguanContainer.cs" />
|
|
<Compile Remove="DJY\tb_BaoguanDecList.cs" />
|
|
<Compile Remove="DJY\tb_BaoguanOrderClient.cs" />
|
|
<Compile Remove="DJY\tb_BaoguanOrderCompanyPushMsg.cs" />
|
|
<Compile Remove="DJY\tb_BaoGuanOrderList.cs" />
|
|
<Compile Remove="DJY\tb_ChangeShip.cs" />
|
|
<Compile Remove="DJY\Tb_Demo.cs" />
|
|
<Compile Remove="DJY\tb_ShipRouteList.cs" />
|
|
<Compile Remove="DJY\tb_ShipSchedule.cs" />
|
|
<Compile Remove="DJY\tb_txxp_BillOrderList.cs" />
|
|
<Compile Remove="DJY\tb_txxp_BillPrintLogs.cs" />
|
|
<Compile Remove="DJY\tb_vgm_SendBoxInfo.cs" />
|
|
<Compile Remove="DJY\tb_vgm_vgmOrderList.cs" />
|
|
<Compile Remove="DJY\tb_WorkbenchList.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="djy.Model.xml" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Djy.Common\Common.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|