PRSServices.csproj 1.1 KB

1234567891011121314151617181920212223242526272829
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0-windows</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="Core.System.Configuration.Install" Version="1.1.0" />
  9. <PackageReference Include="Core.System.ServiceProcess" Version="2.0.1" />
  10. <PackageReference Include="GenHTTP.Core" Version="6.3.5" />
  11. <PackageReference Include="System.Management" Version="6.0.0" />
  12. <PackageReference Include="System.ServiceProcess.ServiceController" Version="6.0.0" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <ProjectReference Include="..\..\inabox\InABox.Logging\InABox.Logging.csproj" />
  16. <ProjectReference Include="..\..\inabox\InABox.RPC.Shared\InABox.RPC.Shared.csproj" />
  17. <ProjectReference Include="..\..\inabox\InABox.Server\InABox.Server.csproj" />
  18. <ProjectReference Include="..\prs.classes\PRSClasses.csproj" />
  19. </ItemGroup>
  20. <ItemGroup>
  21. <Compile Update="PRSInstaller.cs" />
  22. <Compile Update="PRSService.cs" />
  23. </ItemGroup>
  24. </Project>