File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9494 <ItemGroup >
9595 <ProjectReference Include =" ..\GameEngine\GameEngine.csproj" />
9696 </ItemGroup >
97+ <!-- Copy cimgui native library from ImGui.NET submodule based on host platform -->
9798 <ItemGroup Condition =" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' " >
98- <Content Include =" Libs \linux-x64\cimgui.so" >
99+ <Content Include =" ..\external\ImGui.NET\deps\cimgui \linux-x64\cimgui.so" >
99100 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
100- <Link >%(Filename)%(Extension)</Link >
101+ <Link >cimgui.so</Link >
102+ </Content >
103+ </ItemGroup >
104+ <ItemGroup Condition =" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' " >
105+ <Content Include =" ..\external\ImGui.NET\deps\cimgui\win-x64\cimgui.dll" >
106+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
107+ <Link >cimgui.dll</Link >
108+ </Content >
109+ </ItemGroup >
110+ <ItemGroup Condition =" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' " >
111+ <Content Include =" ..\external\ImGui.NET\deps\cimgui\osx\cimgui.dylib" >
112+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
113+ <Link >cimgui.dylib</Link >
101114 </Content >
102115 </ItemGroup >
103116
You can’t perform that action at this time.
0 commit comments