Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- <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>
|