Update packaging info for ImGui

internals
Eric Mellino 7 years ago
parent 32616ece23
commit a8d64dc6fe
  1. 13
      src/ImGui.NET/ImGui.NET.csproj

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>A .NET wrapper for the dear ImGui library.</Description>
<VersionPrefix>0.1.5</VersionPrefix>
<VersionPrefix>0.1.6</VersionPrefix>
<Authors>Eric Mellino</Authors>
<TargetFramework>netstandard1.1</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@ -13,6 +13,7 @@
<PackageProjectUrl>https://github.com/mellinoe/imgui.net</PackageProjectUrl>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<DocumentationFile>bin\Debug\ImGui.NET.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Diagnostics.Debug" Version="4.0.11" />
@ -21,4 +22,14 @@
<PackageReference Include="System.Runtime.Extensions" Version="4.1.0" />
<PackageReference Include="System.Runtime.InteropServices" Version="4.1.0" />
</ItemGroup>
<ItemGroup>
<Content Include="..\..\deps\cimgui\win7-x64\cimgui.dll">
<PackagePath>runtimes/win7-x64/native</PackagePath>
<Pack>true</Pack>
</Content>
<Content Include="..\..\deps\cimgui\ubuntu.14.04-x64\cimgui.so">
<PackagePath>runtimes/ubuntu.14.04-x64/native</PackagePath>
<Pack>true</Pack>
</Content>
</ItemGroup>
</Project>
Loading…
Cancel
Save