Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>net6.0-windows</TargetFramework>
- <Nullable>enable</Nullable>
- <UseWPF>true</UseWPF>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="BPA.Message" Version="1.0.86" />
- <PackageReference Include="BPA.Models" Version="1.0.38" />
- </ItemGroup>
-
- <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>
|