FControlFusionG.csproj 835 B

123456789101112131415161718
  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="..\..\WayneLibraries\LogG\LogG.csproj" />
  8. <ProjectReference Include="..\..\WayneLibraries\StateEngineG\StateEngineG.csproj" />
  9. <ProjectReference Include="..\..\WayneLibraries\StringsG\StringsG.csproj" />
  10. <ProjectReference Include="..\FDCPOSLibraryG\FDCPOSLibraryG.csproj" />
  11. <ProjectReference Include="..\ForecourtControlConfiguration\ForecourtControlConfiguration.csproj" />
  12. <ProjectReference Include="..\ForecourtControlG\ForecourtControlG.csproj" />
  13. <ProjectReference Include="..\ForecourtOptBridgeG\ForecourtOptBridgeG.csproj" />
  14. </ItemGroup>
  15. </Project>