-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Mochi.DearImGui.sln
109 lines (109 loc) · 7.49 KB
/
Mochi.DearImGui.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32104.313
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mochi.DearImGui.Sample", "Mochi.DearImGui.Sample\Mochi.DearImGui.Sample.csproj", "{DD030B2E-365F-478F-8080-13F0B172F237}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mochi.DearImGui", "Mochi.DearImGui\Mochi.DearImGui.csproj", "{B24409AF-EABB-4E2B-873C-2A5295E5CE2E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mochi.DearImGui.Generator", "Mochi.DearImGui.Generator\Mochi.DearImGui.Generator.csproj", "{01CACD47-32B4-4F45-BB66-B625A3B7D2AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Biohazrd", "external\Biohazrd\Biohazrd\Biohazrd.csproj", "{48043242-5650-4FCF-A019-7A05B4F6DD3E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Biohazrd.Transformation", "external\Biohazrd\Biohazrd.Transformation\Biohazrd.Transformation.csproj", "{D1D97091-7EF8-477C-9302-A84395190A48}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Biohazrd.OutputGeneration", "external\Biohazrd\Biohazrd.OutputGeneration\Biohazrd.OutputGeneration.csproj", "{54506362-10BC-42A5-B11A-85C0D040B046}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Biohazrd.CSharp", "external\Biohazrd\Biohazrd.CSharp\Biohazrd.CSharp.csproj", "{8E9C94A0-38D8-46F3-8726-A5205463B485}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{948EA446-8472-48AF-BA1B-6637B57CE642}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tooling", "tooling", "{6C99796B-AF73-4D5D-947F-9C0E8DA595DA}"
ProjectSection(SolutionItems) = preProject
tooling\Common.csproj.props = tooling\Common.csproj.props
tooling\Common.csproj.targets = tooling\Common.csproj.targets
tooling\Common.props = tooling\Common.props
tooling\Common.targets = tooling\Common.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "external", "external", "{E3F2D4FF-FC10-47F6-951F-B53C080B931C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Biohazrd.Utilities", "external\Biohazrd\Biohazrd.Utilities\Biohazrd.Utilities.csproj", "{FA7E55FE-4E8E-4FCE-89EB-16A2EFF5CABF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mochi.DearImGui.OpenTK", "Mochi.DearImGui.OpenTK\Mochi.DearImGui.OpenTK.csproj", "{A54A7732-DFE2-43F9-A72A-26956E13A293}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mochi.DearImGui.Native", "Mochi.DearImGui.Native\Mochi.DearImGui.Native.csproj", "{A6FC0CA7-2619-4633-B263-23BC940CD18C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mochi.DearImGui.Ref", "Mochi.DearImGui.Ref\Mochi.DearImGui.Ref.csproj", "{580600E4-94DF-4F1D-8D2B-BF98B870C443}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DD030B2E-365F-478F-8080-13F0B172F237}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD030B2E-365F-478F-8080-13F0B172F237}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD030B2E-365F-478F-8080-13F0B172F237}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD030B2E-365F-478F-8080-13F0B172F237}.Release|Any CPU.Build.0 = Release|Any CPU
{B24409AF-EABB-4E2B-873C-2A5295E5CE2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B24409AF-EABB-4E2B-873C-2A5295E5CE2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B24409AF-EABB-4E2B-873C-2A5295E5CE2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B24409AF-EABB-4E2B-873C-2A5295E5CE2E}.Release|Any CPU.Build.0 = Release|Any CPU
{01CACD47-32B4-4F45-BB66-B625A3B7D2AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01CACD47-32B4-4F45-BB66-B625A3B7D2AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01CACD47-32B4-4F45-BB66-B625A3B7D2AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01CACD47-32B4-4F45-BB66-B625A3B7D2AC}.Release|Any CPU.Build.0 = Release|Any CPU
{48043242-5650-4FCF-A019-7A05B4F6DD3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48043242-5650-4FCF-A019-7A05B4F6DD3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48043242-5650-4FCF-A019-7A05B4F6DD3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48043242-5650-4FCF-A019-7A05B4F6DD3E}.Release|Any CPU.Build.0 = Release|Any CPU
{D1D97091-7EF8-477C-9302-A84395190A48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1D97091-7EF8-477C-9302-A84395190A48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1D97091-7EF8-477C-9302-A84395190A48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1D97091-7EF8-477C-9302-A84395190A48}.Release|Any CPU.Build.0 = Release|Any CPU
{54506362-10BC-42A5-B11A-85C0D040B046}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54506362-10BC-42A5-B11A-85C0D040B046}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54506362-10BC-42A5-B11A-85C0D040B046}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54506362-10BC-42A5-B11A-85C0D040B046}.Release|Any CPU.Build.0 = Release|Any CPU
{8E9C94A0-38D8-46F3-8726-A5205463B485}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E9C94A0-38D8-46F3-8726-A5205463B485}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E9C94A0-38D8-46F3-8726-A5205463B485}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E9C94A0-38D8-46F3-8726-A5205463B485}.Release|Any CPU.Build.0 = Release|Any CPU
{FA7E55FE-4E8E-4FCE-89EB-16A2EFF5CABF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA7E55FE-4E8E-4FCE-89EB-16A2EFF5CABF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA7E55FE-4E8E-4FCE-89EB-16A2EFF5CABF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA7E55FE-4E8E-4FCE-89EB-16A2EFF5CABF}.Release|Any CPU.Build.0 = Release|Any CPU
{A54A7732-DFE2-43F9-A72A-26956E13A293}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A54A7732-DFE2-43F9-A72A-26956E13A293}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A54A7732-DFE2-43F9-A72A-26956E13A293}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A54A7732-DFE2-43F9-A72A-26956E13A293}.Release|Any CPU.Build.0 = Release|Any CPU
{A6FC0CA7-2619-4633-B263-23BC940CD18C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6FC0CA7-2619-4633-B263-23BC940CD18C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6FC0CA7-2619-4633-B263-23BC940CD18C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6FC0CA7-2619-4633-B263-23BC940CD18C}.Release|Any CPU.Build.0 = Release|Any CPU
{580600E4-94DF-4F1D-8D2B-BF98B870C443}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{580600E4-94DF-4F1D-8D2B-BF98B870C443}.Debug|Any CPU.Build.0 = Debug|Any CPU
{580600E4-94DF-4F1D-8D2B-BF98B870C443}.Release|Any CPU.ActiveCfg = Release|Any CPU
{580600E4-94DF-4F1D-8D2B-BF98B870C443}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{48043242-5650-4FCF-A019-7A05B4F6DD3E} = {E3F2D4FF-FC10-47F6-951F-B53C080B931C}
{D1D97091-7EF8-477C-9302-A84395190A48} = {E3F2D4FF-FC10-47F6-951F-B53C080B931C}
{54506362-10BC-42A5-B11A-85C0D040B046} = {E3F2D4FF-FC10-47F6-951F-B53C080B931C}
{8E9C94A0-38D8-46F3-8726-A5205463B485} = {E3F2D4FF-FC10-47F6-951F-B53C080B931C}
{6C99796B-AF73-4D5D-947F-9C0E8DA595DA} = {948EA446-8472-48AF-BA1B-6637B57CE642}
{FA7E55FE-4E8E-4FCE-89EB-16A2EFF5CABF} = {E3F2D4FF-FC10-47F6-951F-B53C080B931C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3C83FBB3-4DA5-488B-B805-3984C9FAFF91}
EndGlobalSection
EndGlobal