Skip to content

Commit ec8d5e4

Browse files
committed
Update project references and add new examples
Updated project references in `ExampleSDL3GPU.csproj` and `ExampleSDL3OpenGL3.csproj` to use two levels up in the directory structure. Added new project entries for these examples in `Hexa.NET.ImGui.sln`, including their GUIDs and paths. Updated solution configurations to support Debug and Release builds for the new projects, and adjusted the nested project section accordingly.
1 parent b753493 commit ec8d5e4

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

Examples/ExampleSDL3GPU/ExampleSDL3GPU.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<ProjectReference Include="..\Hexa.NET.ImGui.Backends.SDL3\Hexa.NET.ImGui.Backends.SDL3.csproj" />
18-
<ProjectReference Include="..\Hexa.NET.ImGui\Hexa.NET.ImGui.csproj" />
17+
<ProjectReference Include="..\..\Hexa.NET.ImGui.Backends.SDL3\Hexa.NET.ImGui.Backends.SDL3.csproj" />
18+
<ProjectReference Include="..\..\Hexa.NET.ImGui\Hexa.NET.ImGui.csproj" />
1919
</ItemGroup>
2020

2121
</Project>

Examples/ExampleSDL3OpenGL3/ExampleSDL3OpenGL3.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<ProjectReference Include="..\Hexa.NET.ImGui.Backends.SDL3\Hexa.NET.ImGui.Backends.SDL3.csproj" />
19-
<ProjectReference Include="..\Hexa.NET.ImGui.Backends\Hexa.NET.ImGui.Backends.csproj" />
20-
<ProjectReference Include="..\Hexa.NET.ImGui\Hexa.NET.ImGui.csproj" />
18+
<ProjectReference Include="..\..\Hexa.NET.ImGui.Backends.SDL3\Hexa.NET.ImGui.Backends.SDL3.csproj" />
19+
<ProjectReference Include="..\..\Hexa.NET.ImGui.Backends\Hexa.NET.ImGui.Backends.csproj" />
20+
<ProjectReference Include="..\..\Hexa.NET.ImGui\Hexa.NET.ImGui.csproj" />
2121
</ItemGroup>
2222

2323
</Project>

Hexa.NET.ImGui.sln

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Other", "Other", "{02EA681E
4545
EndProject
4646
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{3F724C26-47C3-4787-A028-F71C98E307B0}"
4747
EndProject
48+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleSDL3GPU", "Examples\ExampleSDL3GPU\ExampleSDL3GPU.csproj", "{CDE5895B-D5DA-8DB1-7F86-7AB42B050900}"
49+
EndProject
50+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleSDL3OpenGL3", "Examples\ExampleSDL3OpenGL3\ExampleSDL3OpenGL3.csproj", "{908E06EF-201E-9A8C-B40E-2C48F9357DD4}"
51+
EndProject
4852
Global
4953
GlobalSection(SolutionConfigurationPlatforms) = preSolution
5054
Debug|Any CPU = Debug|Any CPU
@@ -169,6 +173,18 @@ Global
169173
{19DD4710-AAC4-49CF-8E93-B41ABE197605}.NodeEditor|Any CPU.Build.0 = Debug|Any CPU
170174
{19DD4710-AAC4-49CF-8E93-B41ABE197605}.Release|Any CPU.ActiveCfg = Release|Any CPU
171175
{19DD4710-AAC4-49CF-8E93-B41ABE197605}.Release|Any CPU.Build.0 = Release|Any CPU
176+
{CDE5895B-D5DA-8DB1-7F86-7AB42B050900}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
177+
{CDE5895B-D5DA-8DB1-7F86-7AB42B050900}.Debug|Any CPU.Build.0 = Debug|Any CPU
178+
{CDE5895B-D5DA-8DB1-7F86-7AB42B050900}.NodeEditor|Any CPU.ActiveCfg = Debug|Any CPU
179+
{CDE5895B-D5DA-8DB1-7F86-7AB42B050900}.NodeEditor|Any CPU.Build.0 = Debug|Any CPU
180+
{CDE5895B-D5DA-8DB1-7F86-7AB42B050900}.Release|Any CPU.ActiveCfg = Release|Any CPU
181+
{CDE5895B-D5DA-8DB1-7F86-7AB42B050900}.Release|Any CPU.Build.0 = Release|Any CPU
182+
{908E06EF-201E-9A8C-B40E-2C48F9357DD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
183+
{908E06EF-201E-9A8C-B40E-2C48F9357DD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
184+
{908E06EF-201E-9A8C-B40E-2C48F9357DD4}.NodeEditor|Any CPU.ActiveCfg = Debug|Any CPU
185+
{908E06EF-201E-9A8C-B40E-2C48F9357DD4}.NodeEditor|Any CPU.Build.0 = Debug|Any CPU
186+
{908E06EF-201E-9A8C-B40E-2C48F9357DD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
187+
{908E06EF-201E-9A8C-B40E-2C48F9357DD4}.Release|Any CPU.Build.0 = Release|Any CPU
172188
EndGlobalSection
173189
GlobalSection(SolutionProperties) = preSolution
174190
HideSolutionNode = FALSE
@@ -183,6 +199,8 @@ Global
183199
{65463793-8EC1-4AC0-BA19-7585C44CE501} = {3F724C26-47C3-4787-A028-F71C98E307B0}
184200
{1C10A568-DF26-44EF-961D-CF7E5B2E0EC9} = {3F724C26-47C3-4787-A028-F71C98E307B0}
185201
{19DD4710-AAC4-49CF-8E93-B41ABE197605} = {3F724C26-47C3-4787-A028-F71C98E307B0}
202+
{CDE5895B-D5DA-8DB1-7F86-7AB42B050900} = {3F724C26-47C3-4787-A028-F71C98E307B0}
203+
{908E06EF-201E-9A8C-B40E-2C48F9357DD4} = {3F724C26-47C3-4787-A028-F71C98E307B0}
186204
EndGlobalSection
187205
GlobalSection(ExtensibilityGlobals) = postSolution
188206
SolutionGuid = {3BEE52D5-27E1-4BF1-ABD6-3F4E4A3F741A}

0 commit comments

Comments
 (0)