AStar/astar/astar.csproj

20 lines
557 B
XML
Raw Normal View History

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>
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>
<Reference Include="Logging">
<HintPath>..\..\Logging\Logging\bin\Debug\net6.0\Logging.dll</HintPath>
</Reference>
2022-05-05 02:00:55 +02:00
</ItemGroup>
2022-05-05 01:33:56 +02:00
</Project>