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>
- <PackageReference Include="BPA.Message" Version="1.0.58" />
- <PackageReference Include="Microsoft.Toolkit.Mvvm" Version="7.1.2" />
- <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
- </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\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\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>
- </ItemGroup>
-
- </Project>
|