diff --git a/build/vc2019/nana.sln b/build/vc2019/nana.sln
new file mode 100644
index 00000000..d01415ee
--- /dev/null
+++ b/build/vc2019/nana.sln
@@ -0,0 +1,28 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+VisualStudioVersion = 15.0.26228.4
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nana", "nana.vcxproj", "{42D0520F-EFA5-4831-84FE-2B9085301C5D}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|x64 = Debug|x64
+ Debug|x86 = Debug|x86
+ Release|x64 = Release|x64
+ Release|x86 = Release|x86
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {42D0520F-EFA5-4831-84FE-2B9085301C5D}.Debug|x64.ActiveCfg = Debug|x64
+ {42D0520F-EFA5-4831-84FE-2B9085301C5D}.Debug|x64.Build.0 = Debug|x64
+ {42D0520F-EFA5-4831-84FE-2B9085301C5D}.Debug|x86.ActiveCfg = Debug|Win32
+ {42D0520F-EFA5-4831-84FE-2B9085301C5D}.Debug|x86.Build.0 = Debug|Win32
+ {42D0520F-EFA5-4831-84FE-2B9085301C5D}.Release|x64.ActiveCfg = Release|x64
+ {42D0520F-EFA5-4831-84FE-2B9085301C5D}.Release|x64.Build.0 = Release|x64
+ {42D0520F-EFA5-4831-84FE-2B9085301C5D}.Release|x86.ActiveCfg = Release|Win32
+ {42D0520F-EFA5-4831-84FE-2B9085301C5D}.Release|x86.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/build/vc2019/nana.vcxproj b/build/vc2019/nana.vcxproj
new file mode 100644
index 00000000..34b0b29d
--- /dev/null
+++ b/build/vc2019/nana.vcxproj
@@ -0,0 +1,316 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ x64
+
+
+
+ 15.0
+ {42D0520F-EFA5-4831-84FE-2B9085301C5D}
+ Win32Proj
+ nana
+
+
+
+ StaticLibrary
+ true
+ v142
+ Unicode
+
+
+ StaticLibrary
+ false
+ v142
+ true
+ Unicode
+
+
+ StaticLibrary
+ true
+ v142
+ Unicode
+
+
+ StaticLibrary
+ false
+ v142
+ true
+ Unicode
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ..\..\include;$(IncludePath)
+ ../bin/
+ ..\..\..\temp\$(ProjectName)\$(PlatformToolset)_$(Configuration)_$(PlatformShortName)\
+ $(ProjectName)_$(PlatformToolset)_$(Configuration)_$(PlatformShortName)
+
+
+ ..\..\include;$(IncludePath)
+ ../bin/
+ ..\..\..\temp\$(ProjectName)\$(PlatformToolset)_$(Configuration)_$(PlatformShortName)\
+ $(ProjectName)_$(PlatformToolset)_$(Configuration)_$(PlatformShortName)
+
+
+ ../bin/
+ ..\..\..\temp\$(ProjectName)\$(PlatformToolset)_$(Configuration)_$(PlatformShortName)\
+ $(ProjectName)_$(PlatformToolset)_$(Configuration)_$(PlatformShortName)
+ ..\..\include;$(IncludePath)
+
+
+ ../bin/
+ ..\..\..\temp\$(ProjectName)\$(PlatformToolset)_$(Configuration)_$(PlatformShortName)\
+ $(ProjectName)_$(PlatformToolset)_$(Configuration)_$(PlatformShortName)
+ ..\..\include;$(IncludePath)
+
+
+
+
+
+ Level3
+ Disabled
+ WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)
+ MultiThreadedDebug
+ true
+ stdcpplatest
+
+
+ Windows
+
+
+
+
+
+
+ Level3
+ Disabled
+ _DEBUG;_LIB;%(PreprocessorDefinitions)
+ MultiThreadedDebug
+ true
+ stdcpplatest
+
+
+ Windows
+
+
+
+
+ Level3
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)
+ MultiThreaded
+ true
+ stdcpplatest
+
+
+ Windows
+ true
+ true
+
+
+
+
+ Level3
+
+
+ MaxSpeed
+ true
+ true
+ NDEBUG;_LIB;%(PreprocessorDefinitions)
+ MultiThreaded
+ true
+ stdcpplatest
+
+
+ Windows
+ true
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/build/vc2019/nana.vcxproj.filters b/build/vc2019/nana.vcxproj.filters
new file mode 100644
index 00000000..4923833d
--- /dev/null
+++ b/build/vc2019/nana.vcxproj.filters
@@ -0,0 +1,489 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {81850bad-7436-405a-beb5-357c5e34f039}
+
+
+ {44582b36-4575-4663-ac02-e80417f95d05}
+
+
+ {b7e3cdb7-99ac-473d-86c8-53dddce70480}
+
+
+ {02fa693c-edc1-4e04-bf1d-ec3c2a89182a}
+
+
+ {cffe7506-b96c-42aa-a747-41b5115d9580}
+
+
+ {b6b2c032-c6a4-4884-8c14-eca4aa69ef0c}
+
+
+ {58f2e0f8-4d63-40db-807d-d7adf71c4ebe}
+
+
+ {f288a25d-3ce8-4c2e-a86f-9aeda44bc557}
+
+
+ {90b2da01-605d-489b-b6c5-2af8d3c2d8a6}
+
+
+ {430feed0-e1d9-45cb-8d59-e1a48a04d19f}
+
+
+ {dcf62634-a658-453b-a58d-f1a96a12a8b8}
+
+
+ {c1cdf46a-519f-422a-947f-39e173045414}
+
+
+ {d68bd89c-170f-445f-b79f-aa03c881ab6b}
+
+
+ {a5d87649-2cd1-4a8f-a1f9-7151eaf6c772}
+
+
+ {0e6a58ab-652c-45d7-b9aa-8d9f2fa80ea1}
+
+
+
+
+ Sources
+
+
+ Sources
+
+
+ Sources
+
+
+ Sources
+
+
+ Sources
+
+
+ Sources
+
+
+ Sources
+
+
+ Sources
+
+
+ Sources\audio\detail
+
+
+ Sources\audio\detail
+
+
+ Sources\audio\detail
+
+
+ Sources\audio
+
+
+ Sources\detail
+
+
+ Sources\filesystem
+
+
+ Sources\gui\detail
+
+
+ Sources\gui\detail
+
+
+ Sources\gui\detail
+
+
+ Sources\gui\detail
+
+
+ Sources\gui\detail
+
+
+ Sources\gui\detail
+
+
+ Sources\gui\detail
+
+
+ Sources\gui\detail
+
+
+ Sources\gui\detail
+
+
+ Sources\gui\detail
+
+
+ Sources\gui\widgets\skeletons
+
+
+ Sources\gui\widgets\skeletons
+
+
+ Sources\gui\widgets
+
+
+ Sources\gui\widgets
+
+
+ Sources\gui\widgets
+
+
+ Sources\gui\widgets
+
+
+ Sources\gui\widgets
+
+
+ Sources\gui\widgets
+
+
+ Sources\gui\widgets
+
+
+ Sources\gui\widgets
+
+
+ Sources\gui\widgets
+
+
+ Sources\gui\widgets
+
+
+ Sources\gui\widgets
+
+
+ Sources\gui\widgets
+
+
+ Sources\gui\widgets
+
+
+ Sources\gui\widgets
+
+
+ Sources\gui\widgets
+
+
+ Sources\gui\widgets
+
+
+ Sources\gui\widgets
+
+
+ Sources\gui\widgets
+
+
+ Sources\gui\widgets
+
+
+ Sources\gui\widgets
+
+
+ Sources\gui\widgets
+
+
+ Sources\gui\widgets
+
+
+ Sources\gui\widgets
+
+
+ Sources\paint\detail
+
+
+ Sources\paint\detail
+
+
+ Sources\paint
+
+
+ Sources\paint
+
+
+ Sources\paint
+
+
+ Sources\paint
+
+
+ Sources\paint
+
+
+ Sources\system
+
+
+ Sources\system
+
+
+ Sources\system
+
+
+ Sources\system
+
+
+ Sources\threads
+
+
+ Sources\detail
+
+
+ Sources\gui
+
+
+ Sources\gui
+
+
+ Sources\gui
+
+
+ Sources\gui
+
+
+ Sources\gui
+
+
+ Sources\gui
+
+
+ Sources\gui
+
+
+ Sources\gui
+
+
+ Sources\gui
+
+
+ Sources\gui
+
+
+ Sources\gui
+
+
+ Sources\gui
+
+
+ Sources\gui
+
+
+ Sources\gui
+
+
+ Sources\gui
+
+
+ Sources\gui
+
+
+ Sources\gui
+
+
+ Sources\gui
+
+
+
+
+ Include\gui\widgets
+
+
+ Include\gui\widgets
+
+
+ Include\gui\widgets
+
+
+ Include\gui\widgets
+
+
+ Include\gui\widgets
+
+
+ Include\gui\widgets
+
+
+ Include\gui\widgets
+
+
+ Include\gui\widgets
+
+
+ Include\gui\widgets
+
+
+ Include\gui\widgets
+
+
+ Include\gui\widgets
+
+
+ Include\gui\widgets
+
+
+ Include\gui\widgets
+
+
+ Include\gui\widgets
+
+
+ Include\gui\widgets
+
+
+ Include\gui\widgets
+
+
+ Include\gui\widgets
+
+
+ Include\gui\widgets
+
+
+ Include\gui\widgets
+
+
+ Include\gui\widgets
+
+
+ Include\gui\widgets
+
+
+ Include\gui\widgets
+
+
+ Include\gui\widgets
+
+
+ Include\gui
+
+
+ Include\gui
+
+
+ Include\gui
+
+
+ Include\gui
+
+
+ Include\gui
+
+
+ Include\gui
+
+
+ Include\gui
+
+
+ Include\gui
+
+
+ Include\gui
+
+
+ Include\gui
+
+
+ Include\gui
+
+
+ Include\gui
+
+
+ Include\gui
+
+
+ Include\gui
+
+
+ Include\gui
+
+
+ Include\gui
+
+
+ Include\gui
+
+
+ Include
+
+
+ Include
+
+
+ Include
+
+
+ Include
+
+
+ Include
+
+
+ Include
+
+
+ Include
+
+
+ Include
+
+
+ Include
+
+
+ Include
+
+
+ Include
+
+
+ Include
+
+
+ Include
+
+
+ Include
+
+
+ Include
+
+
+ Include
+
+
+ Include
+
+
+ Include
+
+
+ Include
+
+
+ Include
+
+
+ Include\gui
+
+
+
+
+ Include
+
+
+ Include
+
+
+
\ No newline at end of file