Files
SCRGroupLine/GroupLine.App/GroupLine.App.csproj
2026-03-19 17:29:32 +08:00

814 lines
38 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{BDF65038-979E-4922-B285-089193C1A1F4}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>GroupLine.App</RootNamespace>
<AssemblyName>GroupLine.App</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Images\P0.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="AutoMapper, Version=8.0.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
<HintPath>..\packages\AutoMapper.8.0.0\lib\net461\AutoMapper.dll</HintPath>
</Reference>
<Reference Include="BouncyCastle.Crypto, Version=1.8.9.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
<HintPath>..\packages\Portable.BouncyCastle.1.8.9\lib\net40\BouncyCastle.Crypto.dll</HintPath>
</Reference>
<Reference Include="CommonServiceLocator, Version=2.0.2.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
<HintPath>..\packages\CommonServiceLocator.2.0.2\lib\net45\CommonServiceLocator.dll</HintPath>
</Reference>
<Reference Include="FreeSql, Version=3.2.692.0, Culture=neutral, PublicKeyToken=a33928e5d4a4b39c, processorArchitecture=MSIL">
<HintPath>..\packages\FreeSql.3.2.692\lib\net451\FreeSql.dll</HintPath>
</Reference>
<Reference Include="FreeSql.Provider.SqlServer, Version=3.2.692.0, Culture=neutral, PublicKeyToken=d313b98af285bd88, processorArchitecture=MSIL">
<HintPath>..\packages\FreeSql.Provider.SqlServer.3.2.692\lib\net451\FreeSql.Provider.SqlServer.dll</HintPath>
</Reference>
<Reference Include="GalaSoft.MvvmLight, Version=5.4.1.0, Culture=neutral, PublicKeyToken=e7570ab207bcb616, processorArchitecture=MSIL">
<HintPath>..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.dll</HintPath>
</Reference>
<Reference Include="GalaSoft.MvvmLight.Extras, Version=5.4.1.0, Culture=neutral, PublicKeyToken=669f0b5e8f868abf, processorArchitecture=MSIL">
<HintPath>..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Extras.dll</HintPath>
</Reference>
<Reference Include="GalaSoft.MvvmLight.Platform, Version=5.4.1.0, Culture=neutral, PublicKeyToken=5f873c45e98af8a1, processorArchitecture=MSIL">
<HintPath>..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Platform.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib, Version=1.3.2.10, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<HintPath>..\packages\SharpZipLib.1.3.2\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="MaterialDesignColors, Version=2.0.4.3, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
<HintPath>..\packages\MaterialDesignColors.2.0.4\lib\net452\MaterialDesignColors.dll</HintPath>
</Reference>
<Reference Include="MaterialDesignThemes.Wpf, Version=4.1.0.2556, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
<HintPath>..\packages\MaterialDesignThemes.4.1.0\lib\net452\MaterialDesignThemes.Wpf.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.5.1.2\lib\net46\NLog.dll</HintPath>
</Reference>
<Reference Include="NPOI, Version=2.5.5.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
<HintPath>..\packages\NPOI.2.5.5\lib\net45\NPOI.dll</HintPath>
</Reference>
<Reference Include="NPOI.OOXML, Version=2.5.5.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
<HintPath>..\packages\NPOI.2.5.5\lib\net45\NPOI.OOXML.dll</HintPath>
</Reference>
<Reference Include="NPOI.OpenXml4Net, Version=2.5.5.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
<HintPath>..\packages\NPOI.2.5.5\lib\net45\NPOI.OpenXml4Net.dll</HintPath>
</Reference>
<Reference Include="NPOI.OpenXmlFormats, Version=2.5.5.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
<HintPath>..\packages\NPOI.2.5.5\lib\net45\NPOI.OpenXmlFormats.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Data.SqlClient, Version=4.6.1.5, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Data.SqlClient.4.8.5\lib\net461\System.Data.SqlClient.dll</HintPath>
</Reference>
<Reference Include="System.IO.Compression" />
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\MvvmLightLibs.5.4.1.1\lib\net45\System.Windows.Interactivity.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xaml">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="App.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
<Compile Include="FSqlContext.cs" />
<Compile Include="ModelDto\OilGuideMountDto.cs" />
<Compile Include="ModelDto\RotorShrinkFitDto.cs" />
<Compile Include="ModelDto\KPBarrelShrinkFitDto.cs" />
<Compile Include="ModelDto\KPReliefValveAsmDto.cs" />
<Compile Include="ModelDto\KPExhCoverSealTestDto.cs" />
<Compile Include="ModelDto\KPRingWeldMachDwDto.cs" />
<Compile Include="ModelDto\KPRingWeldMachUpDto.cs" />
<Compile Include="ModelDto\KPShrinkTubDto.cs" />
<Compile Include="ModelDto\KPUpBurnEbDto.cs" />
<Compile Include="ModelDto\ComboBoxModel.cs" />
<Compile Include="ModelDto\OilPumpInstallDto.cs" />
<Compile Include="ModelDto\MagTorqueDto.cs" />
<Compile Include="ModelDto\KanBan\PlanCountDto.cs" />
<Compile Include="ModelDto\KanBan\WorkTimeDto.cs" />
<Compile Include="ModelDto\CylinderEngravDto.cs" />
<Compile Include="ModelDto\TermWeldDto.cs" />
<Compile Include="ModelDto\GCylinderBurnEbDto.cs" />
<Compile Include="ModelDto\GRotorBurnEbDto.cs" />
<Compile Include="ModelDto\GRotorMagDto.cs" />
<Compile Include="ModelDto\GInsRotaResDto.cs" />
<Compile Include="ModelDto\PRacktPressDto.cs" />
<Compile Include="ModelDto\PRacktWeldDto.cs" />
<Compile Include="ModelDto\PLowWeldDto.cs" />
<Compile Include="ModelDto\PCoreMesDto.cs" />
<Compile Include="ModelDto\GMagTorqueDto.cs" />
<Compile Include="ModelDto\KPMagTorqueDto.cs" />
<Compile Include="ModelDto\GOilPumpInstallDto.cs" />
<Compile Include="ModelDto\KPOilPumpInstallDto.cs" />
<Compile Include="ModelDto\GCDTransplantDto.cs" />
<Compile Include="ModelDto\KPCDTransplantDto.cs" />
<Compile Include="ModelDto\GLeakCheckDto.cs" />
<Compile Include="ModelDto\KPLeakCheckDto.cs" />
<Compile Include="ModelDto\KPSealInstallDto.cs" />
<Compile Include="ModelDto\ExhInstallMesDto.cs" />
<Compile Include="ModelDto\BurPlugInstallDto.cs" />
<Compile Include="ModelDto\OverflowLeakMesDto.cs" />
<Compile Include="ModelDto\StaticDiscPressDto.cs" />
<Compile Include="ModelDto\GDynStaticMachDto.cs" />
<Compile Include="ModelDto\KPDynStaticMachDto.cs" />
<Compile Include="ModelDto\GLowVolStartDto.cs" />
<Compile Include="ModelDto\KPLowVolStartDto.cs" />
<Compile Include="ModelDto\GSpotWeldMachDto.cs" />
<Compile Include="ModelDto\KPSpotWeldMachDto.cs" />
<Compile Include="ModelDto\GRingWeldMachDto.cs" />
<Compile Include="ModelDto\KPRingWeldMachDto.cs" />
<Compile Include="ModelDto\GShrinkTubDto.cs" />
<Compile Include="ModelDto\GStaticDiskMachDto.cs" />
<Compile Include="ModelDto\KPStaticDiskMachDto.cs" />
<Compile Include="ModelDto\ValidateModelBase.cs" />
<Compile Include="ModelDto\AppearanceTestDto.cs" />
<Compile Include="ViewModel\DbDataClearViewModel.cs" />
<Compile Include="ViewModel\CylinderEngravViewModel.cs" />
<Compile Include="ViewModel\OilGuideMountViewModel.cs" />
<Compile Include="ViewModel\RotorShrinkFitViewModel.cs" />
<Compile Include="ViewModel\KPBarrelShrinkFitViewModel.cs" />
<Compile Include="ViewModel\KPReliefValveAsmViewModel.cs" />
<Compile Include="ViewModel\KPExhCoverSealTestViewModel.cs" />
<Compile Include="ViewModel\KPRingWeldMachDwViewModel.cs" />
<Compile Include="ViewModel\KPRingWeldMachUpViewModel.cs" />
<Compile Include="ViewModel\KPShrinkTubViewModel.cs" />
<Compile Include="ViewModel\KPUpBurnEbViewModel.cs" />
<Compile Include="ViewModel\TermWeldViewModel.cs" />
<Compile Include="ViewModel\GCylinderBurnEbViewModel.cs" />
<Compile Include="ViewModel\GRotorBurnEbViewModel.cs" />
<Compile Include="ViewModel\GRotorMagViewModel.cs" />
<Compile Include="ViewModel\GInsRotaResViewModel.cs" />
<Compile Include="ViewModel\PRacktPressViewModel.cs" />
<Compile Include="ViewModel\PRacktWeldViewModel.cs" />
<Compile Include="ViewModel\PLowWeldViewModel.cs" />
<Compile Include="ViewModel\PCoreMesViewModel.cs" />
<Compile Include="ViewModel\GMagTorqueViewModel.cs" />
<Compile Include="ViewModel\KPMagTorqueViewModel.cs" />
<Compile Include="ViewModel\GOilPumpInstallViewModel.cs" />
<Compile Include="ViewModel\KPOilPumpInstallViewModel.cs" />
<Compile Include="ViewModel\GCDTransplantViewModel.cs" />
<Compile Include="ViewModel\KPCDTransplantViewModel.cs" />
<Compile Include="ViewModel\GLeakCheckViewModel.cs" />
<Compile Include="ViewModel\KPLeakCheckViewModel.cs" />
<Compile Include="ViewModel\KPSealInstallViewModel.cs" />
<Compile Include="ViewModel\ExhInstallMesViewModel.cs" />
<Compile Include="ViewModel\BurPlugInstallViewModel.cs" />
<Compile Include="ViewModel\OverflowLeakMesViewModel.cs" />
<Compile Include="ViewModel\StaticDiscPressViewModel.cs" />
<Compile Include="ViewModel\GDynStaticMachViewModel.cs" />
<Compile Include="ViewModel\KPDynStaticMachViewModel.cs" />
<Compile Include="ViewModel\GLowVolStartViewModel.cs" />
<Compile Include="ViewModel\KPLowVolStartViewModel.cs" />
<Compile Include="ViewModel\GSpotWeldMachViewModel.cs" />
<Compile Include="ViewModel\KPSpotWeldMachViewModel.cs" />
<Compile Include="ViewModel\GRingWeldMachViewModel.cs" />
<Compile Include="ViewModel\KPRingWeldMachViewModel.cs" />
<Compile Include="ViewModel\GShrinkTubViewModel.cs" />
<Compile Include="ViewModel\GStaticDiskMachViewModel.cs" />
<Compile Include="ViewModel\KPStaticDiskMachViewModel.cs" />
<Compile Include="ViewModel\OilPumpInstallViewModel.cs" />
<Compile Include="ViewModel\ItemMenu.cs" />
<Compile Include="ViewModel\KanBanViewModel.cs" />
<Compile Include="ViewModel\MainViewModel.cs" />
<Compile Include="ViewModel\OffsetConfigViewModel.cs" />
<Compile Include="ViewModel\MagTorqueViewModel.cs" />
<Compile Include="ViewModel\ReportTimeConfigViewModel.cs" />
<Compile Include="ViewModel\SubItem.cs" />
<Compile Include="ViewModel\ViewModelLocator.cs" />
<Compile Include="ViewModel\AppearanceTestViewModel.cs" />
<Compile Include="View\AppearanceTest\AppearanceTestIndex.xaml.cs">
<DependentUpon>AppearanceTestIndex.xaml</DependentUpon>
</Compile>
<Compile Include="View\BurPlugInstall\BurPlugInstallView.xaml.cs">
<DependentUpon>BurPlugInstallView.xaml</DependentUpon>
</Compile>
<Compile Include="View\CylinderEngrav\CylinderEngravView.xaml.cs">
<DependentUpon>CylinderEngravView.xaml</DependentUpon>
</Compile>
<Compile Include="View\DbDataClear\DbDataClearView.xaml.cs">
<DependentUpon>DbDataClearView.xaml</DependentUpon>
</Compile>
<Compile Include="View\ExhInstallMes\ExhInstallMesView.xaml.cs">
<DependentUpon>ExhInstallMesView.xaml</DependentUpon>
</Compile>
<Compile Include="View\GCDTransplant\GCDTransplantView.xaml.cs">
<DependentUpon>GCDTransplantView.xaml</DependentUpon>
</Compile>
<Compile Include="View\GCylinderBurnEb\GCylinderBurnEbView.xaml.cs">
<DependentUpon>GCylinderBurnEbView.xaml</DependentUpon>
</Compile>
<Compile Include="View\GDynStaticMach\GDynStaticMachView.xaml.cs">
<DependentUpon>GDynStaticMachView.xaml</DependentUpon>
</Compile>
<Compile Include="View\GInsRotaRes\GInsRotaResView.xaml.cs">
<DependentUpon>GInsRotaResView.xaml</DependentUpon>
</Compile>
<Compile Include="View\GLeakCheck\GLeakCheckView.xaml.cs">
<DependentUpon>GLeakCheckView.xaml</DependentUpon>
</Compile>
<Compile Include="View\GLowVolStart\GLowVolStartView.xaml.cs">
<DependentUpon>GLowVolStartView.xaml</DependentUpon>
</Compile>
<Compile Include="View\GMagTorque\GMagTorqueView.xaml.cs">
<DependentUpon>GMagTorqueView.xaml</DependentUpon>
</Compile>
<Compile Include="View\GOilPumpInstall\GOilPumpInstallView.xaml.cs">
<DependentUpon>GOilPumpInstallView.xaml</DependentUpon>
</Compile>
<Compile Include="View\GRingWeldMach\GRingWeldMachView.xaml.cs">
<DependentUpon>GRingWeldMachView.xaml</DependentUpon>
</Compile>
<Compile Include="View\GRotorBurnEb\GRotorBurnEbView.xaml.cs">
<DependentUpon>GRotorBurnEbView.xaml</DependentUpon>
</Compile>
<Compile Include="View\GRotorMag\GRotorMagView.xaml.cs">
<DependentUpon>GRotorMagView.xaml</DependentUpon>
</Compile>
<Compile Include="View\GShrinkTub\GShrinkTubView.xaml.cs">
<DependentUpon>GShrinkTubView.xaml</DependentUpon>
</Compile>
<Compile Include="View\GSpotWeldMach\GSpotWeldMachView.xaml.cs">
<DependentUpon>GSpotWeldMachView.xaml</DependentUpon>
</Compile>
<Compile Include="View\GStaticDiskMach\GStaticDiskMachView.xaml.cs">
<DependentUpon>GStaticDiskMachView.xaml</DependentUpon>
</Compile>
<Compile Include="View\KPCDTransplant\KPCDTransplantView.xaml.cs">
<DependentUpon>KPCDTransplantView.xaml</DependentUpon>
</Compile>
<Compile Include="View\KPDynStaticMach\KPDynStaticMachView.xaml.cs">
<DependentUpon>KPDynStaticMachView.xaml</DependentUpon>
</Compile>
<Compile Include="View\KPLeakCheck\KPLeakCheckView.xaml.cs">
<DependentUpon>KPLeakCheckView.xaml</DependentUpon>
</Compile>
<Compile Include="View\KPLowVolStart\KPLowVolStartView.xaml.cs">
<DependentUpon>KPLowVolStartView.xaml</DependentUpon>
</Compile>
<Compile Include="View\KPMagTorque\KPMagTorqueView.xaml.cs">
<DependentUpon>KPMagTorqueView.xaml</DependentUpon>
</Compile>
<Compile Include="View\KPOilPumpInstall\KPOilPumpInstallView.xaml.cs">
<DependentUpon>KPOilPumpInstallView.xaml</DependentUpon>
</Compile>
<Compile Include="View\KPRingWeldMachDw\KPRingWeldMachDwView.xaml.cs">
<DependentUpon>KPRingWeldMachDwView.xaml</DependentUpon>
</Compile>
<Compile Include="View\KPRingWeldMachUp\KPRingWeldMachUpView.xaml.cs">
<DependentUpon>KPRingWeldMachUpView.xaml</DependentUpon>
</Compile>
<Compile Include="View\KPRingWeldMach\KPRingWeldMachView.xaml.cs">
<DependentUpon>KPRingWeldMachView.xaml</DependentUpon>
</Compile>
<Compile Include="View\KPSealInstall\KPSealInstallView.xaml.cs">
<DependentUpon>KPSealInstallView.xaml</DependentUpon>
</Compile>
<Compile Include="View\KPShrinkTub\KPShrinkTubView.xaml.cs">
<DependentUpon>KPShrinkTubView.xaml</DependentUpon>
</Compile>
<Compile Include="View\KPSpotWeldMach\KPSpotWeldMachView.xaml.cs">
<DependentUpon>KPSpotWeldMachView.xaml</DependentUpon>
</Compile>
<Compile Include="View\KPStaticDiskMach\KPStaticDiskMachView.xaml.cs">
<DependentUpon>KPStaticDiskMachView.xaml</DependentUpon>
</Compile>
<Compile Include="View\KPUpBurnEb\KPUpBurnEbView.xaml.cs">
<DependentUpon>KPUpBurnEbView.xaml</DependentUpon>
</Compile>
<Compile Include="View\MagTorque\MagTorqueView.xaml.cs">
<DependentUpon>MagTorqueView.xaml</DependentUpon>
</Compile>
<Compile Include="View\OilPumpInstall\OilPumpInstallView.xaml.cs">
<DependentUpon>OilPumpInstallView.xaml</DependentUpon>
</Compile>
<Compile Include="View\KanBan\KanBanIndex.xaml.cs">
<DependentUpon>KanBanIndex.xaml</DependentUpon>
</Compile>
<Compile Include="View\KanBan\KanBan_Create.xaml.cs">
<DependentUpon>KanBan_Create.xaml</DependentUpon>
</Compile>
<Compile Include="View\KanBan\KanBan_PlanCountCreate.xaml.cs">
<DependentUpon>KanBan_PlanCountCreate.xaml</DependentUpon>
</Compile>
<Compile Include="View\KanBan\KanBan_PlanCountUpdate.xaml.cs">
<DependentUpon>KanBan_PlanCountUpdate.xaml</DependentUpon>
</Compile>
<Compile Include="View\KanBan\KanBan_Update.xaml.cs">
<DependentUpon>KanBan_Update.xaml</DependentUpon>
</Compile>
<Compile Include="View\MsgInput.xaml.cs">
<DependentUpon>MsgInput.xaml</DependentUpon>
</Compile>
<Compile Include="View\OffsetConfig\OffsetConfigIndex.xaml.cs">
<DependentUpon>OffsetConfigIndex.xaml</DependentUpon>
</Compile>
<Compile Include="View\OverflowLeakMes\OverflowLeakMesView.xaml.cs">
<DependentUpon>OverflowLeakMesView.xaml</DependentUpon>
</Compile>
<Compile Include="View\PCoreMes\PCoreMesView.xaml.cs">
<DependentUpon>PCoreMesView.xaml</DependentUpon>
</Compile>
<Compile Include="View\PLowWeld\PLowWeldView.xaml.cs">
<DependentUpon>PLowWeldView.xaml</DependentUpon>
</Compile>
<Compile Include="View\PRacktPress\PRacktPressView.xaml.cs">
<DependentUpon>PRacktPressView.xaml</DependentUpon>
</Compile>
<Compile Include="View\PRacktWeld\PRacktWeldView.xaml.cs">
<DependentUpon>PRacktWeldView.xaml</DependentUpon>
</Compile>
<Compile Include="View\ReportTimeConfig\ReportTimeConfigIndex.xaml.cs">
<DependentUpon>ReportTimeConfigIndex.xaml</DependentUpon>
</Compile>
<Compile Include="View\StaticDiscPress\StaticDiscPressView.xaml.cs">
<DependentUpon>StaticDiscPressView.xaml</DependentUpon>
</Compile>
<Compile Include="View\TermWeld\TermWeldView.xaml.cs">
<DependentUpon>TermWeldView.xaml</DependentUpon>
</Compile>
<Compile Include="View\UserControlMenuItem.xaml.cs">
<DependentUpon>UserControlMenuItem.xaml</DependentUpon>
</Compile>
<Compile Include="View\OilGuideMount\OilGuideMountView.xaml.cs">
<DependentUpon>OilGuideMountView.xaml</DependentUpon>
</Compile>
<Compile Include="View\RotorShrinkFit\RotorShrinkFitView.xaml.cs">
<DependentUpon>RotorShrinkFitView.xaml</DependentUpon>
</Compile>
<Compile Include="View\KPBarrelShrinkFit\KPBarrelShrinkFitView.xaml.cs">
<DependentUpon>KPBarrelShrinkFitView.xaml</DependentUpon>
</Compile>
<Compile Include="View\KPReliefValveAsm\KPReliefValveAsmView.xaml.cs">
<DependentUpon>KPReliefValveAsmView.xaml</DependentUpon>
</Compile>
<Compile Include="View\KPExhCoverSealTest\KPExhCoverSealTestView.xaml.cs">
<DependentUpon>KPExhCoverSealTestView.xaml</DependentUpon>
</Compile>
<Page Include="Assets\TextBox.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="MainWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="MainWindow.xaml.cs">
<DependentUpon>MainWindow.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Page Include="View\AppearanceTest\AppearanceTestIndex.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\BurPlugInstall\BurPlugInstallView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\CylinderEngrav\CylinderEngravView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\DbDataClear\DbDataClearView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\ExhInstallMes\ExhInstallMesView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\GCDTransplant\GCDTransplantView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\GCylinderBurnEb\GCylinderBurnEbView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\GDynStaticMach\GDynStaticMachView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\GInsRotaRes\GInsRotaResView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\GLeakCheck\GLeakCheckView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\GLowVolStart\GLowVolStartView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\GMagTorque\GMagTorqueView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\GOilPumpInstall\GOilPumpInstallView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\GRingWeldMach\GRingWeldMachView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\GRotorBurnEb\GRotorBurnEbView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\GRotorMag\GRotorMagView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\GShrinkTub\GShrinkTubView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\GSpotWeldMach\GSpotWeldMachView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\GStaticDiskMach\GStaticDiskMachView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\KPCDTransplant\KPCDTransplantView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\KPDynStaticMach\KPDynStaticMachView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\KPLeakCheck\KPLeakCheckView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\KPLowVolStart\KPLowVolStartView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\KPMagTorque\KPMagTorqueView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\KPOilPumpInstall\KPOilPumpInstallView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\KPRingWeldMachDw\KPRingWeldMachDwView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\KPRingWeldMachUp\KPRingWeldMachUpView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\KPRingWeldMach\KPRingWeldMachView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\KPSealInstall\KPSealInstallView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\KPShrinkTub\KPShrinkTubView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\KPSpotWeldMach\KPSpotWeldMachView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\KPStaticDiskMach\KPStaticDiskMachView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\KPUpBurnEb\KPUpBurnEbView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\MagTorque\MagTorqueView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\OilPumpInstall\OilPumpInstallView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\KanBan\KanBanIndex.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\KanBan\KanBan_Create.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\KanBan\KanBan_PlanCountCreate.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\KanBan\KanBan_PlanCountUpdate.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\KanBan\KanBan_Update.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\MsgInput.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\OffsetConfig\OffsetConfigIndex.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\OverflowLeakMes\OverflowLeakMesView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\PCoreMes\PCoreMesView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\PLowWeld\PLowWeldView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\PRacktPress\PRacktPressView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\PRacktWeld\PRacktWeldView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\ReportTimeConfig\ReportTimeConfigIndex.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\StaticDiscPress\StaticDiscPressView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\TermWeld\TermWeldView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\UserControlMenuItem.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\OilGuideMount\OilGuideMountView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\RotorShrinkFit\RotorShrinkFitView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\KPBarrelShrinkFit\KPBarrelShrinkFitView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\KPReliefValveAsm\KPReliefValveAsmView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\KPExhCoverSealTest\KPExhCoverSealTestView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<None Include="ReportFile\OilGuideMountTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\RotorShrinkFitTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\KPBarrelShrinkFitTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\KPReliefValveAsmTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\KPExhCoverSealTestTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\AppearanceTestTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\BurPlugInstallTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\CylinderEngravTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\ExhInstallMesTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\GCDTransplantTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\GCylinderBurnEbTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\GDynStaticMachTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\GInsRotaResTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\GLeakCheckTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\GLowVolStartTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\GMagTorqueTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\GOilPumpInstallTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\GRingWeldMachTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\GRotorBurnEbTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\GRotorMagTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\GShrinkTubTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\GSpotWeldMachTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\GStaticDiskMachTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\KPCDTransplantTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\KPDynStaticMachTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\KPLeakCheckTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\KPLowVolStartTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\KPMagTorqueTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\KPOilPumpInstallTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\KPRingWeldMachDwTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\KPRingWeldMachTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\KPRingWeldMachUpTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\KPSealInstallTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\KPShrinkTubTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\KPSpotWeldMachTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\KPStaticDiskMachTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\KPUpBurnEbTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\OilPumpInstallTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\MagTorqueTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\OverflowLeakMesTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\PCoreMesTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\PlaquePrintTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\PLowWeldTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\PRacktPressTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\PRacktWeldTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\StaticDiscPressTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\TermWeldTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GroupLine.Com\GroupLine.Com.csproj">
<Project>{d952eff3-e90d-48ce-92e5-76e1ba4ab609}</Project>
<Name>GroupLine.Com</Name>
</ProjectReference>
<ProjectReference Include="..\GroupLine.Model\GroupLine.Model.csproj">
<Project>{7b3ac8e7-3cda-4d30-8d65-42092aa62bb9}</Project>
<Name>GroupLine.Model</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Resource Include="Images\logo.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
</ItemGroup>
<ItemGroup>
<Resource Include="Images\P0.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\MaterialDesignThemes.4.1.0\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.4.1.0\build\MaterialDesignThemes.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\MaterialDesignThemes.4.1.0\build\MaterialDesignThemes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MaterialDesignThemes.4.1.0\build\MaterialDesignThemes.targets'))" />
</Target>
</Project>