15 lines
512 B
XML
15 lines
512 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="../etc/ReFuel.StbImage.Common.props"/>
|
|
|
|
<PropertyGroup>
|
|
<!-- Nuget Properties. -->
|
|
<Version>1.0.0$(VersionSuffix)</Version>
|
|
<PackageReleaseNotes>* Initial release.</PackageReleaseNotes>
|
|
<NoBuild>true</NoBuild>
|
|
<IncludeBuildOutput>false</IncludeBuildOutput>
|
|
<NuspecFile>../etc/native.nuspec</NuspecFile>
|
|
<NuspecProperties>version=$(Version);rid=osx-arm64;dllname=libstbi.dylib</NuspecProperties>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|