176 lines
7.9 KiB
XML
176 lines
7.9 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup Label="Globals">
|
|
<WebView2UseWinRT>False</WebView2UseWinRT>
|
|
<ApplicationIcon>DataBox\Logo.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net7.0-windows</TargetFramework>
|
|
<ImplicitUsings>disable</ImplicitUsings>
|
|
<Nullable>disable</Nullable>
|
|
<UseWPF>true</UseWPF>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Remove="Styles\**" />
|
|
<EmbeddedResource Remove="Styles\**" />
|
|
<None Remove="Styles\**" />
|
|
<Page Remove="Styles\**" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\Common\MegaRobo.Common\MegaRobo.WpfComponents\MegaRobo.WpfComponents.csproj" />
|
|
<ProjectReference Include="..\Common\Common.csproj" />
|
|
<ProjectReference Include="..\MegaRobo.C00225155.AppServer\MegaRobo.C00225155.AppServer.csproj" />
|
|
<ProjectReference Include="..\MegaRobo.C00225155.ControlDevices\MegaRobo.C00225155.ControlDevices.csproj" />
|
|
<ProjectReference Include="..\MegaRobo.C00225155.DataAccess\MegaRobo.C00225155.DataAccess.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Update="DataBox\LocalConfig.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="MegaRobo.Authentication">
|
|
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.Authentication.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MegaRobo.Contract">
|
|
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.Contract.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MegaRobo.DataAccess">
|
|
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.DataAccess.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MegaRobo.Entities">
|
|
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.Entities.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MegaRobo.Logger">
|
|
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.Logger.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MegaRobo.PipetteTool.HamiltonConsole">
|
|
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.PipetteTool.HamiltonConsole.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MegaRobo.Utility">
|
|
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.Utility.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MegaRobo.WpfInfrastructure">
|
|
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.WpfInfrastructure.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Telerik.Windows.Controls">
|
|
<HintPath>..\..\..\Common\Published\Telerik\Latest\WPF70\Telerik.Windows.Controls.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Telerik.Windows.Controls.Data">
|
|
<HintPath>..\..\..\Common\Published\Telerik\Latest\WPF70\Telerik.Windows.Controls.Data.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Telerik.Windows.Controls.GridView">
|
|
<HintPath>..\..\..\Common\Published\Telerik\Latest\WPF70\Telerik.Windows.Controls.GridView.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Telerik.Windows.Controls.Input">
|
|
<HintPath>..\..\..\Common\Published\Telerik\Latest\WPF70\Telerik.Windows.Controls.Input.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Telerik.Windows.Controls.Navigation">
|
|
<HintPath>..\..\..\Common\Published\Telerik\Latest\WPF70\Telerik.Windows.Controls.Navigation.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Telerik.Windows.Data">
|
|
<HintPath>..\..\..\Common\Published\Telerik\Latest\WPF70\Telerik.Windows.Data.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
|
|
<PackageReference Include="Extended.Wpf.Toolkit" Version="4.7.25104.5739" />
|
|
<PackageReference Include="LightInject" Version="6.6.4" />
|
|
<PackageReference Include="LiveCharts.Wpf" Version="0.9.7" />
|
|
<PackageReference Include="MahApps.Metro" Version="2.4.10" />
|
|
<PackageReference Include="MaterialDesignColors" Version="5.2.1" />
|
|
<PackageReference Include="MaterialDesignThemes.Wpf" Version="1.0.1" />
|
|
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2088.41" />
|
|
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.135" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
<PackageReference Include="NPOI" Version="2.7.4" />
|
|
<PackageReference Include="Vanara.PInvoke.User32" Version="3.4.17" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="DataBox\CompanyLogo.png" />
|
|
<None Remove="DataBox\continue.png" />
|
|
<None Remove="DataBox\continue1.png" />
|
|
<None Remove="DataBox\pause.png" />
|
|
<None Remove="DataBox\reset.png" />
|
|
<None Remove="DataBox\start.png" />
|
|
<None Remove="DataBox\stop.png" />
|
|
<None Remove="DataBox\提示.png" />
|
|
<None Remove="DataBox\管理.png" />
|
|
<Content Include="DataBox\PlcWarnSetting_Dose.csv">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="DataBox\PlcWarnSetting_React.csv">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Resource Include="DataBox\CompanyLogo.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Resource>
|
|
<Resource Include="DataBox\continue.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Resource>
|
|
<Resource Include="DataBox\continue1.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Resource>
|
|
<Resource Include="DataBox\pause1.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Resource>
|
|
<Resource Include="DataBox\pause.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Resource>
|
|
<Resource Include="DataBox\reset.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Resource>
|
|
<Resource Include="DataBox\start.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Resource>
|
|
<Resource Include="DataBox\stop.png" />
|
|
<Resource Include="DataBox\提示.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Resource>
|
|
<Resource Include="DataBox\管理.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Resource>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Update="DevicesViews\DeviceStatusView_Detect.xaml.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Update="MenuViews\BottleShow\SampleBottleUserControl_Show_React.xaml.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Update="MenuViews\BottleShow\SampleBottleUserControl_Show.xaml.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Update="MenuViews\Bottles\EditSampleBottlePropertiesWindow.xaml.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Update="MenuViews\Bottles\EditPowderBottlePropertiesWindow.xaml.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Update="MenuViews\BottleShow\LiquidBottleUserControl_Show.xaml.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Update="MenuViews\BottleShow\PowderBottleUserControl_Show.xaml.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Update="MenuViews\Bottles\SampleBottleUserControl.xaml.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Update="MenuViews\Bottles\PowderBottleUserControl.xaml.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Update="Src\Views\TitratorSampleView.xaml.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Update="Src\Views\TitratorSOPView.xaml.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|