25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- <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>
|