Files
6098/Cowain.Bake.UI/Cowain.Bake.UI.csproj

425 lines
20 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>{09EF460A-9D14-4090-B0D5-CA43E4B72A66}</ProjectGuid>
<OutputType>library</OutputType>
<RootNamespace>Cowain.Bake.UI</RootNamespace>
<AssemblyName>Cowain.Bake.UI</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<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' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Cowain.Bake.BLL">
<HintPath>..\Cowain.Bake.BLL\bin\Debug\Cowain.Bake.BLL.dll</HintPath>
</Reference>
<Reference Include="Cowain.Bake.Common">
<HintPath>..\Cowain.Bake.Common\bin\Debug\Cowain.Bake.Common.dll</HintPath>
</Reference>
<Reference Include="Cowain.Bake.Communication">
<HintPath>..\Cowain.Bake.Communication\bin\Debug\Cowain.Bake.Communication.dll</HintPath>
</Reference>
<Reference Include="Cowain.Bake.Model">
<HintPath>..\Cowain.Bake.Model\bin\Debug\Cowain.Bake.Model.dll</HintPath>
</Reference>
<Reference Include="CsvHelper, Version=31.0.0.0, Culture=neutral, PublicKeyToken=8c4959082be5c823, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Libs\CsvHelper.dll</HintPath>
</Reference>
<Reference Include="HandyControl, Version=3.5.1.0, Culture=neutral, PublicKeyToken=45be8712787a1e5b, processorArchitecture=MSIL">
<HintPath>..\packages\HandyControl.3.5.1\lib\net472\HandyControl.dll</HintPath>
</Reference>
<Reference Include="HslCommunication, Version=11.6.4.0, Culture=neutral, PublicKeyToken=3d72ad3b6b5ec0e3" />
<Reference Include="LiveCharts">
<HintPath>..\Libs\LiveCharts.dll</HintPath>
</Reference>
<Reference Include="LiveCharts.Wpf">
<HintPath>..\Libs\LiveCharts.Wpf.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.7.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Bcl.HashCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Libs\Microsoft.Bcl.HashCode.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.31\lib\net45\Microsoft.Xaml.Behaviors.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Prism">
<HintPath>..\Libs\Prism.dll</HintPath>
</Reference>
<Reference Include="Prism.Unity.Wpf">
<HintPath>..\Libs\Prism.Unity.Wpf.dll</HintPath>
</Reference>
<Reference Include="Prism.Wpf">
<HintPath>..\Libs\Prism.Wpf.dll</HintPath>
</Reference>
<Reference Include="Spire.Doc, Version=13.8.1.0, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
<HintPath>..\packages\Spire.Doc.13.8.1\lib\net40\Spire.Doc.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
</Reference>
<Reference Include="System.Numerics" />
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include="System.Text.Encodings.Web, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Text.Encodings.Web.7.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
</Reference>
<Reference Include="System.Text.Json, Version=7.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Text.Json.7.0.2\lib\net462\System.Text.Json.dll</HintPath>
</Reference>
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Windows.Interactivity">
<HintPath>..\Libs\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="Unity.Abstractions, Version=5.11.7.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
<HintPath>..\packages\Unity.Abstractions.5.11.7\lib\net47\Unity.Abstractions.dll</HintPath>
</Reference>
<Reference Include="Unity.Container, Version=5.11.11.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
<HintPath>..\packages\Unity.Container.5.11.11\lib\net47\Unity.Container.dll</HintPath>
</Reference>
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="WindowsFormsIntegration" />
</ItemGroup>
<ItemGroup>
<Compile Include="CommonView\Views\ProgressBarView.xaml.cs">
<DependentUpon>ProgressBarView.xaml</DependentUpon>
</Compile>
<Compile Include="CsvMap\BatteryInfoDetailMap.cs" />
<Compile Include="CsvMap\BatteryInfoMap.cs" />
<Compile Include="CsvMap\FailBatteryMap.cs" />
<Compile Include="CsvMap\MesDataMap.cs" />
<Compile Include="CsvMap\PalletInfoMap.cs" />
<Compile Include="CsvMap\TypeConverter.cs" />
<Compile Include="DataQuery\ViewModels\BatteryInfoViewModel.cs" />
<Compile Include="DataQuery\ViewModels\CurveViewModel.cs" />
<Compile Include="DataQuery\ViewModels\DummyInfoViewModel.cs" />
<Compile Include="DataQuery\ViewModels\GetMesLogViewModel.cs" />
<Compile Include="DataQuery\ViewModels\IncomingCellInfoViewModel.cs" />
<Compile Include="DataQuery\ViewModels\NGCellInfoViewModel.cs" />
<Compile Include="DataQuery\ViewModels\PalletInfoViewModel.cs" />
<Compile Include="DataQuery\ViewModels\ProductionsInfoViewModel.cs" />
<Compile Include="DataQuery\Views\BatteryInfoView.xaml.cs">
<DependentUpon>BatteryInfoView.xaml</DependentUpon>
</Compile>
<Compile Include="DataQuery\Views\CurveView.xaml.cs">
<DependentUpon>CurveView.xaml</DependentUpon>
</Compile>
<Compile Include="DataQuery\Views\DummyInfoView.xaml.cs">
<DependentUpon>DummyInfoView.xaml</DependentUpon>
</Compile>
<Compile Include="DataQuery\Views\GetMesLogView.xaml.cs">
<DependentUpon>GetMesLogView.xaml</DependentUpon>
</Compile>
<Compile Include="DataQuery\Views\IncomingCellInfoView.xaml.cs">
<DependentUpon>IncomingCellInfoView.xaml</DependentUpon>
</Compile>
<Compile Include="DataQuery\Views\NGCellInfoView.xaml.cs">
<DependentUpon>NGCellInfoView.xaml</DependentUpon>
</Compile>
<Compile Include="DataQuery\Views\PalletInfoView.xaml.cs">
<DependentUpon>PalletInfoView.xaml</DependentUpon>
</Compile>
<Compile Include="DataQuery\Views\ProductionsInfoView.xaml.cs">
<DependentUpon>ProductionsInfoView.xaml</DependentUpon>
</Compile>
<Compile Include="FactoryMaintenance\ViewModels\DeviceManagementViewModel.cs" />
<Compile Include="FactoryMaintenance\ViewModels\MomOutboundViewModel.cs" />
<Compile Include="FactoryMaintenance\ViewModels\PLCVarMonitorViewModel.cs" />
<Compile Include="FactoryMaintenance\ViewModels\SysSetupViewModel.cs" />
<Compile Include="FactoryMaintenance\Views\DeviceManagementView.xaml.cs">
<DependentUpon>DeviceManagementView.xaml</DependentUpon>
</Compile>
<Compile Include="FactoryMaintenance\Views\MomOutboundView.xaml.cs">
<DependentUpon>MomOutboundView.xaml</DependentUpon>
</Compile>
<Compile Include="FactoryMaintenance\Views\PLCVarMonitorView.xaml.cs">
<DependentUpon>PLCVarMonitorView.xaml</DependentUpon>
</Compile>
<Compile Include="FactoryMaintenance\Views\SysSetupView.xaml.cs">
<DependentUpon>SysSetupView.xaml</DependentUpon>
</Compile>
<Compile Include="Helper\ViewModels\AboutWindowViewModel.cs" />
<Compile Include="Helper\ViewModels\HelpWindowViewModel.cs" />
<Compile Include="Helper\Views\AboutWindowView.xaml.cs">
<DependentUpon>AboutWindowView.xaml</DependentUpon>
</Compile>
<Compile Include="Helper\Views\HelpWindowView.xaml.cs">
<DependentUpon>HelpWindowView.xaml</DependentUpon>
</Compile>
<Compile Include="Home\ViewModels\LoginViewModel.cs" />
<Compile Include="Home\ViewModels\ModifyPassWordViewModel.cs" />
<Compile Include="Home\ViewModels\ProcessParametersViewModel.cs" />
<Compile Include="Home\ViewModels\SetScannerViewModel.cs" />
<Compile Include="Home\Views\LoginView.xaml.cs">
<DependentUpon>LoginView.xaml</DependentUpon>
</Compile>
<Compile Include="Home\Views\ModifyPassWordView.xaml.cs">
<DependentUpon>ModifyPassWordView.xaml</DependentUpon>
</Compile>
<Compile Include="Home\ViewModels\WorkOrderViewModel.cs" />
<Compile Include="Home\Views\ProcessParametersView.xaml.cs">
<DependentUpon>ProcessParametersView.xaml</DependentUpon>
</Compile>
<Compile Include="Home\Views\SetScannerView.xaml.cs">
<DependentUpon>SetScannerView.xaml</DependentUpon>
</Compile>
<Compile Include="Home\Views\WorkOrderView.xaml.cs">
<DependentUpon>WorkOrderView.xaml</DependentUpon>
</Compile>
<Compile Include="Home\ViewModels\DataInfo.cs" />
<Compile Include="ProductManagement\ViewModels\DBLogViewModel.cs" />
<Compile Include="ProductManagement\ViewModels\DisableStoveViewModel.cs" />
<Compile Include="ProductManagement\ViewModels\EleTableViewModel.cs" />
<Compile Include="ProductManagement\ViewModels\TaskMaintainViewModel.cs" />
<Compile Include="ProductManagement\ViewModels\TaskViewModel.cs" />
<Compile Include="ProductManagement\Views\DBLogView.xaml.cs">
<DependentUpon>DBLogView.xaml</DependentUpon>
</Compile>
<Compile Include="ProductManagement\Views\DisableStove.xaml.cs">
<DependentUpon>DisableStove.xaml</DependentUpon>
</Compile>
<Compile Include="ProductManagement\Views\EleTableView.xaml.cs">
<DependentUpon>EleTableView.xaml</DependentUpon>
</Compile>
<Compile Include="ProductManagement\Views\TaskMaintainView.xaml.cs">
<DependentUpon>TaskMaintainView.xaml</DependentUpon>
</Compile>
<Compile Include="ProductManagement\Views\TaskView.xaml.cs">
<DependentUpon>TaskView.xaml</DependentUpon>
</Compile>
<Compile Include="TaskModule.cs" />
<Compile Include="UserManagerment\ViewModels\AuthorityManagementViewModel.cs" />
<Compile Include="UserManagerment\ViewModels\DeviceModeViewModel.cs" />
<Compile Include="UserManagerment\ViewModels\UserManagermentViewModel.cs" />
<Compile Include="UserManagerment\Views\AuthorityManagementView.xaml.cs">
<DependentUpon>AuthorityManagementView.xaml</DependentUpon>
</Compile>
<Compile Include="UserManagerment\Views\DeviceModeView.xaml.cs">
<DependentUpon>DeviceModeView.xaml</DependentUpon>
</Compile>
<Compile Include="UserManagerment\Views\UserManagermentView.xaml.cs">
<DependentUpon>UserManagermentView.xaml</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<None Include="app.config" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<Page Include="CommonView\Views\ProgressBarView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="DataQuery\Views\BatteryInfoView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="DataQuery\Views\CurveView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="DataQuery\Views\DummyInfoView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="DataQuery\Views\GetMesLogView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="DataQuery\Views\IncomingCellInfoView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="DataQuery\Views\NGCellInfoView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="DataQuery\Views\PalletInfoView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="DataQuery\Views\ProductionsInfoView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="FactoryMaintenance\Views\DeviceManagementView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="FactoryMaintenance\Views\MomOutboundView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="FactoryMaintenance\Views\PLCVarMonitorView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="FactoryMaintenance\Views\SysSetupView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Helper\Views\AboutWindowView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Helper\Views\HelpWindowView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Home\Views\LoginView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Home\Views\ModifyPassWordView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Home\Views\ProcessParametersView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Home\Views\SetScannerView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Home\Views\WorkOrderView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="ProductManagement\Views\DBLogView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="ProductManagement\Views\DisableStove.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="ProductManagement\Views\EleTableView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="ProductManagement\Views\TaskMaintainView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="ProductManagement\Views\TaskView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="UserManagerment\Views\AuthorityManagementView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="UserManagerment\Views\DeviceModeView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="UserManagerment\Views\UserManagermentView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
</ItemGroup>
<ItemGroup>
<COMReference Include="Office">
<Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
<VersionMajor>99</VersionMajor>
<VersionMinor>1</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
<COMReference Include="stdole">
<Guid>{00020430-0000-0000-C000-000000000046}</Guid>
<VersionMajor>2</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>primary</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<ItemGroup>
<Folder Include="CommonView\ViewModels\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>