You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
174 lines
8.0 KiB
174 lines
8.0 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<Authors>Znyc.Admin</Authors>
|
|
<Company></Company>
|
|
<Product></Product>
|
|
<Description></Description>
|
|
<Copyright></Copyright>
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
<PackageProjectUrl></PackageProjectUrl>
|
|
<Version>1.0</Version>
|
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
|
<PackageReleaseNotes></PackageReleaseNotes>
|
|
<PackageIconUrl></PackageIconUrl>
|
|
<RepositoryUrl></RepositoryUrl>
|
|
<PackageLicenseFile></PackageLicenseFile>
|
|
<AssemblyVersion>1.3.1.32</AssemblyVersion>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<DocumentationFile>bin\Debug\Znyc.Recruitment.Admin.Commons.xml</DocumentationFile>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DocumentationFile>bin\Release\Znyc.Recruitment.Admin.Commons.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="AutoMapper\**" />
|
|
<Compile Remove="Dependency\**" />
|
|
<Compile Remove="Entity\**" />
|
|
<Compile Remove="Exceptions\**" />
|
|
<Compile Remove="Filters\**" />
|
|
<Compile Remove="Filter\**" />
|
|
<Compile Remove="Finders\**" />
|
|
<Compile Remove="Middlewares\**" />
|
|
<Compile Remove="Reflection\**" />
|
|
<EmbeddedResource Remove="AutoMapper\**" />
|
|
<EmbeddedResource Remove="Dependency\**" />
|
|
<EmbeddedResource Remove="Entity\**" />
|
|
<EmbeddedResource Remove="Exceptions\**" />
|
|
<EmbeddedResource Remove="Filters\**" />
|
|
<EmbeddedResource Remove="Filter\**" />
|
|
<EmbeddedResource Remove="Finders\**" />
|
|
<EmbeddedResource Remove="Middlewares\**" />
|
|
<EmbeddedResource Remove="Reflection\**" />
|
|
<None Remove="AutoMapper\**" />
|
|
<None Remove="Dependency\**" />
|
|
<None Remove="Entity\**" />
|
|
<None Remove="Exceptions\**" />
|
|
<None Remove="Filters\**" />
|
|
<None Remove="Filter\**" />
|
|
<None Remove="Finders\**" />
|
|
<None Remove="Middlewares\**" />
|
|
<None Remove="Reflection\**" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="Attributes\ComputedAttribute.cs" />
|
|
<Compile Remove="Attributes\ExplicitKeyAttribute.cs" />
|
|
<Compile Remove="Attributes\IgnoreAttrbute.cs" />
|
|
<Compile Remove="Attributes\KeyAttribute.cs" />
|
|
<Compile Remove="Attributes\MemoryCacheAttribute.cs" />
|
|
<Compile Remove="Attributes\RedisCacheAttribute.cs" />
|
|
<Compile Remove="Attributes\TableAttribute.cs" />
|
|
<Compile Remove="Attributes\UnitOfWorkIInterceptor.cs" />
|
|
<Compile Remove="Attributes\WriteAttribute.cs" />
|
|
<Compile Remove="Core\App\AppContext.cs" />
|
|
<Compile Remove="Core\App\IAppContext.cs" />
|
|
<Compile Remove="Core\App\InternalApp.cs" />
|
|
<Compile Remove="Core\Dapper\ISqlDapper.cs" />
|
|
<Compile Remove="Core\Dapper\SqlDapper.cs" />
|
|
<Compile Remove="Core\DbContextCore\InMemoryDbContext.cs" />
|
|
<Compile Remove="Core\DbContextCore\MongoDbContext.cs" />
|
|
<Compile Remove="Core\DbContextCore\ShardDbContextFactory.cs" />
|
|
<Compile Remove="Core\IDbContext\IInMemoryDbContext.cs" />
|
|
<Compile Remove="Core\IDbContext\IMongoDbContext.cs" />
|
|
<Compile Remove="Core\Module\MoudleService.cs" />
|
|
<Compile Remove="DependencyInjection\AspectCoreContainer.cs" />
|
|
<Compile Remove="Extensions\AutoMapperExtension.cs" />
|
|
<Compile Remove="Extensions\ComparisonHelper.cs" />
|
|
<Compile Remove="Extensions\EnumerableExtensions.cs" />
|
|
<Compile Remove="Extensions\GenericExtension.cs" />
|
|
<Compile Remove="Extensions\IoCContainerExtensions.cs" />
|
|
<Compile Remove="Extensions\MiddlewareExtensions.cs" />
|
|
<Compile Remove="Extensions\MvcExtension.cs" />
|
|
<Compile Remove="Extensions\ServiceCollectionExtension.cs" />
|
|
<Compile Remove="Extensions\SqlBuilder.cs" />
|
|
<Compile Remove="Helpers\BoolNullableConverter.cs" />
|
|
<Compile Remove="Helpers\CacheKey.cs" />
|
|
<Compile Remove="Helpers\HttpHelper.cs" />
|
|
<Compile Remove="Helpers\RegistryHelper.cs" />
|
|
<Compile Remove="IoC\AspectCoreContainer.cs" />
|
|
<Compile Remove="IoC\AutofacModuleRegister.cs" />
|
|
<Compile Remove="Mapping\AutoMapperModule.cs" />
|
|
<Compile Remove="Mapping\IAutoMapperConfiguration.cs" />
|
|
<Compile Remove="Mapping\IMapFromAttributeTypeFinder.cs" />
|
|
<Compile Remove="Mapping\IMapper.cs" />
|
|
<Compile Remove="Mapping\IMapToAttributeTypeFinder.cs" />
|
|
<Compile Remove="Mapping\IMapTuple.cs" />
|
|
<Compile Remove="Mapping\MapFromAttribute.cs" />
|
|
<Compile Remove="Mapping\MapFromAttributeTypeFinder.cs" />
|
|
<Compile Remove="Mapping\MapToAttribute.cs" />
|
|
<Compile Remove="Mapping\MapToAttributeTypeFinder.cs" />
|
|
<Compile Remove="Mapping\MapTupleProfile.cs" />
|
|
<Compile Remove="Options\WeixinOption.cs" />
|
|
<Compile Remove="Page\JQueryDataTablePageInfo.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Remove="C:\Users\Administrator\.nuget\packages\dotnetcore.npoi\1.2.3\contentFiles\any\netstandard2.0\NOTICE.TXT" />
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="AutoMapper" Version="10.1.1" />
|
|
<PackageReference Include="CSRedisCore" Version="3.6.6" />
|
|
<PackageReference Include="Dapper" Version="2.0.90" />
|
|
<PackageReference Include="Dapper.SqlBuilder" Version="2.0.78" />
|
|
<PackageReference Include="Devart.Data.Oracle.EFCore" Version="9.14.1298" />
|
|
<PackageReference Include="DotNetCore.NPOI" Version="1.2.3" />
|
|
<PackageReference Include="HtmlAgilityPack" Version="1.11.34" />
|
|
<PackageReference Include="log4net" Version="2.0.12" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
|
|
<PackageReference Include="Microsoft.Data.Sqlite" Version="5.0.8" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.8" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.8" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.8" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.8" />
|
|
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="5.0.0" />
|
|
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="5.0.1" />
|
|
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.2" />
|
|
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="5.0.0" />
|
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
|
|
<PackageReference Include="MiniProfiler.AspNetCore" Version="4.2.22" />
|
|
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22" />
|
|
<PackageReference Include="MiniProfiler.EntityFrameworkCore" Version="4.2.22" />
|
|
<PackageReference Include="MySql.Data" Version="8.0.26" />
|
|
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="8.1.1" />
|
|
<PackageReference Include="Npgsql" Version="5.0.7" />
|
|
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="5.0.7" />
|
|
<PackageReference Include="NPinyin.Core" Version="3.0.0" />
|
|
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.1" />
|
|
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="5.0.1" />
|
|
<PackageReference Include="QRCoder" Version="1.4.1" />
|
|
<PackageReference Include="Quartz" Version="3.3.2" />
|
|
<PackageReference Include="SgmlReader.NetCore" Version="1.0.0" />
|
|
<PackageReference Include="System.Data.SqlClient" Version="4.8.2" />
|
|
<PackageReference Include="System.Drawing.Common" Version="5.0.2" />
|
|
<PackageReference Include="System.Management" Version="5.0.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Update="Properties\Resources.Designer.cs">
|
|
<DesignTime>True</DesignTime>
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Update="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
</Project>
|