2022-05-05 02:00:38 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\astar\astar.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2022-05-11 19:04:42 +02:00
|
|
|
|
<ItemGroup>
|
2022-11-13 15:29:31 +01:00
|
|
|
|
<Reference Include="Geo-Graph">
|
|
|
|
|
<HintPath>C:\Users\glax\source\repos\Geo-Graph\Geo-Graph\bin\Debug\net6.0\Geo-Graph.dll</HintPath>
|
|
|
|
|
</Reference>
|
2022-05-11 19:04:42 +02:00
|
|
|
|
<Reference Include="Logging">
|
|
|
|
|
<HintPath>..\..\Logging\Logging\bin\Debug\net6.0\Logging.dll</HintPath>
|
|
|
|
|
</Reference>
|
2022-11-13 15:29:31 +01:00
|
|
|
|
<Reference Include="OSM-XML-Importer">
|
|
|
|
|
<HintPath>C:\Users\glax\source\repos\OSM-XML-Importer\OSM-XML-Importer\bin\Debug\net6.0\OSM-XML-Importer.dll</HintPath>
|
|
|
|
|
</Reference>
|
2022-05-11 19:04:42 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2022-05-05 02:00:38 +02:00
|
|
|
|
</Project>
|