Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- <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>
|