FControlFUSIONCF.csproj 692 B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.1</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <ProjectReference Include="..\AsyncManager\AsyncManager.csproj" />
  7. <ProjectReference Include="..\ForecourtControl\ForecourtControl.csproj" />
  8. <ProjectReference Include="..\ForecourtOptBridge\ForecourtOptBridge.csproj" />
  9. <ProjectReference Include="..\Strings\Strings.csproj" />
  10. <ProjectReference Include="..\Wayne.Common\Wayne.Common.csproj" />
  11. <ProjectReference Include="..\Wayne.FDCPOSLibrary\Wayne.FDCPOSLibrary.csproj" />
  12. <ProjectReference Include="..\WayneLogFacade\WayneLogFacade.csproj" />
  13. </ItemGroup>
  14. </Project>