Fix project.json

internals
Eric Mellino 8 years ago
parent 1189ca827a
commit 0f5a83308f
  1. 4
      src/ImGui.NET.SampleProgram.Net46/ImGui.NET.SampleProgram.Net46.csproj
  2. 5
      src/ImGui.NET/project.json

@ -42,10 +42,6 @@
<Link>cimgui.dll</Link> <Link>cimgui.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<Content Include="..\..\deps\cimgui\win7-x64\cimgui.pdb">
<Link>cimgui.pdb</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="App.config" /> <None Include="App.config" />

@ -1,5 +1,5 @@
{ {
"version": "0.1.0-*", "version": "0.1.3-*",
"description": "A .NET wrapper for the dear ImGui library.", "description": "A .NET wrapper for the dear ImGui library.",
"projectUrl": "https://github.com/mellinoe/imgui.net", "projectUrl": "https://github.com/mellinoe/imgui.net",
"authors": [ "authors": [
@ -23,6 +23,7 @@
}, },
"packInclude": { "packInclude": {
"runtimes/win7-x64/native/": "../../deps/cimgui/win7-x64/cimgui.dll", "runtimes/win7-x64/native/": "../../deps/cimgui/win7-x64/cimgui.dll",
"runtimes/ubuntu14.04-x64/native/": "../../deps/cimgui/ubuntu14.04-x64/cimgui.so" "runtimes/ubuntu.14.04-x64/native/": "../../deps/cimgui/ubuntu14.04-x64/cimgui.so",
"runtimes/ubuntu.15.04-x64/native/": "../../deps/cimgui/ubuntu14.04-x64/cimgui.so"
} }
} }

Loading…
Cancel
Save