SMP.Data.csproj 584 B

1234567891011121314151617181920
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. <LangVersion>preview</LangVersion>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <Compile Remove="Finance\IFinance_RecocileMappingRepository.cs" />
  10. <Compile Remove="Finance\IFinance_ReconcileSolutionRepository.cs" />
  11. <Compile Remove="Finance\IViewServiceBillExpenseRepository.cs" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\SMP.Model\SMP.Model.csproj" />
  15. </ItemGroup>
  16. </Project>