1234567891011121314151617 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netcoreapp3.1</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\AsyncManager\AsyncManager.csproj" />
- <ProjectReference Include="..\ForecourtControl\ForecourtControl.csproj" />
- <ProjectReference Include="..\ForecourtOptBridge\ForecourtOptBridge.csproj" />
- <ProjectReference Include="..\Strings\Strings.csproj" />
- <ProjectReference Include="..\Wayne.Common\Wayne.Common.csproj" />
- <ProjectReference Include="..\Wayne.FDCPOSLibrary\Wayne.FDCPOSLibrary.csproj" />
- <ProjectReference Include="..\WayneLogFacade\WayneLogFacade.csproj" />
- </ItemGroup>
- </Project>
|