76 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			76 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| 
								 | 
							
								<Project Sdk="Microsoft.NET.Sdk">
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								  <PropertyGroup>
							 | 
						|||
| 
								 | 
							
								    <TargetFramework>netstandard2.1</TargetFramework>
							 | 
						|||
| 
								 | 
							
								    <Platforms>AnyCPU;x64;x86</Platforms>
							 | 
						|||
| 
								 | 
							
								  </PropertyGroup>
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								  <ItemGroup>
							 | 
						|||
| 
								 | 
							
								    <Folder Include="Properties\" />
							 | 
						|||
| 
								 | 
							
								  </ItemGroup>
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								  <ItemGroup>
							 | 
						|||
| 
								 | 
							
								    <None Include="Mapping\T4\T4Map.cs">
							 | 
						|||
| 
								 | 
							
								      <DesignTime>True</DesignTime>
							 | 
						|||
| 
								 | 
							
								      <AutoGen>True</AutoGen>
							 | 
						|||
| 
								 | 
							
								      <DependentUpon>T4Map.tt</DependentUpon>
							 | 
						|||
| 
								 | 
							
								    </None>
							 | 
						|||
| 
								 | 
							
								  </ItemGroup>
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								  <ItemGroup>
							 | 
						|||
| 
								 | 
							
								    <PackageReference Include="log4net" Version="2.0.13" />
							 | 
						|||
| 
								 | 
							
								    <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.12" />
							 | 
						|||
| 
								 | 
							
								    <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.12">
							 | 
						|||
| 
								 | 
							
								      <PrivateAssets>all</PrivateAssets>
							 | 
						|||
| 
								 | 
							
								      <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
							 | 
						|||
| 
								 | 
							
								    </PackageReference>
							 | 
						|||
| 
								 | 
							
								    <PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="5.0.12" />
							 | 
						|||
| 
								 | 
							
								    <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.12" />
							 | 
						|||
| 
								 | 
							
								    <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.12" />
							 | 
						|||
| 
								 | 
							
								    <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="5.0.0" />
							 | 
						|||
| 
								 | 
							
								    <PackageReference Include="MySql.Data.EntityFrameworkCore" Version="8.0.19" />
							 | 
						|||
| 
								 | 
							
								    <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
							 | 
						|||
| 
								 | 
							
								    <PackageReference Include="Oracle.EntityFrameworkCore" Version="5.21.4" />
							 | 
						|||
| 
								 | 
							
								    <PackageReference Include="StackExchange.Redis" Version="2.2.88" />
							 | 
						|||
| 
								 | 
							
								    <PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.14" />
							 | 
						|||
| 
								 | 
							
								  </ItemGroup>
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								  <ItemGroup>
							 | 
						|||
| 
								 | 
							
								    <ProjectReference Include="..\APT.MS.Domain\APT.MS.Domain.csproj" />
							 | 
						|||
| 
								 | 
							
								  </ItemGroup>
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								  <ItemGroup>
							 | 
						|||
| 
								 | 
							
								    <Reference Include="APT.Infrastructure.Core">
							 | 
						|||
| 
								 | 
							
								      <HintPath>..\dll\APT.Infrastructure.Core.dll</HintPath>
							 | 
						|||
| 
								 | 
							
								    </Reference>
							 | 
						|||
| 
								 | 
							
								    <Reference Include="APT.Infrastructure.EF">
							 | 
						|||
| 
								 | 
							
								      <HintPath>..\dll\APT.Infrastructure.EF.dll</HintPath>
							 | 
						|||
| 
								 | 
							
								    </Reference>
							 | 
						|||
| 
								 | 
							
								  </ItemGroup>
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								  <ItemGroup>
							 | 
						|||
| 
								 | 
							
								    <Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
							 | 
						|||
| 
								 | 
							
								  </ItemGroup>
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								  <ItemGroup>
							 | 
						|||
| 
								 | 
							
								    <Compile Update="Mapping\T4\T4Map.cs">
							 | 
						|||
| 
								 | 
							
								      <DesignTime>True</DesignTime>
							 | 
						|||
| 
								 | 
							
								      <AutoGen>True</AutoGen>
							 | 
						|||
| 
								 | 
							
								      <DependentUpon>T4Map.tt</DependentUpon>
							 | 
						|||
| 
								 | 
							
								    </Compile>
							 | 
						|||
| 
								 | 
							
								    <Compile Update="Mapping\T4\TextTemplate1.cs">
							 | 
						|||
| 
								 | 
							
								      <DesignTime>True</DesignTime>
							 | 
						|||
| 
								 | 
							
								      <AutoGen>True</AutoGen>
							 | 
						|||
| 
								 | 
							
								      <DependentUpon>TextTemplate1.tt</DependentUpon>
							 | 
						|||
| 
								 | 
							
								    </Compile>
							 | 
						|||
| 
								 | 
							
								  </ItemGroup>
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								  <ItemGroup>
							 | 
						|||
| 
								 | 
							
								    <None Update="Mapping\T4\T4Map.tt">
							 | 
						|||
| 
								 | 
							
								      <Generator>TextTemplatingFileGenerator</Generator>
							 | 
						|||
| 
								 | 
							
								      <LastGenOutput>T4Map.cs</LastGenOutput>
							 | 
						|||
| 
								 | 
							
								    </None>
							 | 
						|||
| 
								 | 
							
								  </ItemGroup>
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								</Project>
							 |