Normalize all of the native asset paths.

internals
Eric Mellino 7 years ago
parent b5a08728c2
commit e3119ab1c3
  1. 0
      deps/cimgui/osx-x64/cimgui.dylib
  2. 0
      deps/cimgui/ubuntu-x64/cimgui.so
  3. 8
      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>
<AssemblyVersion>0.3.1</AssemblyVersion>
<AssemblyVersion>0.3.2</AssemblyVersion>
<Authors>Eric Mellino</Authors>
<TargetFramework>netstandard1.1</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@ -25,12 +25,12 @@
<PackagePath>runtimes/win-x64/native</PackagePath>
<Pack>true</Pack>
</Content>
<Content Include="..\..\deps\cimgui\ubuntu.14.04-x64\cimgui.so">
<Content Include="..\..\deps\cimgui\ubuntu-x64\cimgui.so">
<PackagePath>runtimes/ubuntu-x64/native</PackagePath>
<Pack>true</Pack>
</Content>
<Content Include="..\..\deps\cimgui\osx.10.10-x64\cimgui.dylib">
<PackagePath>runtimes/osx.10.10-x64/native</PackagePath>
<Content Include="..\..\deps\cimgui\osx-x64\cimgui.dylib">
<PackagePath>runtimes/osx-x64/native</PackagePath>
<Pack>true</Pack>
</Content>
</ItemGroup>

Loading…
Cancel
Save