WebFileServ.Test.ConsoleTest.csproj
Home
/
Src /
WebFileServ.Test.ConsoleTest /
WebFileServ.Test.ConsoleTest.csproj
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<None Remove="appsettings.json" />
</ItemGroup>
<ItemGroup>
<Content Include="appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WebFileServ.Model.DAL\WebFileServ.Model.DAL.csproj" />
<ProjectReference Include="..\WebFileServ.Model.DI\WebFileServ.Model.DI.csproj" />
<ProjectReference Include="..\WebFileServ.Model.Entities\WebFileServ.Model.Entities.csproj" />
</ItemGroup>
</Project>