App.Ioc.Station.csproj 958 B

123456789101112131415161718192021222324252627282930
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp2.1</TargetFramework>
  5. <Version>2.0.1</Version>
  6. </PropertyGroup>
  7. <PropertyGroup>
  8. <DocumentationFile>bin\Debug\netcoreapp2.1\App.Ioc.Station.xml</DocumentationFile>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <Content Include="appsettings.json">
  12. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  13. </Content>
  14. </ItemGroup>
  15. <ItemGroup>
  16. <ProjectReference Include="..\..\..\..\Sers\Sers.Core\Sers.Core\Sers.Core.csproj" />
  17. <ProjectReference Include="..\..\..\..\Sers\Sers.Framework\Sers.Core.Station.Ioc\Sers.Core.Station.Ioc.csproj" />
  18. <ProjectReference Include="..\..\..\..\Sers\Sers.Framework\Sers.Core.Util.Ioc\Sers.Core.Util.Ioc.csproj" />
  19. <ProjectReference Include="..\..\..\..\Sers\Sers.ServiceStation\Sers.ServiceStation\Sers.ServiceStation.csproj" />
  20. </ItemGroup>
  21. </Project>