123456789101112131415161718 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netcoreapp3.1</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\WayneLibraries\CommonG\CommonG.csproj" />
- <ProjectReference Include="..\..\WayneLibraries\LogG\LogG.csproj" />
- <ProjectReference Include="..\..\WayneLibraries\StateEngineG\StateEngineG.csproj" />
- <ProjectReference Include="..\..\WayneLibraries\StringsG\StringsG.csproj" />
- <ProjectReference Include="..\FDCPOSLibraryG\FDCPOSLibraryG.csproj" />
- <ProjectReference Include="..\ForecourtControlConfiguration\ForecourtControlConfiguration.csproj" />
- <ProjectReference Include="..\ForecourtControlG\ForecourtControlG.csproj" />
- <ProjectReference Include="..\ForecourtOptBridgeG\ForecourtOptBridgeG.csproj" />
- </ItemGroup>
- </Project>
|