|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<Import Project="..\..\..\common.test.props" />
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
|
|
<AssemblyName>Volo.Abp.AspNetCore.Tests</AssemblyName>
|
|
|
|
<PackageId>Volo.Abp.AspNetCore.Tests</PackageId>
|
|
|
|
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
|
|
|
|
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
|
|
|
|
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
|
|
|
|
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
|
|
|
|
<PreserveCompilationContext>true</PreserveCompilationContext>
|
|
|
|
<MvcRazorExcludeRefAssembliesFromPublish>false</MvcRazorExcludeRefAssembliesFromPublish>
|
|
|
|
<PreserveCompilationReferences>true</PreserveCompilationReferences>
|
|
|
|
<RootNamespace />
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<EmbeddedResource Include="wwwroot\SampleFiles\**\*.*" />
|
|
|
|
<None Remove="wwwroot\SampleFiles\**\*.*" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\..\src\Volo.Abp.AspNetCore.TestBase\Volo.Abp.AspNetCore.TestBase.csproj" />
|
|
|
|
<ProjectReference Include="..\..\src\Volo.Abp.Autofac\Volo.Abp.Autofac.csproj" />
|
|
|
|
<ProjectReference Include="..\AbpTestBase\AbpTestBase.csproj" />
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|