123456789101112131415161718192021222324252627 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>netcoreapp2.1</TargetFramework>
- <Version>2.1.1.365</Version>
- <Description>https://github.com/sersms/Sers/tree/2.1.1/release</Description>
- </PropertyGroup>
- <PropertyGroup>
- <DocumentationFile>bin\Debug\netcoreapp2.1\Did.SersLoader.HelloWorld.xml</DocumentationFile>
- </PropertyGroup>
-
-
- <ItemGroup>
- <Content Include="appsettings.json">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\Sers\Sers.ServiceStation\Sers.ServiceStation\Sers.ServiceStation.csproj" />
- </ItemGroup>
- </Project>
|