App.Ioc.Station.csproj 830 B

1234567891011121314151617181920212223242526272829
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp2.1</TargetFramework>
  5. <Version>2.1.1.281</Version>
  6. <Description>https://github.com/sersms/Sers/tree/2.1.1/release</Description>
  7. </PropertyGroup>
  8. <PropertyGroup>
  9. <DocumentationFile>bin\Debug\netcoreapp2.1\App.Ioc.Station.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.Ioc\Sers.Ioc\Sers.Ioc.csproj" />
  18. <ProjectReference Include="..\..\..\..\Sers\Sers.ServiceStation\Sers.ServiceStation\Sers.ServiceStation.csproj" />
  19. </ItemGroup>
  20. </Project>