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>WinExe</OutputType>
- <TargetFramework>net6.0-windows</TargetFramework>
- <Nullable>enable</Nullable>
- <UseWindowsForms>true</UseWindowsForms>
- <ImplicitUsings>enable</ImplicitUsings>
- </PropertyGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\BPASmartClient.AGV\BPASmartClient.AGV.csproj" />
- <ProjectReference Include="..\BPASmartClient.Helper\BPASmartClient.Helper.csproj" />
- <ProjectReference Include="..\BPASmartClient.Http\BPASmartClient.Http.csproj" />
- </ItemGroup>
-
- </Project>
|