Fix invalid path to cimgui.dll

internals
Jakub Arnold 7 years ago committed by GitHub
parent 09fd7c2076
commit 50a2a0f469
  1. 2
      src/ImGui.NET.SampleProgram/ImGui.NET.SampleProgram.csproj

@ -6,7 +6,7 @@
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\deps\cimgui\win7-x64\cimgui.dll" Link="cimgui.dll">
<None Include="..\..\deps\cimgui\win-x64\cimgui.dll" Link="cimgui.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<ProjectReference Include="..\ImGui.NET\ImGui.NET.csproj" />

Loading…
Cancel
Save