Updated VS project for Logger class.

This commit is contained in:
Stephen Anthony 2019-05-01 19:09:27 -02:30
parent 51f38840e0
commit ff5d2f5b96
2 changed files with 8 additions and 0 deletions

View File

@ -376,6 +376,7 @@
<ClCompile Include="..\common\FpsMeter.cxx" /> <ClCompile Include="..\common\FpsMeter.cxx" />
<ClCompile Include="..\common\FrameBufferSDL2.cxx" /> <ClCompile Include="..\common\FrameBufferSDL2.cxx" />
<ClCompile Include="..\common\FSNodeZIP.cxx" /> <ClCompile Include="..\common\FSNodeZIP.cxx" />
<ClCompile Include="..\common\Logger.cxx" />
<ClCompile Include="..\common\main.cxx" /> <ClCompile Include="..\common\main.cxx" />
<ClCompile Include="..\common\MouseControl.cxx" /> <ClCompile Include="..\common\MouseControl.cxx" />
<ClCompile Include="..\common\PhysicalJoystick.cxx" /> <ClCompile Include="..\common\PhysicalJoystick.cxx" />
@ -1071,6 +1072,7 @@
<ClInclude Include="..\common\FSNodeFactory.hxx" /> <ClInclude Include="..\common\FSNodeFactory.hxx" />
<ClInclude Include="..\common\FSNodeZIP.hxx" /> <ClInclude Include="..\common\FSNodeZIP.hxx" />
<ClInclude Include="..\common\LinkedObjectPool.hxx" /> <ClInclude Include="..\common\LinkedObjectPool.hxx" />
<ClInclude Include="..\common\Logger.hxx" />
<ClInclude Include="..\common\MediaFactory.hxx" /> <ClInclude Include="..\common\MediaFactory.hxx" />
<ClInclude Include="..\common\MouseControl.hxx" /> <ClInclude Include="..\common\MouseControl.hxx" />
<ClInclude Include="..\common\PhysicalJoystick.hxx" /> <ClInclude Include="..\common\PhysicalJoystick.hxx" />

View File

@ -969,6 +969,9 @@
<ClCompile Include="..\common\repository\KeyValueRepositoryConfigfile.cxx"> <ClCompile Include="..\common\repository\KeyValueRepositoryConfigfile.cxx">
<Filter>Source Files\repository</Filter> <Filter>Source Files\repository</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\common\Logger.cxx">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="..\common\bspf.hxx"> <ClInclude Include="..\common\bspf.hxx">
@ -1982,6 +1985,9 @@
<ClInclude Include="..\common\repository\KeyValueRepositoryNoop.hxx"> <ClInclude Include="..\common\repository\KeyValueRepositoryNoop.hxx">
<Filter>Header Files\repository</Filter> <Filter>Header Files\repository</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\common\Logger.hxx">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="stella.ico"> <None Include="stella.ico">