Ips.Library.DxpLib.Map.csproj 838 B

1234567891011121314151617181920212223
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Library</OutputType>
  4. <TargetFramework>net6.0-windows</TargetFramework>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. <Nullable>disable</Nullable>
  7. <UseWindowsForms>true</UseWindowsForms>
  8. <RootNamespace>Ips.Library.DxpLib</RootNamespace>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <PackageReference Include="DevExpress.Win.Design" Version="23.2.3">
  12. <IncludeAssets>none</IncludeAssets>
  13. </PackageReference>
  14. <PackageReference Include="System.Data.SQLite.Core" Version="1.0.117" />
  15. </ItemGroup>
  16. <ItemGroup>
  17. <ProjectReference Include="..\Ips.Library.Basic\Ips.Library.Basic.csproj" />
  18. <ProjectReference Include="..\Ips.Library.DxpLib\Ips.Library.DxpLib.csproj" />
  19. <ProjectReference Include="..\Ips.Library.Entity\Ips.Library.Entity.csproj" />
  20. </ItemGroup>
  21. </Project>