Skip to content

Commit

Permalink
added heaps lib
Browse files Browse the repository at this point in the history
  • Loading branch information
TothBenoit committed Dec 12, 2024
1 parent e5c012d commit a0a09f1
Show file tree
Hide file tree
Showing 9 changed files with 8,819 additions and 79 deletions.
19 changes: 17 additions & 2 deletions hl.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31729.503
# Visual Studio Version 17
VisualStudioVersion = 17.12.35506.116 d17.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sdl", "libs\sdl\sdl.vcxproj", "{12049F27-EA26-4A33-ADF8-E542C4167C00}"
ProjectSection(ProjectDependencies) = postProject
Expand Down Expand Up @@ -72,6 +72,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dx12", "libs\directx\dx12.v
{C6213FBF-BC2B-4235-A827-84A60E848C52} = {C6213FBF-BC2B-4235-A827-84A60E848C52}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "heaps", "libs\heaps\heaps.vcxproj", "{E3F735ED-9701-46BE-A86C-C61D3CE0D525}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Expand Down Expand Up @@ -226,6 +228,18 @@ Global
{F9A2435E-D545-43EB-B471-A4497D96A71B}.ReleaseVS2013|Win32.Build.0 = Release|Win32
{F9A2435E-D545-43EB-B471-A4497D96A71B}.ReleaseVS2013|x64.ActiveCfg = Release|x64
{F9A2435E-D545-43EB-B471-A4497D96A71B}.ReleaseVS2013|x64.Build.0 = Release|x64
{E3F735ED-9701-46BE-A86C-C61D3CE0D525}.Debug|Win32.ActiveCfg = Debug|Win32
{E3F735ED-9701-46BE-A86C-C61D3CE0D525}.Debug|Win32.Build.0 = Debug|Win32
{E3F735ED-9701-46BE-A86C-C61D3CE0D525}.Debug|x64.ActiveCfg = Debug|x64
{E3F735ED-9701-46BE-A86C-C61D3CE0D525}.Debug|x64.Build.0 = Debug|x64
{E3F735ED-9701-46BE-A86C-C61D3CE0D525}.Release|Win32.ActiveCfg = Release|Win32
{E3F735ED-9701-46BE-A86C-C61D3CE0D525}.Release|Win32.Build.0 = Release|Win32
{E3F735ED-9701-46BE-A86C-C61D3CE0D525}.Release|x64.ActiveCfg = Release|x64
{E3F735ED-9701-46BE-A86C-C61D3CE0D525}.Release|x64.Build.0 = Release|x64
{E3F735ED-9701-46BE-A86C-C61D3CE0D525}.ReleaseVS2013|Win32.ActiveCfg = ReleaseVS2013|Win32
{E3F735ED-9701-46BE-A86C-C61D3CE0D525}.ReleaseVS2013|Win32.Build.0 = ReleaseVS2013|Win32
{E3F735ED-9701-46BE-A86C-C61D3CE0D525}.ReleaseVS2013|x64.ActiveCfg = ReleaseVS2013|Win32
{E3F735ED-9701-46BE-A86C-C61D3CE0D525}.ReleaseVS2013|x64.Build.0 = ReleaseVS2013|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -241,6 +255,7 @@ Global
{EC2DCE5C-267A-4050-8DDE-5BF58FF08E31} = {0EC4330B-6B61-45F8-B297-CA7097AFFD98}
{540E0E11-B7B1-43F8-B107-0867B2D97F74} = {0EC4330B-6B61-45F8-B297-CA7097AFFD98}
{F9A2435E-D545-43EB-B471-A4497D96A71B} = {0EC4330B-6B61-45F8-B297-CA7097AFFD98}
{E3F735ED-9701-46BE-A86C-C61D3CE0D525} = {0EC4330B-6B61-45F8-B297-CA7097AFFD98}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {52150AEE-F84D-4481-89B7-00D273AE84AF}
Expand Down
Loading

0 comments on commit a0a09f1

Please sign in to comment.