Add KBOOT.

This commit is contained in:
László Monda
2016-08-10 01:45:15 +02:00
commit e6c1fce5b4
9392 changed files with 3751375 additions and 0 deletions

21
apps/elftosb/elftosb.sln Normal file
View File

@@ -0,0 +1,21 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "elftosb2", "elftosb2\elftosb2.vcxproj", "{ACBF9A30-8865-4DAA-B686-D8DC823CBF5C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ACBF9A30-8865-4DAA-B686-D8DC823CBF5C}.Debug|Win32.ActiveCfg = Debug|Win32
{ACBF9A30-8865-4DAA-B686-D8DC823CBF5C}.Debug|Win32.Build.0 = Debug|Win32
{ACBF9A30-8865-4DAA-B686-D8DC823CBF5C}.Release|Win32.ActiveCfg = Release|Win32
{ACBF9A30-8865-4DAA-B686-D8DC823CBF5C}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal