You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
2.7 KiB
XML
62 lines
2.7 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup Label="Globals">
|
|
<SccProjectName></SccProjectName>
|
|
<SccProvider></SccProvider>
|
|
<SccAuxPath></SccAuxPath>
|
|
<SccLocalPath></SccLocalPath>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<ApplicationIcon />
|
|
<OutputType>Library</OutputType>
|
|
<StartupObject />
|
|
<SignAssembly>false</SignAssembly>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="IRepositories\Record\ISys_UserRegisterRecordRepository.cs" />
|
|
<Compile Remove="IRepositories\System\ISys_ImageLibraryRepository.cs" />
|
|
<Compile Remove="IServices\Record\ISys_UserRegisterRecordService.cs" />
|
|
<Compile Remove="IServices\Record\Partial\ISys_UserRegisterRecordService.cs" />
|
|
<Compile Remove="IServices\System\ISys_ImageLibraryService.cs" />
|
|
<Compile Remove="IServices\System\Partial\ISys_ImageLibraryService.cs" />
|
|
<Compile Remove="Repositories\Record\Sys_UserRegisterRecordRepository.cs" />
|
|
<Compile Remove="Repositories\System\Sys_ImageLibraryRepository.cs" />
|
|
<Compile Remove="Services\Record\Partial\Sys_UserRegisterRecordService.cs" />
|
|
<Compile Remove="Services\Record\Sys_UserRegisterRecordService.cs" />
|
|
<Compile Remove="Services\System\INFO_ACCBOOKService.cs" />
|
|
<Compile Remove="Services\System\Partial\INFO_ACCBOOKService.cs" />
|
|
<Compile Remove="Services\System\Partial\Sys_ImageLibraryService.cs" />
|
|
<Compile Remove="Services\System\Sys_ImageLibraryService.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="AutoMapper" Version="6.2.2" />
|
|
<PackageReference Include="FastReport.Compat" Version="2021.3.1" />
|
|
<PackageReference Include="FastReport.Core3" Version="2020.3.4" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.0" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.0" />
|
|
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="3.1.0" />
|
|
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="3.1.0" />
|
|
<PackageReference Include="System.Data.SqlClient" Version="4.8.2" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\VOL.Core\VOL.Core.csproj" />
|
|
<ProjectReference Include="..\VOL.Entity\VOL.Entity.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="IRepositories\Record\" />
|
|
<Folder Include="IServices\Record\Partial\" />
|
|
<Folder Include="Repositories\Record\" />
|
|
<Folder Include="Services\Record\Partial\" />
|
|
<Folder Include="Services\TableCustomize\Partial\" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|