-
Notifications
You must be signed in to change notification settings - Fork 15
/
rlImGui-cs.sln
40 lines (40 loc) · 2.18 KB
/
rlImGui-cs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31702.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "simple_example", "simple_example\simple_example.csproj", "{ABFF4A27-D5AC-4E19-B7CC-9060653FB005}"
ProjectSection(ProjectDependencies) = postProject
{CE0DE109-5367-4089-BE22-C4381C635D6E} = {CE0DE109-5367-4089-BE22-C4381C635D6E}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "rlImGui", "rlImGui\rlImGui.csproj", "{CE0DE109-5367-4089-BE22-C4381C635D6E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "editor_example", "editor_example\editor_example.csproj", "{A9E4311D-D0E1-4434-884E-38CE2651F8D3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ABFF4A27-D5AC-4E19-B7CC-9060653FB005}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABFF4A27-D5AC-4E19-B7CC-9060653FB005}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABFF4A27-D5AC-4E19-B7CC-9060653FB005}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABFF4A27-D5AC-4E19-B7CC-9060653FB005}.Release|Any CPU.Build.0 = Release|Any CPU
{CE0DE109-5367-4089-BE22-C4381C635D6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE0DE109-5367-4089-BE22-C4381C635D6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE0DE109-5367-4089-BE22-C4381C635D6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE0DE109-5367-4089-BE22-C4381C635D6E}.Release|Any CPU.Build.0 = Release|Any CPU
{A9E4311D-D0E1-4434-884E-38CE2651F8D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9E4311D-D0E1-4434-884E-38CE2651F8D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9E4311D-D0E1-4434-884E-38CE2651F8D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9E4311D-D0E1-4434-884E-38CE2651F8D3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {88885146-312D-4B4F-AE04-3226DBAD8D32}
EndGlobalSection
EndGlobal