Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>net6.0-windows</TargetFramework>
- <UseWPF>true</UseWPF>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- <BaseOutputPath>bin\</BaseOutputPath>
- <DebugType>portable</DebugType>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="BPA.Models" Version="1.0.13" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\BPASmartClient.Device\BPASmartClient.Device.csproj" />
- <ProjectReference Include="..\BPASmartClient.Model\BPASmartClient.Model.csproj" />
- </ItemGroup>
-
- </Project>
|