46 lines
1.3 KiB
XML
46 lines
1.3 KiB
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup Label="Globals">
|
||
|
<SccProjectName>Svn</SccProjectName>
|
||
|
<SccProvider>SubversionScc</SccProvider>
|
||
|
<SccAuxPath>Svn</SccAuxPath>
|
||
|
<SccLocalPath>Svn</SccLocalPath>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<TargetFramework>net8.0</TargetFramework>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<Compile Remove="DA\GLTransaction\**" />
|
||
|
<EmbeddedResource Remove="DA\GLTransaction\**" />
|
||
|
<None Remove="DA\GLTransaction\**" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<Compile Remove="DA\Users\RoleDesignationDA.cs" />
|
||
|
<Compile Remove="Service\Users\RoleDesignationService.cs" />
|
||
|
<Compile Remove="Service\Workflow\WFMovementTranDA.cs" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<Folder Include="DA\Fund\GF\" />
|
||
|
<Folder Include="DA\Fund\YearEnd\" />
|
||
|
<Folder Include="DA\DataIntegration\" />
|
||
|
<Folder Include="Service\Fund\GF\" />
|
||
|
<Folder Include="Service\GLTransaction\" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.12" />
|
||
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
||
|
<PackageReference Include="System.Data.OleDb" Version="6.0.0" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\Ease.Core\Ease.Core.csproj" />
|
||
|
<ProjectReference Include="..\HRM.BO\HRM.BO.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|