mirror of https://github.com/stella-emu/stella.git
Updated VS project for Logger class.
This commit is contained in:
parent
51f38840e0
commit
ff5d2f5b96
|
@ -376,6 +376,7 @@
|
|||
<ClCompile Include="..\common\FpsMeter.cxx" />
|
||||
<ClCompile Include="..\common\FrameBufferSDL2.cxx" />
|
||||
<ClCompile Include="..\common\FSNodeZIP.cxx" />
|
||||
<ClCompile Include="..\common\Logger.cxx" />
|
||||
<ClCompile Include="..\common\main.cxx" />
|
||||
<ClCompile Include="..\common\MouseControl.cxx" />
|
||||
<ClCompile Include="..\common\PhysicalJoystick.cxx" />
|
||||
|
@ -1071,6 +1072,7 @@
|
|||
<ClInclude Include="..\common\FSNodeFactory.hxx" />
|
||||
<ClInclude Include="..\common\FSNodeZIP.hxx" />
|
||||
<ClInclude Include="..\common\LinkedObjectPool.hxx" />
|
||||
<ClInclude Include="..\common\Logger.hxx" />
|
||||
<ClInclude Include="..\common\MediaFactory.hxx" />
|
||||
<ClInclude Include="..\common\MouseControl.hxx" />
|
||||
<ClInclude Include="..\common\PhysicalJoystick.hxx" />
|
||||
|
|
|
@ -969,6 +969,9 @@
|
|||
<ClCompile Include="..\common\repository\KeyValueRepositoryConfigfile.cxx">
|
||||
<Filter>Source Files\repository</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\common\Logger.cxx">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\common\bspf.hxx">
|
||||
|
@ -1982,6 +1985,9 @@
|
|||
<ClInclude Include="..\common\repository\KeyValueRepositoryNoop.hxx">
|
||||
<Filter>Header Files\repository</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\common\Logger.hxx">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="stella.ico">
|
||||
|
|
Loading…
Reference in New Issue