skyscraper8/Gimmicks/skyscraper5.LyngsatMapsScraper/skyscraper5.LyngsatMapsScraper.csproj
Fey 1463844e46
All checks were successful
🚀 Pack skyscraper8 / make-zip (push) Successful in 1m59s
Patches for adhering to Voile's feature of specifying output directories for PCAPs and Sub-TS
2026-03-14 15:09:20 +01:00

20 lines
504 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="SharpKml.Core" Version="6.1.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\skyscraper8\skyscraper8.csproj" />
</ItemGroup>
</Project>