- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>WinExe</OutputType>
- <TargetFramework>net5.0-windows</TargetFramework>
- <Nullable>enable</Nullable>
- <UseWindowsForms>true</UseWindowsForms>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\wispro.sp.api\wispro.sp.api.csproj" />
- <ProjectReference Include="..\wispro.sp.utility\wispro.sp.utility.csproj" />
- <ProjectReference Include="..\wospro.sp.entity\wispro.sp.entity.csproj" />
- </ItemGroup>
- </Project>
|