You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <OutputType>WinExe</OutputType>
- <TargetFramework>net6.0-windows</TargetFramework>
- <Nullable>enable</Nullable>
- <UseWPF>true</UseWPF>
- </PropertyGroup>
-
- <ItemGroup>
- <None Remove="hbl.ico" />
- </ItemGroup>
-
- <ItemGroup>
- <Content Include="hbl.ico" />
- </ItemGroup>
-
- <ItemGroup>
- <PackageReference Include="BPA.Communication" Version="1.0.116" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\BPASmartClient.CustomResource\BPASmartClient.CustomResource.csproj" />
- </ItemGroup>
-
- <ItemGroup>
- <Compile Update="View\BomOfMaterialView.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="View\ManualFlowView.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="View\SelectRecipesView.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="View\StockBinRawMaterialView.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- </ItemGroup>
-
- <ItemGroup>
- <Page Update="View\BomOfMaterialView.xaml">
- <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
- </Page>
- <Page Update="View\ChangeDeviceNameView.xaml">
- <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
- </Page>
- <Page Update="View\DeviceListView.xaml">
- <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
- </Page>
- <Page Update="View\DeviceMaterialParView.xaml">
- <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
- </Page>
- <Page Update="View\HardwareStatusView.xaml">
- <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
- </Page>
- <Page Update="View\ManualCommView.xaml">
- <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
- </Page>
- <Page Update="View\ManualControlView.xaml">
- <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
- </Page>
- <Page Update="View\ManualFlowView.xaml">
- <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
- </Page>
- <Page Update="View\NewLocalRecipeView.xaml">
- <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
- </Page>
- <Page Update="View\NewMaterialView.xaml">
- <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
- </Page>
- <Page Update="View\NewRecipeView.xaml">
- <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
- </Page>
- <Page Update="View\RecipeControlView.xaml">
- <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
- </Page>
- <Page Update="View\RecipeSettingsView.xaml">
- <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
- </Page>
- <Page Update="View\SiemensRecipeReceiveView.xaml">
- <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
- </Page>
- <Page Update="View\StockBinRawMaterialView.xaml">
- <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
- </Page>
- <Page Update="View\SystemParView.xaml">
- <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
- </Page>
- </ItemGroup>
-
- </Project>
|