Skip to content

Commit

Permalink
Delete unnecessary resource file.
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Lorenz <[email protected]>
  • Loading branch information
etas-lorenz committed Apr 14, 2012
1 parent ae9d3a7 commit 8da8352
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ BEGIN
"#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
"LANGUAGE 9, 1\r\n"
"#pragma code_page(1252)\r\n"
"#include ""res\\FormatConverter.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
"#include ""afxres.rc"" // Standard components\r\n"
"#endif\r\n"
"\0"
Expand Down Expand Up @@ -198,7 +197,6 @@ END
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
LANGUAGE 9, 1
#pragma code_page(1252)
#include "res\FormatConverter.rc2" // non-Microsoft Visual C++ edited resources
#include "afxres.rc" // Standard components
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,10 +293,6 @@
RelativePath=".\FormatConverter.rc"
>
</File>
<File
RelativePath=".\res\FormatConverter.rc2"
>
</File>
</Filter>
<File
RelativePath=".\ReadMe.txt"
Expand Down
5 changes: 0 additions & 5 deletions Sources/Format Converter/FormatConverterApp/ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ res\FormatConverter.ico
This is an icon file, which is used as the application's icon. This
icon is included by the main resource file FormatConverter.rc.

res\FormatConverter.rc2
This file contains resources that are not edited by Microsoft
Visual C++. You should place all resources not editable by
the resource editor in this file.


/////////////////////////////////////////////////////////////////////////////

Expand Down

This file was deleted.

0 comments on commit 8da8352

Please sign in to comment.