Nuke unused resource files

This commit is contained in:
toehead2001 2015-11-11 01:35:22 -07:00
parent 53aa2faf3b
commit d742934018
12 changed files with 3 additions and 33 deletions

View File

@ -39,9 +39,9 @@
<StackReserveSize>1</StackReserveSize>
<DataExecutionPrevention>false</DataExecutionPrevention>
</Link>
<Manifest>
<Manifest>
<EnableDPIAwareness>true</EnableDPIAwareness>
</Manifest>
</Manifest>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="Logging.cpp" />
@ -159,12 +159,7 @@
</ClCompile>
</ItemGroup>
<ItemGroup>
<Image Include="User Interface\Bitmaps\AboutScreenBottom.bmp" />
<Image Include="User Interface\Bitmaps\AboutScreenLogo.bmp" />
<Image Include="User Interface\Bitmaps\AboutScreenMiddle.bmp" />
<Image Include="User Interface\Bitmaps\AboutScreenTop.bmp" />
<Image Include="User Interface\Bitmaps\LangOK.bmp" />
<Image Include="User Interface\Bitmaps\LangOK_down.bmp" />
<Image Include="User Interface\Icons\left.ico" />
<Image Include="User Interface\Bitmaps\ListItems.bmp" />
<Image Include="User Interface\Icons\PJ64.ICO" />
@ -322,4 +317,4 @@
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
</Project>
</Project>

View File

@ -422,21 +422,6 @@
</ClCompile>
</ItemGroup>
<ItemGroup>
<Image Include="User Interface\Bitmaps\AboutScreenBottom.bmp">
<Filter>Resource Files</Filter>
</Image>
<Image Include="User Interface\Bitmaps\AboutScreenMiddle.bmp">
<Filter>Resource Files</Filter>
</Image>
<Image Include="User Interface\Bitmaps\AboutScreenTop.bmp">
<Filter>Resource Files</Filter>
</Image>
<Image Include="User Interface\Bitmaps\LangOK.bmp">
<Filter>Resource Files</Filter>
</Image>
<Image Include="User Interface\Bitmaps\LangOK_down.bmp">
<Filter>Resource Files</Filter>
</Image>
<Image Include="User Interface\Icons\left.ico">
<Filter>Resource Files</Filter>
</Image>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

View File

@ -888,11 +888,6 @@ END
IDB_TRI_STATE BITMAP "Bitmaps\\tri-state.bmp"
IDB_LISTITEMS BITMAP "Bitmaps\\ListItems.bmp"
IDB_ABOUT_LOGO BITMAP "Bitmaps\\AboutScreenLogo.bmp"
IDB_ABOUT_TOP BITMAP "Bitmaps\\AboutScreenTop.bmp"
IDB_ABOUT_BOTTOM BITMAP "Bitmaps\\AboutScreenBottom.bmp"
IDB_ABOUT_MIDDLE BITMAP "Bitmaps\\AboutScreenMiddle.bmp"
IDB_LANG_OK BITMAP "Bitmaps\\LangOK.bmp"
IDB_LANG_OK_DOWN BITMAP "Bitmaps\\LangOK_down.bmp"
/////////////////////////////////////////////////////////////////////////////
//

View File

@ -36,12 +36,7 @@
#define IDD_About_Ini 143
#define IDB_ABOUT_LOGO 143
#define IDD_Settings_General 144
#define IDB_ABOUT_TOP 144
#define IDD_Settings_Accelerator 145
#define IDB_ABOUT_BOTTOM 145
#define IDB_ABOUT_MIDDLE 146
#define IDB_LANG_OK 147
#define IDB_LANG_OK_DOWN 148
#define IDD_Settings_Config 149
#define IDR_POPUP 155
#define IDR_CHEAT_MENU 160