17 lines
423 B
XML
17 lines
423 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\ZoFo\ZoFo.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="NativeFileDialogSharp" Version="0.6.0-alpha" />
|
|
<PackageReference Include="SharpZipLib" Version="1.4.2" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|