ForecourtControlG.csproj 321 B

123456789101112
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.1</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <ProjectReference Include="..\..\WayneLibraries\CommonG\CommonG.csproj" />
  7. <ProjectReference Include="..\FDCPOSLibraryG\FDCPOSLibraryG.csproj" />
  8. </ItemGroup>
  9. </Project>