Did.SersLoader.HelloWorld.csproj 556 B

12345678910111213141516171819
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp2.1</TargetFramework>
  5. <Version>2.1.13</Version>
  6. <Description>https://github.com/serset/Sers</Description>
  7. </PropertyGroup>
  8. <PropertyGroup>
  9. <DocumentationFile>bin\Debug\netcoreapp2.1\Did.SersLoader.HelloWorld.xml</DocumentationFile>
  10. </PropertyGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\..\..\..\Library\Sers\Sers.ServiceStation\Sers.ServiceStation\Sers.ServiceStation.csproj" />
  13. </ItemGroup>
  14. </Project>