Did.SersLoader.HelloWorld.csproj 494 B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net6.0</TargetFramework>
  5. </PropertyGroup>
  6. <PropertyGroup>
  7. <DocumentationFile>bin\Debug\net6.0\Did.SersLoader.HelloWorld.xml</DocumentationFile>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\..\..\..\Library\Sers\Sers.ServiceStation\Sers.ServiceStation\Sers.ServiceStation.csproj" />
  11. </ItemGroup>
  12. </Project>