1234567891011121314151617181920 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- <LangVersion>preview</LangVersion>
- </PropertyGroup>
- <ItemGroup>
- <Compile Remove="Finance\IFinance_RecocileMappingRepository.cs" />
- <Compile Remove="Finance\IFinance_ReconcileSolutionRepository.cs" />
- <Compile Remove="Finance\IViewServiceBillExpenseRepository.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\SMP.Model\SMP.Model.csproj" />
- </ItemGroup>
- </Project>
|