UpdateUserDepartment.csproj 515 B

12345678910111213141516
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net5.0-windows</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <UseWindowsForms>true</UseWindowsForms>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <ProjectReference Include="..\wispro.sp.api\wispro.sp.api.csproj" />
  10. <ProjectReference Include="..\wispro.sp.utility\wispro.sp.utility.csproj" />
  11. <ProjectReference Include="..\wospro.sp.entity\wispro.sp.entity.csproj" />
  12. </ItemGroup>
  13. </Project>