23 lines
664 B
XML
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>
|