wms.sqlsugar.csproj 397 B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.1</TargetFramework>
  4. <Nullable>enable</Nullable>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <ProjectReference Include="..\wms.package\wms.package.csproj" />
  8. <ProjectReference Include="..\wms.util\wms.util.csproj" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <Folder Include="model\bg\" />
  12. </ItemGroup>
  13. </Project>