Did.Serslot.Demo.csproj 740 B

12345678910111213141516171819202122232425262728293031
  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp2.1</TargetFramework>
  4. </PropertyGroup>
  5. <PropertyGroup>
  6. <DocumentationFile>bin\Debug\netcoreapp2.1\Did.Serslot.Demo.xml</DocumentationFile>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <Folder Include="wwwroot\" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <PackageReference Include="Microsoft.AspNetCore.App" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <ProjectReference Include="..\..\..\..\Library\Sers\Sers.Serslot\Sers.Serslot\Sers.Serslot.csproj" />
  16. </ItemGroup>
  17. <ItemGroup>
  18. <Content Update="appsettings.json">
  19. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  20. </Content>
  21. </ItemGroup>
  22. </Project>