New configuration namespace

This commit is contained in:
Ryan Houdek
2016-01-14 16:36:11 -06:00
committed by Léo Lam
parent f7a09c41a1
commit 8360e358ee
5 changed files with 653 additions and 0 deletions

View File

@ -123,6 +123,7 @@
<ClInclude Include="NandPaths.h" />
<ClInclude Include="Network.h" />
<ClInclude Include="NonCopyable.h" />
<ClInclude Include="Config.h" />
<ClInclude Include="PcapFile.h" />
<ClInclude Include="Profiler.h" />
<ClInclude Include="ScopeGuard.h" />
@ -172,6 +173,7 @@
<ClCompile Include="MsgHandler.cpp" />
<ClCompile Include="NandPaths.cpp" />
<ClCompile Include="Network.cpp" />
<ClCompile Include="Config.cpp" />
<ClCompile Include="PcapFile.cpp" />
<ClCompile Include="Profiler.cpp" />
<ClCompile Include="SDCardUtil.cpp" />