OSDN Git Service

VC2010
authorryuz <ryuz>
Sat, 25 Sep 2010 05:45:11 +0000 (05:45 +0000)
committerryuz <ryuz>
Sat, 25 Sep 2010 05:45:11 +0000 (05:45 +0000)
aplfw/build/win/win32/vc2010/hosaplfw.sln [new file with mode: 0755]
aplfw/build/win/win32/vc2010/hosaplfw.vcxproj [new file with mode: 0755]
cfgrtr/build/vc2010/h4acfg.sln [new file with mode: 0755]
cfgrtr/build/vc2010/h4acfg.vcxproj [new file with mode: 0755]
kernel/build/win/win32/vc2010/hosv4a.sln [new file with mode: 0755]
kernel/build/win/win32/vc2010/hosv4a.vcxproj [new file with mode: 0755]

diff --git a/aplfw/build/win/win32/vc2010/hosaplfw.sln b/aplfw/build/win/win32/vc2010/hosaplfw.sln
new file mode 100755 (executable)
index 0000000..0d24abd
--- /dev/null
@@ -0,0 +1,20 @@
+\r
+Microsoft Visual Studio Solution File, Format Version 11.00\r
+# Visual C++ Express 2010\r
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hosaplfw", "hosaplfw.vcxproj", "{452F2A61-BECE-429E-8CE4-C57DF3A259CD}"\r
+EndProject\r
+Global\r
+       GlobalSection(SolutionConfigurationPlatforms) = preSolution\r
+               Debug|Win32 = Debug|Win32\r
+               Release|Win32 = Release|Win32\r
+       EndGlobalSection\r
+       GlobalSection(ProjectConfigurationPlatforms) = postSolution\r
+               {452F2A61-BECE-429E-8CE4-C57DF3A259CD}.Debug|Win32.ActiveCfg = Debug|Win32\r
+               {452F2A61-BECE-429E-8CE4-C57DF3A259CD}.Debug|Win32.Build.0 = Debug|Win32\r
+               {452F2A61-BECE-429E-8CE4-C57DF3A259CD}.Release|Win32.ActiveCfg = Release|Win32\r
+               {452F2A61-BECE-429E-8CE4-C57DF3A259CD}.Release|Win32.Build.0 = Release|Win32\r
+       EndGlobalSection\r
+       GlobalSection(SolutionProperties) = preSolution\r
+               HideSolutionNode = FALSE\r
+       EndGlobalSection\r
+EndGlobal\r
diff --git a/aplfw/build/win/win32/vc2010/hosaplfw.vcxproj b/aplfw/build/win/win32/vc2010/hosaplfw.vcxproj
new file mode 100755 (executable)
index 0000000..1816dec
--- /dev/null
@@ -0,0 +1,506 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+  <ItemGroup Label="ProjectConfigurations">\r
+    <ProjectConfiguration Include="Debug|Win32">\r
+      <Configuration>Debug</Configuration>\r
+      <Platform>Win32</Platform>\r
+    </ProjectConfiguration>\r
+    <ProjectConfiguration Include="Release|Win32">\r
+      <Configuration>Release</Configuration>\r
+      <Platform>Win32</Platform>\r
+    </ProjectConfiguration>\r
+  </ItemGroup>\r
+  <PropertyGroup Label="Globals">\r
+    <ProjectGuid>{452F2A61-BECE-429E-8CE4-C57DF3A259CD}</ProjectGuid>\r
+    <RootNamespace>hosaplfw</RootNamespace>\r
+    <Keyword>Win32Proj</Keyword>\r
+  </PropertyGroup>\r
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
+    <ConfigurationType>StaticLibrary</ConfigurationType>\r
+    <CharacterSet>Unicode</CharacterSet>\r
+    <WholeProgramOptimization>true</WholeProgramOptimization>\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
+    <ConfigurationType>StaticLibrary</ConfigurationType>\r
+    <CharacterSet>Unicode</CharacterSet>\r
+  </PropertyGroup>\r
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
+  <ImportGroup Label="ExtensionSettings">\r
+  </ImportGroup>\r
+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">\r
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
+  </ImportGroup>\r
+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">\r
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
+  </ImportGroup>\r
+  <PropertyGroup Label="UserMacros" />\r
+  <PropertyGroup>\r
+    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>\r
+    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>\r
+    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>\r
+    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>\r
+    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>\r
+  </PropertyGroup>\r
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
+    <ClCompile>\r
+      <Optimization>Disabled</Optimization>\r
+      <AdditionalIncludeDirectories>../../../..;../../../../../kernel/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
+      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
+      <MinimalRebuild>true</MinimalRebuild>\r
+      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
+      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r
+      <PrecompiledHeader>\r
+      </PrecompiledHeader>\r
+      <WarningLevel>Level3</WarningLevel>\r
+      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>\r
+    </ClCompile>\r
+  </ItemDefinitionGroup>\r
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
+    <ClCompile>\r
+      <Optimization>MaxSpeed</Optimization>\r
+      <IntrinsicFunctions>true</IntrinsicFunctions>\r
+      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
+      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
+      <FunctionLevelLinking>true</FunctionLevelLinking>\r
+      <PrecompiledHeader>Use</PrecompiledHeader>\r
+      <WarningLevel>Level3</WarningLevel>\r
+      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
+    </ClCompile>\r
+  </ItemDefinitionGroup>\r
+  <ItemGroup>\r
+    <ClInclude Include="..\..\..\..\driver\volume\fat\fatfile.h" />\r
+    <ClInclude Include="..\..\..\..\driver\volume\fat\fatfile_local.h" />\r
+    <ClInclude Include="..\..\..\..\driver\volume\fat\fatvol.h" />\r
+    <ClInclude Include="..\..\..\..\driver\volume\fat\fatvol_local.h" />\r
+    <ClInclude Include="..\..\..\..\driver\console\vt100\vt100drv.h" />\r
+    <ClInclude Include="..\..\..\..\driver\console\vt100\vt100drv_local.h" />\r
+    <ClInclude Include="..\..\..\..\driver\serial\winsock\winsockdrv.h" />\r
+    <ClInclude Include="..\..\..\..\driver\serial\winsock\winsockdrv_local.h" />\r
+    <ClInclude Include="..\..\..\..\system\file\console.h" />\r
+    <ClInclude Include="..\..\..\..\system\file\drvobj.h" />\r
+    <ClInclude Include="..\..\..\..\system\file\drvobj_local.h" />\r
+    <ClInclude Include="..\..\..\..\system\file\file.h" />\r
+    <ClInclude Include="..\..\..\..\system\file\file_local.h" />\r
+    <ClInclude Include="..\..\..\..\system\file\fileobj.h" />\r
+    <ClInclude Include="..\..\..\..\system\file\fileobj_local.h" />\r
+    <ClInclude Include="..\..\..\..\system\file\stdfile.h" />\r
+    <ClInclude Include="..\..\..\..\system\file\syncdrv.h" />\r
+    <ClInclude Include="..\..\..\..\system\file\syncdrv_local.h" />\r
+    <ClInclude Include="..\..\..\..\system\file\syncfile.h" />\r
+    <ClInclude Include="..\..\..\..\system\file\syncfile_local.h" />\r
+    <ClInclude Include="..\..\..\..\system\file\sysvol.h" />\r
+    <ClInclude Include="..\..\..\..\system\file\sysvol_local.h" />\r
+    <ClInclude Include="..\..\..\..\system\file\sysvolfile.h" />\r
+    <ClInclude Include="..\..\..\..\system\file\sysvolfile_local.h" />\r
+    <ClInclude Include="..\..\..\..\system\file\volume.h" />\r
+    <ClInclude Include="..\..\..\..\system\file\volumeobj.h" />\r
+    <ClInclude Include="..\..\..\..\system\file\volumeobj_local.h" />\r
+    <ClInclude Include="..\..\..\..\system\type\type.h" />\r
+    <ClInclude Include="..\..\..\..\system\command\command.h" />\r
+    <ClInclude Include="..\..\..\..\system\process\process.h" />\r
+    <ClInclude Include="..\..\..\..\system\process\process_local.h" />\r
+    <ClInclude Include="..\..\..\..\system\system\system.h" />\r
+    <ClInclude Include="..\..\..\..\system\system\system_local.h" />\r
+    <ClInclude Include="..\..\..\..\system\sysapi\sysapi.h" />\r
+    <ClInclude Include="..\..\..\..\system\sysapi\sysapi_local.h" />\r
+    <ClInclude Include="..\..\..\..\system\handle\handle.h" />\r
+    <ClInclude Include="..\..\..\..\system\handle\handleobj.h" />\r
+    <ClInclude Include="..\..\..\..\system\handle\handleobj_local.h" />\r
+    <ClInclude Include="..\..\..\..\system\memory\memory.h" />\r
+    <ClInclude Include="..\..\..\..\system\sysmem\sysmemheap.h" />\r
+    <ClInclude Include="..\..\..\..\system\sysmem\sysmemheap_local.h" />\r
+    <ClInclude Include="..\..\..\..\system\event\event.h" />\r
+    <ClInclude Include="..\..\..\..\system\event\event_local.h" />\r
+    <ClInclude Include="..\..\..\..\system\time\time.h" />\r
+    <ClInclude Include="..\..\..\..\application\filecmd\filecopy\filecopy.h" />\r
+    <ClInclude Include="..\..\..\..\application\filecmd\filelist\filelist.h" />\r
+    <ClInclude Include="..\..\..\..\application\filecmd\filedump\filedump.h" />\r
+    <ClInclude Include="..\..\..\..\application\filecmd\filecat\filecat.h" />\r
+    <ClInclude Include="..\..\..\..\application\syscmd\whiteboardcmd\whiteboardcmd.h" />\r
+    <ClInclude Include="..\..\..\..\application\syscmd\shell\shell.h" />\r
+    <ClInclude Include="..\..\..\..\application\syscmd\shell\shell_local.h" />\r
+    <ClInclude Include="..\..\..\..\application\syscmd\commandlist\commandlist.h" />\r
+    <ClInclude Include="..\..\..\..\application\syscmd\processlist\processlist.h" />\r
+    <ClInclude Include="..\..\..\..\application\syscmd\processsignal\processsignal.h" />\r
+    <ClInclude Include="..\..\..\..\application\flashcmd\norflashcmd\norflashcmd.h" />\r
+    <ClInclude Include="..\..\..\..\application\example\hello\hello.h" />\r
+    <ClInclude Include="..\..\..\..\application\fatcmd\fatmount\fatmount.h" />\r
+    <ClInclude Include="..\..\..\..\application\utility\memdump\memdump.h" />\r
+    <ClInclude Include="..\..\..\..\application\utility\memwrite\memwrite.h" />\r
+    <ClInclude Include="..\..\..\..\application\utility\timecmd\timecmd.h" />\r
+    <ClInclude Include="..\..\..\..\library\utility\memutil\memutil.h" />\r
+    <ClInclude Include="..\..\..\..\library\container\assoc\assoc.h" />\r
+    <ClInclude Include="..\..\..\..\library\container\assoc\assoc_local.h" />\r
+    <ClInclude Include="..\..\..\..\library\container\automemheap\automemheap.h" />\r
+    <ClInclude Include="..\..\..\..\library\container\automemheap\automemheap_local.h" />\r
+    <ClInclude Include="..\..\..\..\library\container\fixmemheap\fixmemheap.h" />\r
+    <ClInclude Include="..\..\..\..\library\container\fixmemheap\fixmemheap_local.h" />\r
+    <ClInclude Include="..\..\..\..\library\container\valmemheap\valmemheap.h" />\r
+    <ClInclude Include="..\..\..\..\library\container\valmemheap\valmemheap_local.h" />\r
+    <ClInclude Include="..\..\..\..\library\container\memheap\memheap.h" />\r
+    <ClInclude Include="..\..\..\..\library\container\memheap\memheap_local.h" />\r
+    <ClInclude Include="..\..\..\..\library\container\hashtable\hashtable.h" />\r
+    <ClInclude Include="..\..\..\..\library\container\hashtable\hashtable_local.h" />\r
+    <ClInclude Include="..\..\..\..\library\container\streambuf\streambuf.h" />\r
+    <ClInclude Include="..\..\..\..\library\container\streambuf\streambuf_local.h" />\r
+    <ClInclude Include="..\..\..\..\library\algorithm\stringformat\stringformat.h" />\r
+    <ClInclude Include="..\..\..\..\library\algorithm\stringformat\stringformat_local.h" />\r
+    <ClInclude Include="..\..\..\..\..\kernel\include\parser\parserr.h" />\r
+    <ClInclude Include="..\..\..\..\..\kernel\include\parser\parshok.h" />\r
+    <ClInclude Include="..\..\..\..\..\kernel\include\parser\parsknl.h" />\r
+    <ClInclude Include="..\..\..\..\..\kernel\include\parser\parssys.h" />\r
+    <ClInclude Include="..\..\..\..\hosaplfw.h" />\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatfile_constructor.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatfile_create.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatfile_delete.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatfile_destructor.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatvol_alloccluster.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatvol_close.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatvol_clusterread.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatvol_clusterwrite.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatvol_constructor.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatvol_create.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatvol_delete.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatvol_destructor.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatvol_flush.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatvol_flushclusterbuf.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatvol_flushfat.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatvol_freecluster.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatvol_getclusterbuf.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatvol_getnextcluster.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatvol_iocontrol.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatvol_makedir.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatvol_open.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatvol_read.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatvol_relclusterbuf.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatvol_remove.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatvol_seek.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatvol_setnextcluster.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatvol_shutdown.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatvol_syncfilesize.c" />\r
+    <ClCompile Include="..\..\..\..\driver\volume\fat\fatvol_write.c" />\r
+    <ClCompile Include="..\..\..\..\driver\console\vt100\vt100drv_close.c" />\r
+    <ClCompile Include="..\..\..\..\driver\console\vt100\vt100drv_constructor.c" />\r
+    <ClCompile Include="..\..\..\..\driver\console\vt100\vt100drv_create.c" />\r
+    <ClCompile Include="..\..\..\..\driver\console\vt100\vt100drv_delete.c" />\r
+    <ClCompile Include="..\..\..\..\driver\console\vt100\vt100drv_destructor.c" />\r
+    <ClCompile Include="..\..\..\..\driver\console\vt100\vt100drv_flush.c" />\r
+    <ClCompile Include="..\..\..\..\driver\console\vt100\vt100drv_getch.c" />\r
+    <ClCompile Include="..\..\..\..\driver\console\vt100\vt100drv_iocontrol.c" />\r
+    <ClCompile Include="..\..\..\..\driver\console\vt100\vt100drv_open.c" />\r
+    <ClCompile Include="..\..\..\..\driver\console\vt100\vt100drv_read.c" />\r
+    <ClCompile Include="..\..\..\..\driver\console\vt100\vt100drv_seek.c" />\r
+    <ClCompile Include="..\..\..\..\driver\console\vt100\vt100drv_write.c" />\r
+    <ClCompile Include="..\..\..\..\driver\serial\winsock\winsockdrv_close.c" />\r
+    <ClCompile Include="..\..\..\..\driver\serial\winsock\winsockdrv_constructor.c" />\r
+    <ClCompile Include="..\..\..\..\driver\serial\winsock\winsockdrv_create.c" />\r
+    <ClCompile Include="..\..\..\..\driver\serial\winsock\winsockdrv_delete.c" />\r
+    <ClCompile Include="..\..\..\..\driver\serial\winsock\winsockdrv_destructor.c" />\r
+    <ClCompile Include="..\..\..\..\driver\serial\winsock\winsockdrv_flush.c" />\r
+    <ClCompile Include="..\..\..\..\driver\serial\winsock\winsockdrv_iocontrol.c" />\r
+    <ClCompile Include="..\..\..\..\driver\serial\winsock\winsockdrv_isr.c" />\r
+    <ClCompile Include="..\..\..\..\driver\serial\winsock\winsockdrv_open.c" />\r
+    <ClCompile Include="..\..\..\..\driver\serial\winsock\winsockdrv_read.c" />\r
+    <ClCompile Include="..\..\..\..\driver\serial\winsock\winsockdrv_recv.c" />\r
+    <ClCompile Include="..\..\..\..\driver\serial\winsock\winsockdrv_seek.c" />\r
+    <ClCompile Include="..\..\..\..\driver\serial\winsock\winsockdrv_send.c" />\r
+    <ClCompile Include="..\..\..\..\driver\serial\winsock\winsockdrv_write.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\console_getch.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\drvobj_close.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\drvobj_constructor.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\drvobj_destructor.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\drvobj_flush.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\drvobj_iocontrol.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\drvobj_open.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\drvobj_read.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\drvobj_seek.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\drvobj_write.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\file_adddevice.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\file_addvolume.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\file_close.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\file_driveropen.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\file_getchar.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\file_getdriverinformation.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\file_getstring.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\file_getvolume.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\file_initialize.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\file_iocontrol.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\file_open.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\file_printformat.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\file_printformatv.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\file_putchar.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\file_putstring.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\file_read.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\file_readdir.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\file_relpathtoabspath.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\file_removevolume.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\file_seek.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\file_write.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\fileobj_constructor.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\fileobj_create.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\fileobj_delete.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\fileobj_destructor.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\stdio_printformat.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\syncdrv_constructor.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\syncdrv_destructor.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\syncdrv_endprocess.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\syncdrv_iocontrol.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\syncdrv_sendsignal.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\syncdrv_startprocess.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\syncfile_constructor.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\syncfile_create.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\syncfile_delete.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\syncfile_destructor.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\syncfile_setsignal.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\sysvol_adddevice.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\sysvol_close.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\sysvol_constructor.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\sysvol_create.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\sysvol_delete.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\sysvol_destructor.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\sysvol_getdevice.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\sysvol_iocontrol.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\sysvol_open.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\sysvol_removedevice.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\sysvolfile_constructor.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\sysvolfile_create.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\sysvolfile_delete.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\sysvolfile_destructor.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\volume_shutdown.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\volumeobj_constructor.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\volumeobj_create.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\volumeobj_delete.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\volumeobj_destructor.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\volumeobj_makedir.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\volumeobj_remove.c" />\r
+    <ClCompile Include="..\..\..\..\system\file\volumeobj_shutdown.c" />\r
+    <ClCompile Include="..\..\..\..\system\command\command.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_constructor.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_create.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_createex.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_delete.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_destructor.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_entersystemmode.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_exit.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_getcommandline.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_getconin.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_getconout.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_getcurrentdir.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_getcurrenthandle.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_getexecutiontime.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_getexitcode.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_getparam.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_getparentprocess.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_getstderr.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_getstdin.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_getstdout.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_getterminal.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_issystemmode.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_leavesystemmode.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_sendsignal.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_setconin.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_setconout.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_setcurrentdir.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_setparam.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_setsignalproc.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_setstderr.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_setstdin.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_setstdout.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_setterminal.c" />\r
+    <ClCompile Include="..\..\..\..\system\process\process_waitexit.c" />\r
+    <ClCompile Include="..\..\..\..\system\system\system_getnextprocess.c" />\r
+    <ClCompile Include="..\..\..\..\system\system\system_getsystemprocess.c" />\r
+    <ClCompile Include="..\..\..\..\system\system\system_initialize.c" />\r
+    <ClCompile Include="..\..\..\..\system\system\system_lock.c" />\r
+    <ClCompile Include="..\..\..\..\system\system\system_process.c" />\r
+    <ClCompile Include="..\..\..\..\system\system\system_requestproc.c" />\r
+    <ClCompile Include="..\..\..\..\system\system\system_unlock.c" />\r
+    <ClCompile Include="..\..\..\..\system\system\whiteboard_getinteger.c" />\r
+    <ClCompile Include="..\..\..\..\system\system\whiteboard_getnextkey.c" />\r
+    <ClCompile Include="..\..\..\..\system\system\whiteboard_getstring.c" />\r
+    <ClCompile Include="..\..\..\..\system\system\whiteboard_setinteger.c" />\r
+    <ClCompile Include="..\..\..\..\system\system\whiteboard_setstring.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysapi_initialize.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysctx_isisr.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysevt_clear.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysevt_create.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysevt_delete.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysevt_set.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysevt_wait.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\syshos_hook.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysint_clear.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysint_disable.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysint_enable.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysio_allociomem.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysio_freeiomem.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysisr_create.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysisr_delete.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysloc_lock.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysloc_unlock.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysmem_alloc.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysmem_free.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysmem_getmemheap.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysmem_getsize.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysmem_realloc.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysmtx_create.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysmtx_delete.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysmtx_lock.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysmtx_unlock.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysprc_create.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysprc_delete.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysprc_getcurrenthandle.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysprc_getparam.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysprc_resume.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysprc_sendsignal.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysprc_setsignalhandler.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysprc_start.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysprc_suspend.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\sysprc_terminate.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\systim_cputimetonanosecond.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\systim_cputimetosecond.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\systim_getcputime.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\systim_getsystemtime.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\systim_signal.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\systim_systimetonanosecond.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\systim_systimetosecond.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysapi\systim_wait.c" />\r
+    <ClCompile Include="..\..\..\..\system\handle\handle_close.c" />\r
+    <ClCompile Include="..\..\..\..\system\handle\handleobj_constructor.c" />\r
+    <ClCompile Include="..\..\..\..\system\handle\handleobj_create.c" />\r
+    <ClCompile Include="..\..\..\..\system\handle\handleobj_delete.c" />\r
+    <ClCompile Include="..\..\..\..\system\handle\handleobj_destructor.c" />\r
+    <ClCompile Include="..\..\..\..\system\memory\memory.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysmem\sysmemheap_alignsize.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysmem\sysmemheap_alloc.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysmem\sysmemheap_constructor.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysmem\sysmemheap_destructor.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysmem\sysmemheap_free.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysmem\sysmemheap_getalign.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysmem\sysmemheap_getsize.c" />\r
+    <ClCompile Include="..\..\..\..\system\sysmem\sysmemheap_realloc.c" />\r
+    <ClCompile Include="..\..\..\..\system\event\event_clear.c" />\r
+    <ClCompile Include="..\..\..\..\system\event\event_create.c" />\r
+    <ClCompile Include="..\..\..\..\system\event\event_delete.c" />\r
+    <ClCompile Include="..\..\..\..\system\event\event_set.c" />\r
+    <ClCompile Include="..\..\..\..\system\event\event_wait.c" />\r
+    <ClCompile Include="..\..\..\..\system\time\time_getsystemtime.c" />\r
+    <ClCompile Include="..\..\..\..\system\time\time_wait.c" />\r
+    <ClCompile Include="..\..\..\..\application\filecmd\filecopy\filecopy_main.c" />\r
+    <ClCompile Include="..\..\..\..\application\filecmd\filelist\filelist_main.c" />\r
+    <ClCompile Include="..\..\..\..\application\filecmd\filedump\filedump_main.c" />\r
+    <ClCompile Include="..\..\..\..\application\filecmd\filecat\filecat_main.c" />\r
+    <ClCompile Include="..\..\..\..\application\syscmd\whiteboardcmd\whiteboardcmd_main.c" />\r
+    <ClCompile Include="..\..\..\..\application\syscmd\shell\shell_create.c" />\r
+    <ClCompile Include="..\..\..\..\application\syscmd\shell\shell_curleft.c" />\r
+    <ClCompile Include="..\..\..\..\application\syscmd\shell\shell_curright.c" />\r
+    <ClCompile Include="..\..\..\..\application\syscmd\shell\shell_delete.c" />\r
+    <ClCompile Include="..\..\..\..\application\syscmd\shell\shell_executecommand.c" />\r
+    <ClCompile Include="..\..\..\..\application\syscmd\shell\shell_executescript.c" />\r
+    <ClCompile Include="..\..\..\..\application\syscmd\shell\shell_inputline.c" />\r
+    <ClCompile Include="..\..\..\..\application\syscmd\shell\shell_interactive.c" />\r
+    <ClCompile Include="..\..\..\..\application\syscmd\shell\shell_main.c" />\r
+    <ClCompile Include="..\..\..\..\application\syscmd\shell\shell_putchar.c" />\r
+    <ClCompile Include="..\..\..\..\application\syscmd\shell\shell_replaceline.c" />\r
+    <ClCompile Include="..\..\..\..\application\syscmd\commandlist\commandlist_main.c" />\r
+    <ClCompile Include="..\..\..\..\application\syscmd\processlist\processlist_main.c" />\r
+    <ClCompile Include="..\..\..\..\application\syscmd\processsignal\processsignal_main.c" />\r
+    <ClCompile Include="..\..\..\..\application\flashcmd\norflashcmd\norflashcmd_main.c" />\r
+    <ClCompile Include="..\..\..\..\application\example\hello\hello_main.c" />\r
+    <ClCompile Include="..\..\..\..\application\fatcmd\fatmount\fatmount_main.c" />\r
+    <ClCompile Include="..\..\..\..\application\utility\memdump\memdump_main.c" />\r
+    <ClCompile Include="..\..\..\..\application\utility\memwrite\memwrite_main.c" />\r
+    <ClCompile Include="..\..\..\..\application\utility\timecmd\timecmd_main.c" />\r
+    <ClCompile Include="..\..\..\..\library\utility\memutil\memutil_memcopyb.c" />\r
+    <ClCompile Include="..\..\..\..\library\utility\memutil\memutil_memcopyh.c" />\r
+    <ClCompile Include="..\..\..\..\library\utility\memutil\memutil_memcopyw.c" />\r
+    <ClCompile Include="..\..\..\..\library\utility\memutil\memutil_memsetb.c" />\r
+    <ClCompile Include="..\..\..\..\library\utility\memutil\memutil_memseth.c" />\r
+    <ClCompile Include="..\..\..\..\library\utility\memutil\memutil_memsetw.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\assoc\assoc_add.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\assoc\assoc_addnode.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\assoc\assoc_constructor.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\assoc\assoc_create.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\assoc\assoc_createex.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\assoc\assoc_delete.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\assoc\assoc_destructor.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\assoc\assoc_get.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\assoc\assoc_getat.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\assoc\assoc_getfirst.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\assoc\assoc_getminnode.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\assoc\assoc_getnext.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\assoc\assoc_getnode.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\assoc\assoc_getpos.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\assoc\assoc_remove.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\assoc\assoc_removenode.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\assoc\assoc_set.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\automemheap\automemheap_alignsize.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\automemheap\automemheap_alloc.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\automemheap\automemheap_constructor.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\automemheap\automemheap_create.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\automemheap\automemheap_delete.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\automemheap\automemheap_destructor.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\automemheap\automemheap_free.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\automemheap\automemheap_getalign.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\automemheap\automemheap_getsize.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\automemheap\automemheap_realloc.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\automemheap\automemheap_searchheap.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\fixmemheap\fixmemheap_alignsize.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\fixmemheap\fixmemheap_alloc.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\fixmemheap\fixmemheap_constructor.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\fixmemheap\fixmemheap_create.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\fixmemheap\fixmemheap_delete.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\fixmemheap\fixmemheap_free.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\fixmemheap\fixmemheap_getalign.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\fixmemheap\fixmemheap_getsize.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\fixmemheap\fixmemheap_ismember.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\fixmemheap\fixmemheap_realloc.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\valmemheap\valmemheap_alignsize.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\valmemheap\valmemheap_alloc.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\valmemheap\valmemheap_constructor.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\valmemheap\valmemheap_free.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\valmemheap\valmemheap_getalign.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\valmemheap\valmemheap_getsize.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\valmemheap\valmemheap_ismember.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\valmemheap\valmemheap_realloc.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\hashtable\hashtable_constructor.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\hashtable\hashtable_create.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\hashtable\hashtable_createex.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\hashtable\hashtable_createnode.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\hashtable\hashtable_delete.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\hashtable\hashtable_destructor.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\hashtable\hashtable_findclose.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\hashtable\hashtable_findnext.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\hashtable\hashtable_findopen.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\hashtable\hashtable_get.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\hashtable\hashtable_remove.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\hashtable\hashtable_removeall.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\hashtable\hashtable_searchnode.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\hashtable\hashtable_set.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\streambuf\streambuf_clear.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\streambuf\streambuf_create.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\streambuf\streambuf_getbuf.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\streambuf\streambuf_recvbuf.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\streambuf\streambuf_recvchar.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\streambuf\streambuf_recvdata.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\streambuf\streambuf_refdatasize.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\streambuf\streambuf_reffreesize.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\streambuf\streambuf_relbuf.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\streambuf\streambuf_sendbuf.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\streambuf\streambuf_sendchar.c" />\r
+    <ClCompile Include="..\..\..\..\library\container\streambuf\streambuf_senddata.c" />\r
+    <ClCompile Include="..\..\..\..\library\algorithm\stringformat\stringformat_decimal.c" />\r
+    <ClCompile Include="..\..\..\..\library\algorithm\stringformat\stringformat_format.c" />\r
+    <ClCompile Include="..\..\..\..\library\algorithm\stringformat\stringformat_formatstring.c" />\r
+    <ClCompile Include="..\..\..\..\library\algorithm\stringformat\stringformat_formatstringv.c" />\r
+    <ClCompile Include="..\..\..\..\library\algorithm\stringformat\stringformat_formatv.c" />\r
+    <ClCompile Include="..\..\..\..\library\algorithm\stringformat\stringformat_hexadecimal.c" />\r
+    <ClCompile Include="..\..\..\..\library\algorithm\stringformat\stringformat_nibble.c" />\r
+    <ClCompile Include="..\..\..\..\library\algorithm\stringformat\stringformat_string.c" />\r
+  </ItemGroup>\r
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
+  <ImportGroup Label="ExtensionTargets">\r
+  </ImportGroup>\r
+</Project>
\ No newline at end of file
diff --git a/cfgrtr/build/vc2010/h4acfg.sln b/cfgrtr/build/vc2010/h4acfg.sln
new file mode 100755 (executable)
index 0000000..c0a1e23
--- /dev/null
@@ -0,0 +1,20 @@
+\r
+Microsoft Visual Studio Solution File, Format Version 11.00\r
+# Visual C++ Express 2010\r
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h4acfg", "h4acfg.vcxproj", "{6F535A30-2F71-4FF1-AC7F-FE5ADC7BEE0C}"\r
+EndProject\r
+Global\r
+       GlobalSection(SolutionConfigurationPlatforms) = preSolution\r
+               Debug|Win32 = Debug|Win32\r
+               Release|Win32 = Release|Win32\r
+       EndGlobalSection\r
+       GlobalSection(ProjectConfigurationPlatforms) = postSolution\r
+               {6F535A30-2F71-4FF1-AC7F-FE5ADC7BEE0C}.Debug|Win32.ActiveCfg = Debug|Win32\r
+               {6F535A30-2F71-4FF1-AC7F-FE5ADC7BEE0C}.Debug|Win32.Build.0 = Debug|Win32\r
+               {6F535A30-2F71-4FF1-AC7F-FE5ADC7BEE0C}.Release|Win32.ActiveCfg = Release|Win32\r
+               {6F535A30-2F71-4FF1-AC7F-FE5ADC7BEE0C}.Release|Win32.Build.0 = Release|Win32\r
+       EndGlobalSection\r
+       GlobalSection(SolutionProperties) = preSolution\r
+               HideSolutionNode = FALSE\r
+       EndGlobalSection\r
+EndGlobal\r
diff --git a/cfgrtr/build/vc2010/h4acfg.vcxproj b/cfgrtr/build/vc2010/h4acfg.vcxproj
new file mode 100755 (executable)
index 0000000..1d33d8e
--- /dev/null
@@ -0,0 +1,150 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+  <ItemGroup Label="ProjectConfigurations">\r
+    <ProjectConfiguration Include="Debug|Win32">\r
+      <Configuration>Debug</Configuration>\r
+      <Platform>Win32</Platform>\r
+    </ProjectConfiguration>\r
+    <ProjectConfiguration Include="Release|Win32">\r
+      <Configuration>Release</Configuration>\r
+      <Platform>Win32</Platform>\r
+    </ProjectConfiguration>\r
+  </ItemGroup>\r
+  <PropertyGroup Label="Globals">\r
+    <ProjectGuid>{6F535A30-2F71-4FF1-AC7F-FE5ADC7BEE0C}</ProjectGuid>\r
+    <RootNamespace>h4acfg</RootNamespace>\r
+    <Keyword>Win32Proj</Keyword>\r
+  </PropertyGroup>\r
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
+    <ConfigurationType>Application</ConfigurationType>\r
+    <CharacterSet>Unicode</CharacterSet>\r
+    <WholeProgramOptimization>true</WholeProgramOptimization>\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
+    <ConfigurationType>Application</ConfigurationType>\r
+    <CharacterSet>Unicode</CharacterSet>\r
+  </PropertyGroup>\r
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
+  <ImportGroup Label="ExtensionSettings">\r
+  </ImportGroup>\r
+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">\r
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
+  </ImportGroup>\r
+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">\r
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
+  </ImportGroup>\r
+  <PropertyGroup Label="UserMacros" />\r
+  <PropertyGroup>\r
+    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>\r
+    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>\r
+    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>\r
+    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>\r
+    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>\r
+    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>\r
+    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>\r
+  </PropertyGroup>\r
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
+    <ClCompile>\r
+      <Optimization>Disabled</Optimization>\r
+      <AdditionalIncludeDirectories>..\..\include;..\..\..\kernel\include;..\..\..\kernel\include\arch\proc\win\win32;..\..\..\kernel\include\arch\irc\none;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
+      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
+      <MinimalRebuild>true</MinimalRebuild>\r
+      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
+      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r
+      <PrecompiledHeader>\r
+      </PrecompiledHeader>\r
+      <WarningLevel>Level3</WarningLevel>\r
+      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>\r
+    </ClCompile>\r
+    <Link>\r
+      <GenerateDebugInformation>true</GenerateDebugInformation>\r
+      <SubSystem>Console</SubSystem>\r
+      <TargetMachine>MachineX86</TargetMachine>\r
+    </Link>\r
+  </ItemDefinitionGroup>\r
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
+    <ClCompile>\r
+      <Optimization>MaxSpeed</Optimization>\r
+      <IntrinsicFunctions>true</IntrinsicFunctions>\r
+      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
+      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
+      <FunctionLevelLinking>true</FunctionLevelLinking>\r
+      <PrecompiledHeader>\r
+      </PrecompiledHeader>\r
+      <WarningLevel>Level3</WarningLevel>\r
+      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
+    </ClCompile>\r
+    <Link>\r
+      <GenerateDebugInformation>true</GenerateDebugInformation>\r
+      <SubSystem>Console</SubSystem>\r
+      <OptimizeReferences>true</OptimizeReferences>\r
+      <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
+      <TargetMachine>MachineX86</TargetMachine>\r
+    </Link>\r
+  </ItemDefinitionGroup>\r
+  <ItemGroup>\r
+    <ClCompile Include="..\..\source\analyze.cpp" />\r
+    <ClCompile Include="..\..\source\apidef.cpp" />\r
+    <ClCompile Include="..\..\source\apiinc.cpp" />\r
+    <ClCompile Include="..\..\source\attini.cpp" />\r
+    <ClCompile Include="..\..\source\attisr.cpp" />\r
+    <ClCompile Include="..\..\source\crealm.cpp" />\r
+    <ClCompile Include="..\..\source\crecyc.cpp" />\r
+    <ClCompile Include="..\..\source\credtq.cpp" />\r
+    <ClCompile Include="..\..\source\creflg.cpp" />\r
+    <ClCompile Include="..\..\source\crembf.cpp" />\r
+    <ClCompile Include="..\..\source\crembx.cpp" />\r
+    <ClCompile Include="..\..\source\crempf.cpp" />\r
+    <ClCompile Include="..\..\source\cremtx.cpp" />\r
+    <ClCompile Include="..\..\source\cresem.cpp" />\r
+    <ClCompile Include="..\..\source\cretsk.cpp" />\r
+    <ClCompile Include="..\..\source\defercd.cpp" />\r
+    <ClCompile Include="..\..\source\defexc.cpp" />\r
+    <ClCompile Include="..\..\source\definh.cpp" />\r
+    <ClCompile Include="..\..\source\deftex.cpp" />\r
+    <ClCompile Include="..\..\source\dpcque.cpp" />\r
+    <ClCompile Include="..\..\source\h4acfg.cpp" />\r
+    <ClCompile Include="..\..\source\idlstk.cpp" />\r
+    <ClCompile Include="..\..\source\intstk.cpp" />\r
+    <ClCompile Include="..\..\source\knlheap.cpp" />\r
+    <ClCompile Include="..\..\source\maxtpri.cpp" />\r
+    <ClCompile Include="..\..\source\parpack.cpp" />\r
+    <ClCompile Include="..\..\source\read.cpp" />\r
+    <ClCompile Include="..\..\source\timtic.cpp" />\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <ClInclude Include="..\..\include\analyze.h" />\r
+    <ClInclude Include="..\..\include\apidef.h" />\r
+    <ClInclude Include="..\..\include\apiinc.h" />\r
+    <ClInclude Include="..\..\include\attini.h" />\r
+    <ClInclude Include="..\..\include\attisr.h" />\r
+    <ClInclude Include="..\..\include\crealm.h" />\r
+    <ClInclude Include="..\..\include\crecyc.h" />\r
+    <ClInclude Include="..\..\include\credtq.h" />\r
+    <ClInclude Include="..\..\include\creflg.h" />\r
+    <ClInclude Include="..\..\include\crembf.h" />\r
+    <ClInclude Include="..\..\include\crembx.h" />\r
+    <ClInclude Include="..\..\include\crempf.h" />\r
+    <ClInclude Include="..\..\include\cremtx.h" />\r
+    <ClInclude Include="..\..\include\cresem.h" />\r
+    <ClInclude Include="..\..\include\cretsk.h" />\r
+    <ClInclude Include="..\..\include\defercd.h" />\r
+    <ClInclude Include="..\..\include\defexc.h" />\r
+    <ClInclude Include="..\..\include\definh.h" />\r
+    <ClInclude Include="..\..\include\deftex.h" />\r
+    <ClInclude Include="..\..\include\dpcque.h" />\r
+    <ClInclude Include="..\..\include\idlstk.h" />\r
+    <ClInclude Include="..\..\include\intstk.h" />\r
+    <ClInclude Include="..\..\include\knlheap.h" />\r
+    <ClInclude Include="..\..\include\maxtmout.h" />\r
+    <ClInclude Include="..\..\include\maxtpri.h" />\r
+    <ClInclude Include="..\..\include\parpack.h" />\r
+    <ClInclude Include="..\..\include\read.h" />\r
+    <ClInclude Include="..\..\include\readcfg.h" />\r
+    <ClInclude Include="..\..\include\timtic.h" />\r
+  </ItemGroup>\r
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
+  <ImportGroup Label="ExtensionTargets">\r
+  </ImportGroup>\r
+</Project>
\ No newline at end of file
diff --git a/kernel/build/win/win32/vc2010/hosv4a.sln b/kernel/build/win/win32/vc2010/hosv4a.sln
new file mode 100755 (executable)
index 0000000..8b5f09e
--- /dev/null
@@ -0,0 +1,26 @@
+\r
+Microsoft Visual Studio Solution File, Format Version 11.00\r
+# Visual C++ Express 2010\r
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hosv4a", "hosv4a.vcxproj", "{4BF8992D-EEF4-4895-82AB-2BB59BB1A803}"\r
+EndProject\r
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "h4acfg", "..\..\..\..\..\cfgrtr\build\vc2008\h4acfg.vcxproj", "{6F535A30-2F71-4FF1-AC7F-FE5ADC7BEE0C}"\r
+EndProject\r
+Global\r
+       GlobalSection(SolutionConfigurationPlatforms) = preSolution\r
+               Debug|Win32 = Debug|Win32\r
+               Release|Win32 = Release|Win32\r
+       EndGlobalSection\r
+       GlobalSection(ProjectConfigurationPlatforms) = postSolution\r
+               {4BF8992D-EEF4-4895-82AB-2BB59BB1A803}.Debug|Win32.ActiveCfg = Debug|Win32\r
+               {4BF8992D-EEF4-4895-82AB-2BB59BB1A803}.Debug|Win32.Build.0 = Debug|Win32\r
+               {4BF8992D-EEF4-4895-82AB-2BB59BB1A803}.Release|Win32.ActiveCfg = Release|Win32\r
+               {4BF8992D-EEF4-4895-82AB-2BB59BB1A803}.Release|Win32.Build.0 = Release|Win32\r
+               {6F535A30-2F71-4FF1-AC7F-FE5ADC7BEE0C}.Debug|Win32.ActiveCfg = Debug|Win32\r
+               {6F535A30-2F71-4FF1-AC7F-FE5ADC7BEE0C}.Debug|Win32.Build.0 = Debug|Win32\r
+               {6F535A30-2F71-4FF1-AC7F-FE5ADC7BEE0C}.Release|Win32.ActiveCfg = Release|Win32\r
+               {6F535A30-2F71-4FF1-AC7F-FE5ADC7BEE0C}.Release|Win32.Build.0 = Release|Win32\r
+       EndGlobalSection\r
+       GlobalSection(SolutionProperties) = preSolution\r
+               HideSolutionNode = FALSE\r
+       EndGlobalSection\r
+EndGlobal\r
diff --git a/kernel/build/win/win32/vc2010/hosv4a.vcxproj b/kernel/build/win/win32/vc2010/hosv4a.vcxproj
new file mode 100755 (executable)
index 0000000..a1dc8c4
--- /dev/null
@@ -0,0 +1,293 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+  <ItemGroup Label="ProjectConfigurations">\r
+    <ProjectConfiguration Include="Debug|Win32">\r
+      <Configuration>Debug</Configuration>\r
+      <Platform>Win32</Platform>\r
+    </ProjectConfiguration>\r
+    <ProjectConfiguration Include="Release|Win32">\r
+      <Configuration>Release</Configuration>\r
+      <Platform>Win32</Platform>\r
+    </ProjectConfiguration>\r
+  </ItemGroup>\r
+  <PropertyGroup Label="Globals">\r
+    <ProjectGuid>{4BF8992D-EEF4-4895-82AB-2BB59BB1A803}</ProjectGuid>\r
+    <RootNamespace>hosv4a</RootNamespace>\r
+    <Keyword>Win32Proj</Keyword>\r
+  </PropertyGroup>\r
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
+    <ConfigurationType>StaticLibrary</ConfigurationType>\r
+    <CharacterSet>Unicode</CharacterSet>\r
+    <WholeProgramOptimization>true</WholeProgramOptimization>\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
+    <ConfigurationType>StaticLibrary</ConfigurationType>\r
+    <CharacterSet>Unicode</CharacterSet>\r
+  </PropertyGroup>\r
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
+  <ImportGroup Label="ExtensionSettings">\r
+  </ImportGroup>\r
+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">\r
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
+  </ImportGroup>\r
+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">\r
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
+  </ImportGroup>\r
+  <PropertyGroup Label="UserMacros" />\r
+  <PropertyGroup>\r
+    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>\r
+    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>\r
+    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>\r
+    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>\r
+    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>\r
+  </PropertyGroup>\r
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
+    <ClCompile>\r
+      <Optimization>Disabled</Optimization>\r
+      <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\arch\proc\win\win32;..\..\..\..\include\arch\irc\simple;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
+      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
+      <MinimalRebuild>true</MinimalRebuild>\r
+      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
+      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r
+      <PrecompiledHeader>\r
+      </PrecompiledHeader>\r
+      <WarningLevel>Level3</WarningLevel>\r
+      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>\r
+    </ClCompile>\r
+  </ItemDefinitionGroup>\r
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
+    <ClCompile>\r
+      <Optimization>MaxSpeed</Optimization>\r
+      <IntrinsicFunctions>true</IntrinsicFunctions>\r
+      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
+      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
+      <FunctionLevelLinking>true</FunctionLevelLinking>\r
+      <PrecompiledHeader>\r
+      </PrecompiledHeader>\r
+      <WarningLevel>Level3</WarningLevel>\r
+      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
+    </ClCompile>\r
+  </ItemDefinitionGroup>\r
+  <ItemGroup>\r
+    <ClInclude Include="..\..\..\..\include\itron.h" />\r
+    <ClInclude Include="..\..\..\..\include\kernel.h" />\r
+    <ClInclude Include="..\..\..\..\include\arch\irc\simple\irc.h" />\r
+    <ClInclude Include="..\..\..\..\include\arch\irc\simple\ircatr.h" />\r
+    <ClInclude Include="..\..\..\..\include\arch\proc\win\win32\proc.h" />\r
+    <ClInclude Include="..\..\..\..\include\arch\proc\win\win32\procatr.h" />\r
+    <ClInclude Include="..\..\..\..\include\core\adtq.h" />\r
+    <ClInclude Include="..\..\..\..\include\core\basetyp.h" />\r
+    <ClInclude Include="..\..\..\..\include\core\chkptr.h" />\r
+    <ClInclude Include="..\..\..\..\include\core\cmpl.h" />\r
+    <ClInclude Include="..\..\..\..\include\core\core.h" />\r
+    <ClInclude Include="..\..\..\..\include\core\dpc.h" />\r
+    <ClInclude Include="..\..\..\..\include\core\dsp.h" />\r
+    <ClInclude Include="..\..\..\..\include\core\hep.h" />\r
+    <ClInclude Include="..\..\..\..\include\core\objhdl.h" />\r
+    <ClInclude Include="..\..\..\..\include\core\objid.h" />\r
+    <ClInclude Include="..\..\..\..\include\core\que.h" />\r
+    <ClInclude Include="..\..\..\..\include\core\rdq.h" />\r
+    <ClInclude Include="..\..\..\..\include\core\sys.h" />\r
+    <ClInclude Include="..\..\..\..\include\core\tim.h" />\r
+    <ClInclude Include="..\..\..\..\include\core\tmq.h" />\r
+    <ClInclude Include="..\..\..\..\include\core\toq.h" />\r
+    <ClInclude Include="..\..\..\..\include\config\cfgerr.h" />\r
+    <ClInclude Include="..\..\..\..\include\config\cfghok.h" />\r
+    <ClInclude Include="..\..\..\..\include\config\cfgknl.h" />\r
+    <ClInclude Include="..\..\..\..\include\config\cfgsys.h" />\r
+    <ClInclude Include="..\..\..\..\include\object\cycobj.h" />\r
+    <ClInclude Include="..\..\..\..\include\object\dtqobj.h" />\r
+    <ClInclude Include="..\..\..\..\include\object\flgobj.h" />\r
+    <ClInclude Include="..\..\..\..\include\object\inhobj.h" />\r
+    <ClInclude Include="..\..\..\..\include\object\isrobj.h" />\r
+    <ClInclude Include="..\..\..\..\include\object\mbxobj.h" />\r
+    <ClInclude Include="..\..\..\..\include\object\mpfobj.h" />\r
+    <ClInclude Include="..\..\..\..\include\object\mtxobj.h" />\r
+    <ClInclude Include="..\..\..\..\include\object\semobj.h" />\r
+    <ClInclude Include="..\..\..\..\include\object\tskobj.h" />\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <ClCompile Include="..\..\..\..\source\object\cyc\acre_cyc.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\cyc\cre_cyc.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\cyc\kcre_cyc.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\cyc\kcyc_hdr.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\cyc\sta_cyc.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\cyc\stp_cyc.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\dtq\acre_dtq.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\dtq\cre_dtq.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\dtq\del_dtq.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\dtq\fsnd_dtq.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\dtq\ipsnd_dt.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\dtq\kcre_dtq.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\dtq\prcv_dtq.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\dtq\psnd_dtq.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\dtq\rcv_dtq.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\dtq\snd_dtq.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\dtq\trcv_dtq.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\dtq\tsnd_dtq.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\acre_tsk.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\act_tsk.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\can_act.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\can_wup.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\chg_pri.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\cre_tsk.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\def_tex.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\del_tsk.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\dly_tsk.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\ena_tex.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\exd_tsk.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\ext_tsk.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\frsm_tsk.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\get_pri.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\iact_tsk.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\irel_wai.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\iwup_tsk.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\kchg_pri.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\kcre_tsk.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\kexe_tex.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\ras_tex.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\ref_tsk.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\ref_tst.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\rel_wai.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\rsm_tsk.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\slp_tsk.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\sta_tsk.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\sus_tsk.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\tcb2id.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\ter_tsk.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\tget_que.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tsk\wup_tsk.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\flg\acre_flg.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\flg\clr_flg.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\flg\cre_flg.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\flg\del_flg.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\flg\iset_flg.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\flg\kchk_flg.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\flg\kcre_flg.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\flg\pol_flg.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\flg\ref_flg.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\flg\set_flg.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\flg\twai_flg.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\flg\wai_flg.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\mpf\acre_mpf.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\mpf\get_mpf.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\mpf\kcre_mpf.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\mpf\pget_mpf.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\mpf\rel_mpf.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\mpf\tget_mpf.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\mtx\acre_mtx.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\mtx\cre_mtx.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\mtx\del_mtx.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\mtx\kadd_mtx.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\mtx\kcre_mtx.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\mtx\krmv_mtx.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\mtx\loc_mtx.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\mtx\ploc_mtx.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\mtx\tloc_mtx.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\mtx\unl_mtx.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\sem\acre_sem.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\sem\cre_sem.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\sem\del_sem.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\sem\isig_sem.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\sem\kcre_sem.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\sem\pol_sem.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\sem\ref_sem.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\sem\sig_sem.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\sem\twai_sem.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\sem\wai_sem.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\sys\dis_dsp.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\sys\ena_dsp.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\sys\get_tid.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\sys\loc_cpu.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\sys\sns_ctx.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\sys\sns_dsp.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\sys\sns_loc.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\sys\sta_knl.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\sys\unl_cpu.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tim\get_tim.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tim\isig_tim.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\tim\set_tim.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\inh\def_inh.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\inh\end_inh.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\inh\exe_inh.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\inh\sta_inh.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\isr\acre_isr.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\isr\del_isr.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\isr\exe_isr.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\isr\kcre_isr.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\mbx\acre_mbx.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\mbx\kadd_msq.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\mbx\kadf_msg.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\mbx\kadp_msg.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\mbx\kcre_mbx.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\mbx\krmf_msg.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\mbx\krmp_msg.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\mbx\krmv_msq.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\mbx\rcv_mbx.c" />\r
+    <ClCompile Include="..\..\..\..\source\object\mbx\snd_mbx.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\adtq\frcv_adq.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\adtq\fsnd_adq.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\adtq\rcv_adq.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\adtq\reff_adq.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\adtq\refs_adq.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\adtq\snd_adq.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\dpc\exe_dpc.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\dpc\ini_dpc.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\dpc\req_dpc.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\dsp\dsp_ext.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\dsp\dsp_rsm.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\dsp\dsp_sta.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\dsp\dsp_sus.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\dsp\dsp_ter.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\dsp\dsp_tsk.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\dsp\dsp_wai.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\dsp\dsp_wup.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\dsp\ent_tsk.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\dsp\idl_lop.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\hep\alc_hep.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\hep\cre_hep.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\hep\fre_hep.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\que\add_que.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\que\adf_que.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\que\adp_que.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\que\nxt_que.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\que\rmh_que.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\que\rmv_que.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\que\rot_que.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\que\trm_que.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\rdq\add_rdq.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\rdq\cre_rdq.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\rdq\del_rdq.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\rdq\ref_rdq.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\rdq\rmh_rdq.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\rdq\rmv_rdq.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\tim\sig_tim.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\tmq\add_tmq.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\tmq\rmv_tmq.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\tmq\sig_tmq.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\toq\add_toq.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\toq\rmv_toq.c" />\r
+    <ClCompile Include="..\..\..\..\source\core\toq\sig_toq.c" />\r
+    <ClCompile Include="..\..\..\..\source\arch\proc\win\win32\kcre_ctx.c" />\r
+    <ClCompile Include="..\..\..\..\source\arch\proc\win\win32\kdis_int.c" />\r
+    <ClCompile Include="..\..\..\..\source\arch\proc\win\win32\kena_int.c" />\r
+    <ClCompile Include="..\..\..\..\source\arch\proc\win\win32\kini_prc.c" />\r
+    <ClCompile Include="..\..\..\..\source\arch\proc\win\win32\krst_ctx.c" />\r
+    <ClCompile Include="..\..\..\..\source\arch\proc\win\win32\ksta_ctx.c" />\r
+    <ClCompile Include="..\..\..\..\source\arch\proc\win\win32\kswi_ctx.c" />\r
+    <ClCompile Include="..\..\..\..\source\arch\proc\win\win32\kwai_int.c" />\r
+    <ClCompile Include="..\..\..\..\source\arch\proc\win\win32\val_int.c" />\r
+    <ClCompile Include="..\..\..\..\source\arch\proc\win\win32\vsig_int.c" />\r
+    <ClCompile Include="..\..\..\..\source\arch\irc\simple\chg_ilv.c" />\r
+    <ClCompile Include="..\..\..\..\source\arch\irc\simple\chg_imsk.c" />\r
+    <ClCompile Include="..\..\..\..\source\arch\irc\simple\clr_int.c" />\r
+    <ClCompile Include="..\..\..\..\source\arch\irc\simple\dis_int.c" />\r
+    <ClCompile Include="..\..\..\..\source\arch\irc\simple\ena_int.c" />\r
+    <ClCompile Include="..\..\..\..\source\arch\irc\simple\get_ilv.c" />\r
+    <ClCompile Include="..\..\..\..\source\arch\irc\simple\get_imsk.c" />\r
+  </ItemGroup>\r
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
+  <ImportGroup Label="ExtensionTargets">\r
+  </ImportGroup>\r
+</Project>
\ No newline at end of file