mirror of https://github.com/stella-emu/stella.git
Add fonts to Visual Studio project file.
This commit is contained in:
parent
bf3b90cbd8
commit
9ab2c435e5
|
@ -1260,6 +1260,9 @@
|
|||
<ClInclude Include="..\gui\R77HelpDialog.hxx" />
|
||||
<ClInclude Include="..\gui\RadioButtonWidget.hxx" />
|
||||
<ClInclude Include="..\gui\SnapshotDialog.hxx" />
|
||||
<ClInclude Include="..\gui\Stella12x24tFont.hxx" />
|
||||
<ClInclude Include="..\gui\Stella14x28tFont.hxx" />
|
||||
<ClInclude Include="..\gui\Stella16x32tFont.hxx" />
|
||||
<ClInclude Include="..\gui\StellaSettingsDialog.hxx" />
|
||||
<ClInclude Include="..\gui\TimeLineWidget.hxx" />
|
||||
<ClInclude Include="..\gui\TimeMachine.hxx" />
|
||||
|
|
|
@ -2054,6 +2054,15 @@
|
|||
<ClInclude Include="..\gui\MessageDialog.hxx">
|
||||
<Filter>Header Files\gui</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\gui\Stella12x24tFont.hxx">
|
||||
<Filter>Header Files\gui</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\gui\Stella14x28tFont.hxx">
|
||||
<Filter>Header Files\gui</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\gui\Stella16x32tFont.hxx">
|
||||
<Filter>Header Files\gui</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="stella.ico">
|
||||
|
|
Loading…
Reference in New Issue