Did.SersLoader.HelloWorld.csproj 747 B

123456789101112131415161718192021222324252627
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp2.1</TargetFramework>
  5. <Version>2.1.1.353</Version>
  6. <Description>https://github.com/sersms/Sers/tree/2.1.1/release</Description>
  7. </PropertyGroup>
  8. <PropertyGroup>
  9. <DocumentationFile>bin\Debug\netcoreapp2.1\Did.SersLoader.HelloWorld.xml</DocumentationFile>
  10. </PropertyGroup>
  11. <ItemGroup>
  12. <Content Include="appsettings.json">
  13. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  14. </Content>
  15. </ItemGroup>
  16. <ItemGroup>
  17. <ProjectReference Include="..\..\..\Sers\Sers.ServiceStation\Sers.ServiceStation\Sers.ServiceStation.csproj" />
  18. </ItemGroup>
  19. </Project>