Fix invalid path to cimgui.dll

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

@ -6,10 +6,10 @@
<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" />
<PackageReference Include="OpenTK.NETCore" Version="1.1.2364.6424" />
</ItemGroup>
</Project>
</Project>

Loading…
Cancel
Save