No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <OutputType>Library</OutputType>
- <TargetFramework>net6.0-windows</TargetFramework>
- <UseWPF>true</UseWPF>
-
- <RootNamespace>HBLConsole.Debug</RootNamespace>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="PropertyChanged.Fody" Version="3.4.0" />
- <PackageReference Include="Stylet" Version="1.3.6.0" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\HBLConsole.PryUserControl\HBLConsole.PryUserControl.csproj" />
- <ProjectReference Include="..\HBLConsole.Service\HBLConsole.Service.csproj" />
- <ProjectReference Include="..\HBLDevice.Coffee\HBLDevice.Coffee.csproj" />
- <ProjectReference Include="..\HBLDevice.ICChip\HBLDevice.ICChip.csproj" />
- <ProjectReference Include="..\HBLDevice.IceCream\HBLDevice.IceCream.csproj" />
- </ItemGroup>
- </Project>
|