1234567891011121314151617181920212223242526272829 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>netcoreapp2.1</TargetFramework>
- <Version>2.1.1.281</Version>
- <Description>https://github.com/sersms/Sers/tree/2.1.1/release</Description>
- </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.Ioc\Sers.Ioc\Sers.Ioc.csproj" />
- <ProjectReference Include="..\..\..\..\Sers\Sers.ServiceStation\Sers.ServiceStation\Sers.ServiceStation.csproj" />
- </ItemGroup>
- </Project>
|