2025-10-23 09:39:57 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2025-11-29 11:03:48 +00:00
|
|
|
|
<TargetFramework>net10.0</TargetFramework>
|
2025-10-23 09:39:57 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="JetBrains.Profiler.SelfApi" />
|
|
|
|
|
|
<ProjectReference Include="..\..\src\SharpCompress\SharpCompress.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|