@@ -18,9 +18,9 @@ EndProject
18
18
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Silk.NET.Windowing.Common" , "src\Windowing\Silk.NET.Windowing.Common\Silk.NET.Windowing.Common.csproj" , "{956F722C-DFD3-435E-9D2E-A0549C4D8BC0}"
19
19
EndProject
20
20
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Examples" , "Examples" , "{E1F91563-7277-4E9B-A3B7-8D5FD9802A4A}"
21
- Project Section (SolutionItems ) = preProject
22
- examples \Directory .Build .props = examples \Directory .Build .props
23
- EndProject Section
21
+ Project Section (SolutionItems ) = preProject
22
+ examples \Directory .Build .props = examples \Directory .Build .props
23
+ EndProject Section
24
24
EndProject
25
25
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "OpenAL" , "OpenAL" , "{081E7761-B200-4DBF-8950-941464DECACE}"
26
26
EndProject
@@ -44,7 +44,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build Properties", "Build P
44
44
build \csharp _typemap .json = build \csharp _typemap .json
45
45
generator .json = generator .json
46
46
build \gl _typemap .json = build \gl _typemap .json
47
- build \dx _typemap .json = build \dx _typemap .json
47
+ build \dx _typemap .json = build \dx _typemap .json
48
48
EndProject Section
49
49
EndProject
50
50
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Silk.NET.Input.Common" , "src\Input\Silk.NET.Input.Common\Silk.NET.Input.Common.csproj" , "{8FFF49D6-B029-400B-8510-1A088868DFA6}"
@@ -346,9 +346,9 @@ EndProject
346
346
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Silk.NET.XInput" , "src\Microsoft\Silk.NET.XInput\Silk.NET.XInput.csproj" , "{E8DE9BA0-8391-4278-926D-DD931C4172AF}"
347
347
EndProject
348
348
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Maths" , "Maths" , "{41EEBDB3-75C4-4A60-B4D5-673FBCA791E7}"
349
- Project Section (SolutionItems ) = preProject
350
- src \Maths \.editorconfig = src \Maths \.editorconfig
351
- EndProject Section
349
+ Project Section (SolutionItems ) = preProject
350
+ src \Maths \.editorconfig = src \Maths \.editorconfig
351
+ EndProject Section
352
352
EndProject
353
353
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Silk.NET.Maths" , "src\Maths\Silk.NET.Maths\Silk.NET.Maths.csproj" , "{BD86AB4D-74FD-429D-9AEE-79B0C429BB3A}"
354
354
EndProject
@@ -374,6 +374,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Silk.NET.Assimp.Native", "s
374
374
EndProject
375
375
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Silk.NET.OpenGL.Extensions.ImGui" , "src\OpenGL\Extensions\Silk.NET.OpenGL.Extensions.ImGui\Silk.NET.OpenGL.Extensions.ImGui.csproj" , "{462A4DDB-3B81-46C7-BFC8-3AD9269BCF85}"
376
376
EndProject
377
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "ImGui" , "src\Lab\ImGui\ImGui.csproj" , "{BBCE3663-B0A6-4198-A2DB-4A64B0530449}"
378
+ EndProject
377
379
Global
378
380
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
379
381
Debug| Any CPU = Debug| Any CPU
@@ -2238,6 +2240,18 @@ Global
2238
2240
{462A4DDB-3B81-46C7-BFC8-3AD9269BCF85} .Release| x64 .Build .0 = Release| Any CPU
2239
2241
{462A4DDB-3B81-46C7-BFC8-3AD9269BCF85} .Release| x86 .ActiveCfg = Release| Any CPU
2240
2242
{462A4DDB-3B81-46C7-BFC8-3AD9269BCF85} .Release| x86 .Build .0 = Release| Any CPU
2243
+ {BBCE3663-B0A6-4198-A2DB-4A64B0530449} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
2244
+ {BBCE3663-B0A6-4198-A2DB-4A64B0530449} .Debug| Any CPU .Build .0 = Debug| Any CPU
2245
+ {BBCE3663-B0A6-4198-A2DB-4A64B0530449} .Debug| x64 .ActiveCfg = Debug| Any CPU
2246
+ {BBCE3663-B0A6-4198-A2DB-4A64B0530449} .Debug| x64 .Build .0 = Debug| Any CPU
2247
+ {BBCE3663-B0A6-4198-A2DB-4A64B0530449} .Debug| x86 .ActiveCfg = Debug| Any CPU
2248
+ {BBCE3663-B0A6-4198-A2DB-4A64B0530449} .Debug| x86 .Build .0 = Debug| Any CPU
2249
+ {BBCE3663-B0A6-4198-A2DB-4A64B0530449} .Release| Any CPU .ActiveCfg = Release| Any CPU
2250
+ {BBCE3663-B0A6-4198-A2DB-4A64B0530449} .Release| Any CPU .Build .0 = Release| Any CPU
2251
+ {BBCE3663-B0A6-4198-A2DB-4A64B0530449} .Release| x64 .ActiveCfg = Release| Any CPU
2252
+ {BBCE3663-B0A6-4198-A2DB-4A64B0530449} .Release| x64 .Build .0 = Release| Any CPU
2253
+ {BBCE3663-B0A6-4198-A2DB-4A64B0530449} .Release| x86 .ActiveCfg = Release| Any CPU
2254
+ {BBCE3663-B0A6-4198-A2DB-4A64B0530449} .Release| x86 .Build .0 = Release| Any CPU
2241
2255
EndGlobalSection
2242
2256
GlobalSection (SolutionProperties ) = preSolution
2243
2257
HideSolutionNode = FALSE
@@ -2406,6 +2420,7 @@ Global
2406
2420
{84F51960-D814-450D-80EB-D9E46A1D5187} = {72E7FA64-5B1E-477D-BD30-63B7F206B3C4}
2407
2421
{D3D9891B-88E6-46AD-919C-7EC4EABE5266} = {72E7FA64-5B1E-477D-BD30-63B7F206B3C4}
2408
2422
{462A4DDB-3B81-46C7-BFC8-3AD9269BCF85} = {CF69D5C3-4ACE-4458-BA5A-0E9A3B294CDC}
2423
+ {BBCE3663-B0A6-4198-A2DB-4A64B0530449} = {DFA0E841-33E5-4533-AF00-964E21A141B8}
2409
2424
EndGlobalSection
2410
2425
GlobalSection (ExtensibilityGlobals ) = postSolution
2411
2426
SolutionGuid = {F5273D7F-3334-48DF-94E3-41AE6816CD4D}
0 commit comments