Files
ReFuel.StbImage/ReFuel.StbImage.redis.win.x64/ReFuel.StbImage.redis.win.x64.csproj
2026-04-14 23:27:05 +03:00

23 lines
664 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../etc/ReFuel.StbImage.Common.props"/>
<PropertyGroup>
<!-- Nuget Properties. -->
<PackageId>ReFuel.StbImage.redis.win.x64</PackageId>
<Version>1.0.0-rc.1</Version>
<Description>
StbImage distribution for Windows x64.
</Description>
<PackageReleaseNotes>* Initial release.</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<Content Include="runtimes/win-x64/native/*.dll">
<PackagePath>runtimes/win-x64/native/</PackagePath>
<Pack>true</Pack>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>