mirror of
https://github.com/AlexMacocian/MonoGame.ImGuiNet.git
synced 2026-07-15 14:39:30 +00:00
bb793c2f44
Fixed the issue where the ImGui window would lag when you hold down Shift or CTRL. And BeforeLayout and AfterLayout was renamed to BeginLayout and EndLayout. Gonna start working on the Filepicker/Folderpicker system, so expect another update soon!
32 lines
1.5 KiB
Plaintext
32 lines
1.5 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 17
|
|
VisualStudioVersion = 17.6.33717.318
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Monogame.ImGuiNet", "Monogame.ImGuiNet.csproj", "{ADC390EF-EA59-4013-A634-80F853CB00A3}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Examples", "Examples\Examples.csproj", "{8F499910-CB0C-44C4-A039-5B0340641190}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{ADC390EF-EA59-4013-A634-80F853CB00A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{ADC390EF-EA59-4013-A634-80F853CB00A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{ADC390EF-EA59-4013-A634-80F853CB00A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{ADC390EF-EA59-4013-A634-80F853CB00A3}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{8F499910-CB0C-44C4-A039-5B0340641190}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{8F499910-CB0C-44C4-A039-5B0340641190}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{8F499910-CB0C-44C4-A039-5B0340641190}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{8F499910-CB0C-44C4-A039-5B0340641190}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {04475A17-846B-466C-9D3D-A3AD35D40DA3}
|
|
EndGlobalSection
|
|
EndGlobal
|