Skip to content

Commit

Permalink
Fix broken, and ImGui.NET from 1.89.9.3 to 1.89.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjiuno committed Nov 7, 2023
1 parent 270dc48 commit 178b39f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ImGui.NET" Version="1.89.7.1" />
<PackageReference Include="ImGui.NET" Version="1.89.9.3" />
<PackageReference Include="MonoGame.Content.Builder" Version="3.7.0.9" />
<PackageReference Include="MonoGame.Framework.DesktopGL.Core" Version="3.7.0.7" />
<PackageReference Include="AssimpNet" Version="5.0.0-beta1" />
Expand Down
9 changes: 9 additions & 0 deletions OpenKh.sln
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Simple3DViewport", "Simple3DViewport\Simple3DViewport\Simple3DViewport.csproj", "{CA7DCF50-324E-4C36-B476-49940EBA393A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenKh.Tools.Kh2MsetMotionEditor", "OpenKh.Tools.Kh2MsetMotionEditor\OpenKh.Tools.Kh2MsetMotionEditor.csproj", "{4A16893C-3E9B-4547-AE22-FDF7FD216137}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenKh.Tools.Kh2ObjectEditor", "OpenKh.Tools.Kh2ObjectEditor\OpenKh.Tools.Kh2ObjectEditor.csproj", "{CF6D785D-602A-46E0-9DCB-5F703E3544F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Binarysharp.MSharp", "Binarysharp.MSharp\Binarysharp.MSharp.csproj", "{A635E041-7F5D-4CD5-BB87-0F692EA1AD3E}"
Expand Down Expand Up @@ -1485,12 +1486,20 @@ Global
{CA7DCF50-324E-4C36-B476-49940EBA393A}.Release|Any CPU.Build.0 = Release|Any CPU
{CA7DCF50-324E-4C36-B476-49940EBA393A}.Release|x64.ActiveCfg = Release|Any CPU
{CA7DCF50-324E-4C36-B476-49940EBA393A}.Release|x64.Build.0 = Release|Any CPU
{4A16893C-3E9B-4547-AE22-FDF7FD216137}..NET Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A16893C-3E9B-4547-AE22-FDF7FD216137}..NET Debug|Any CPU.Build.0 = Debug|Any CPU
{4A16893C-3E9B-4547-AE22-FDF7FD216137}..NET Debug|x64.ActiveCfg = Debug|Any CPU
{4A16893C-3E9B-4547-AE22-FDF7FD216137}..NET Debug|x64.Build.0 = Debug|Any CPU
{4A16893C-3E9B-4547-AE22-FDF7FD216137}..NET Release|Any CPU.ActiveCfg = Release|Any CPU
{4A16893C-3E9B-4547-AE22-FDF7FD216137}..NET Release|Any CPU.Build.0 = Release|Any CPU
{4A16893C-3E9B-4547-AE22-FDF7FD216137}..NET Release|x64.ActiveCfg = Release|Any CPU
{4A16893C-3E9B-4547-AE22-FDF7FD216137}..NET Release|x64.Build.0 = Release|Any CPU
{4A16893C-3E9B-4547-AE22-FDF7FD216137}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A16893C-3E9B-4547-AE22-FDF7FD216137}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A16893C-3E9B-4547-AE22-FDF7FD216137}.Debug|x64.ActiveCfg = Debug|Any CPU
{4A16893C-3E9B-4547-AE22-FDF7FD216137}.Debug|x64.Build.0 = Debug|Any CPU
{4A16893C-3E9B-4547-AE22-FDF7FD216137}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A16893C-3E9B-4547-AE22-FDF7FD216137}.Release|Any CPU.Build.0 = Release|Any CPU
{4A16893C-3E9B-4547-AE22-FDF7FD216137}.Release|x64.ActiveCfg = Release|Any CPU
{4A16893C-3E9B-4547-AE22-FDF7FD216137}.Release|x64.Build.0 = Release|Any CPU
{CF6D785D-602A-46E0-9DCB-5F703E3544F0}..NET Debug|Any CPU.ActiveCfg = Debug|Any CPU
Expand Down

0 comments on commit 178b39f

Please sign in to comment.