Skip to content

Commit

Permalink
Create NanaBox.Configuration.Parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Nov 19, 2024
1 parent d97c818 commit 8fadd5c
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
11 changes: 11 additions & 0 deletions NanaBox/NanaBox.Configuration.Parser.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
* PROJECT: Mouri Internal Library Essentials
* FILE: NanaBox.Configuration.Parser.cpp
* PURPOSE: Implementation for Virtual Machine Configuration Parser
*
* LICENSE: The MIT License
*
* MAINTAINER: MouriNaruto ([email protected])
*/

#include "NanaBox.Configuration.Parser.h"
21 changes: 21 additions & 0 deletions NanaBox/NanaBox.Configuration.Parser.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
* PROJECT: Mouri Internal Library Essentials
* FILE: NanaBox.Configuration.Parser.h
* PURPOSE: Definition for Virtual Machine Configuration Parser
*
* LICENSE: The MIT License
*
* MAINTAINER: MouriNaruto ([email protected])
*/

#ifndef NANABOX_CONFIGURATION_PARSER
#define NANABOX_CONFIGURATION_PARSER

#include <NanaBox.Configuration.Specification.h>

namespace NanaBox
{

}

#endif // !NANABOX_CONFIGURATION_PARSER
2 changes: 2 additions & 0 deletions NanaBox/NanaBox.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<DependentUpon>MessagePage.xaml</DependentUpon>
<SubType>Code</SubType>
</ClCompile>
<ClCompile Include="NanaBox.Configuration.Parser.cpp" />
<ClCompile Include="NanaBox.cpp" />
<ClCompile Include="NewVirtualHardDiskPage.cpp">
<DependentUpon>NewVirtualHardDiskPage.xaml</DependentUpon>
Expand Down Expand Up @@ -156,6 +157,7 @@
<SubType>Code</SubType>
</ClInclude>
<ClInclude Include="ConfigurationManager.h" />
<ClInclude Include="NanaBox.Configuration.Parser.h" />
<ClInclude Include="NanaBox.Configuration.Specification.h" />
<ClInclude Include="HostCompute.h" />
<ClInclude Include="MainWindow.h" />
Expand Down

0 comments on commit 8fadd5c

Please sign in to comment.