Initial sector heatmap generator

This commit is contained in:
2026-06-30 22:02:36 +09:00
commit fd9bea7bd8
14 changed files with 1194 additions and 0 deletions

25
mbn_stock.sln Normal file
View File

@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.35731.53
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mbn_stock", "mbn_stock\mbn_stock.csproj", "{C3638A86-3DDE-40D7-B896-A58DFC53E372}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3638A86-3DDE-40D7-B896-A58DFC53E372}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3638A86-3DDE-40D7-B896-A58DFC53E372}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3638A86-3DDE-40D7-B896-A58DFC53E372}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3638A86-3DDE-40D7-B896-A58DFC53E372}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C7AE5942-0C77-477D-A577-5D5787EDFC50}
EndGlobalSection
EndGlobal