Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <OutputType>WinExe</OutputType>
- <TargetFramework>net6.0-windows</TargetFramework>
- <Nullable>enable</Nullable>
- <UseWPF>true</UseWPF>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="BPA.Communication" Version="1.0.19" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\BPASmartClient.CustomResource\BPASmartClient.CustomResource.csproj" />
- <ProjectReference Include="..\BPASmartClient.Modbus\BPASmartClient.Modbus.csproj" />
- <ProjectReference Include="..\BPASmartClient.S7Net\BPASmartClient.S7Net.csproj" />
- </ItemGroup>
-
- <ItemGroup>
- <Page Update="View\HardwareStatusView.xaml">
- <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
- <SubType>Designer</SubType>
- </Page>
- <Page Update="View\RecipeInfosView.xaml">
- <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
- </Page>
- <Page Update="View\RecipeReceiveView.xaml">
- <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
- </Page>
- </ItemGroup>
-
- </Project>
|