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.

63 lines
2.9 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Compile Remove="OutPdline.cs" />
<Compile Remove="OutPdline.Designer.cs" />
<Compile Remove="OutPdlineInspection.cs" />
<Compile Remove="OutPdlineInspection.Designer.cs" />
<Compile Remove="PrintPartSN.cs" />
<Compile Remove="PrintSN\GYPrintQA.cs" />
<Compile Remove="PrintSN\GYPrintSN.cs" />
<Compile Remove="PrintSN\PrintQA.cs" />
<Compile Remove="PrintSN\PrintSN.cs" />
<Compile Remove="PrintSN\YYPrintQA.cs" />
<Compile Remove="TorqueCollect\TorqueCollect.cs" />
<Compile Remove="TorqueCollect\TorqueCollectApp.cs" />
<Compile Remove="TorqueCollect\TorqueCollectStep2.cs" />
<Compile Remove="YYFinalInspectionCheck\YYFOutPdlineInspection.cs" />
<Compile Remove="YYFinalInspectionCheck\YYFOutPdlineInspection.Designer.cs" />
<Compile Remove="YYFinalInspectionCheck\YYNGCheck.cs" />
<Compile Remove="YYFinalInspectionCheck\YYNGCheck.designer.cs" />
<Compile Remove="YYFinalInspectionCheck\YYNGFacadeCheck.cs" />
<Compile Remove="YYFinalInspectionCheck\YYNGFacadeCheck.designer.cs" />
<Compile Remove="YYFinalInspectionCheck\YYOutPdlineInspection.cs" />
<Compile Remove="YYFinalInspectionCheck\YYOutPdlineInspection.designer.cs" />
<Compile Remove="YYNGFacadeCheck.cs" />
<Compile Remove="YYNGFacadeCheck.Designer.cs" />
<Compile Remove="YYOutPdlineInspection.cs" />
<Compile Remove="YYOutPdlineInspection.designer.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Remove="OutPdline.resx" />
<EmbeddedResource Remove="OutPdlineInspection.resx" />
<EmbeddedResource Remove="PrintPartSN.resx" />
<EmbeddedResource Remove="PrintSN\GYPrintQA.resx" />
<EmbeddedResource Remove="PrintSN\GYPrintSN.resx" />
<EmbeddedResource Remove="PrintSN\PrintQA.resx" />
<EmbeddedResource Remove="PrintSN\PrintSN.resx" />
<EmbeddedResource Remove="PrintSN\YYPrintQA.resx" />
<EmbeddedResource Remove="TorqueCollect\TorqueCollect.resx" />
<EmbeddedResource Remove="TorqueCollect\TorqueCollectStep2.resx" />
<EmbeddedResource Remove="YYFinalInspectionCheck\YYFOutPdlineInspection.resx" />
<EmbeddedResource Remove="YYFinalInspectionCheck\YYNGCheck.resx" />
<EmbeddedResource Remove="YYFinalInspectionCheck\YYNGFacadeCheck.resx" />
<EmbeddedResource Remove="YYFinalInspectionCheck\YYOutPdlineInspection.resx" />
<EmbeddedResource Remove="YYNGFacadeCheck.resx" />
<EmbeddedResource Remove="YYOutPdlineInspection.resx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Estsh.Client.Base\Estsh.Client.Base.csproj" />
<ProjectReference Include="..\Estsh.Client.Common\Estsh.Client.Common.csproj" />
</ItemGroup>
</Project>