Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>net6.0-windows</TargetFramework>
- <Nullable>enable</Nullable>
- <UseWPF>true</UseWPF>
- </PropertyGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\BPASmartClient.Business\BPASmartClient.Business.csproj" />
- <ProjectReference Include="..\BPASmartClient.CustomResource\BPASmartClient.CustomResource.csproj" />
- <ProjectReference Include="..\BPASmartClient.Device\BPASmartClient.Device.csproj" />
- <ProjectReference Include="..\BPASmartClient.EventBus\BPASmartClient.EventBus.csproj" />
- <ProjectReference Include="..\BPASmartClient.Model\BPASmartClient.Model.csproj" />
- <ProjectReference Include="..\BPASmartClient.MORKSM.BK.PLC\BPASmartClient.PLC.csproj" />
- </ItemGroup>
-
- <ItemGroup>
- <Compile Update="View\Debug.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="View\Monitor.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="View\ParSet.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- </ItemGroup>
-
- </Project>
|