123456789101112131415161718192021222324252627282930 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>netcoreapp2.1</TargetFramework>
- <Version>2.0.1</Version>
- </PropertyGroup>
- <PropertyGroup>
- <DocumentationFile>bin\Debug\netcoreapp2.1\App.Ioc.Station.xml</DocumentationFile>
- </PropertyGroup>
-
- <ItemGroup>
- <Content Include="appsettings.json">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\..\..\..\Sers\Sers.Core\Sers.Core\Sers.Core.csproj" />
- <ProjectReference Include="..\..\..\..\Sers\Sers.Framework\Sers.Core.Station.Ioc\Sers.Core.Station.Ioc.csproj" />
- <ProjectReference Include="..\..\..\..\Sers\Sers.Framework\Sers.Core.Util.Ioc\Sers.Core.Util.Ioc.csproj" />
- <ProjectReference Include="..\..\..\..\Sers\Sers.ServiceStation\Sers.ServiceStation\Sers.ServiceStation.csproj" />
- </ItemGroup>
- </Project>
|