2022-05-05 01:33:56 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-07-19 17:59:19 +02:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2022-05-05 01:33:56 +02:00
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
2024-07-19 17:59:19 +02:00
|
|
|
<LangVersion>12</LangVersion>
|
2022-05-05 01:33:56 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2022-05-05 02:00:55 +02:00
|
|
|
<ItemGroup>
|
2024-07-22 04:56:22 +02:00
|
|
|
<PackageReference Include="GlaxLogger" Version="1.0.7.2" />
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="Graph">
|
|
|
|
<HintPath>..\..\OSM_Graph\OSM_Graph\bin\Debug\net8.0\Graph.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="OSM_Graph">
|
|
|
|
<HintPath>..\..\OSM_Graph\OSM_Graph\bin\Debug\net8.0\OSM_Graph.dll</HintPath>
|
2022-11-13 15:29:31 +01:00
|
|
|
</Reference>
|
2024-07-22 04:56:22 +02:00
|
|
|
<Reference Include="OSM_Regions">
|
|
|
|
<HintPath>..\..\OSM_Regions\OSM_Regions\bin\Debug\net8.0\OSM_Regions.dll</HintPath>
|
2022-05-11 19:04:15 +02:00
|
|
|
</Reference>
|
2022-05-05 02:00:55 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
2022-05-05 01:33:56 +02:00
|
|
|
</Project>
|