s2pk/S2PK.csproj
Tony Bark b23431cdb2 Fallback to config for destination directory
- Install script
- Rewrote Why This Exists section
- Method documentation comments
2025-04-30 08:46:02 -04:00

20 lines
589 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<Version>0.1.101</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Authors>Tony Bark</Authors>
<PackAsTool>true</PackAsTool>
<ToolCommandName>s2pk</ToolCommandName>
<PackageId>s2pk</PackageId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="Tomlyn" Version="0.19.0" />
</ItemGroup>
</Project>