initial commit

This commit is contained in:
raytrace
2018-12-09 20:18:51 +09:00
commit 9aef53ee89
477 changed files with 2867797 additions and 0 deletions

20
mn/mn.sln Normal file
View File

@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "mn", "mn\mn.vbproj", "{C47BFE30-BD8C-468B-87E4-E07214A882B6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C47BFE30-BD8C-468B-87E4-E07214A882B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C47BFE30-BD8C-468B-87E4-E07214A882B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C47BFE30-BD8C-468B-87E4-E07214A882B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C47BFE30-BD8C-468B-87E4-E07214A882B6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal