Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Side by Side Diff: experimental/visual_studio_plugin/src/NaClVsx.DebugHelpers/app.rc

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Microsoft Visual C++ generated resource script.
2 //
3 #include "resource.h"
4
5 #define APSTUDIO_READONLY_SYMBOLS
6
7 /////////////////////////////////////////////////////////////////////////////
8 #undef APSTUDIO_READONLY_SYMBOLS
9
10 /////////////////////////////////////////////////////////////////////////////
11 // English (U.S.) resources
12
13
14 /////////////////////////////////////////////////////////////////////////////
15 //
16 // Icon
17 //
18
19 // Icon placed first or with lowest ID value becomes application icon
20
21 LANGUAGE 9, 1
22 #pragma code_page(1252)
23 1 ICON "app.ico"
24
25 #ifdef APSTUDIO_INVOKED
26 /////////////////////////////////////////////////////////////////////////////
27 //
28 // TEXTINCLUDE
29 //
30
31 1 TEXTINCLUDE
32 BEGIN
33 "resource.h\0"
34 "\0"
35 END
36
37 2 TEXTINCLUDE
38 BEGIN
39 "#include ""afxres.h""\r\n"
40 "\0"
41 END
42
43 3 TEXTINCLUDE
44 BEGIN
45 "\0"
46 END
47
48 #endif // APSTUDIO_INVOKED
49
50 /////////////////////////////////////////////////////////////////////////////
51
52
53
54 #ifndef APSTUDIO_INVOKED
55 /////////////////////////////////////////////////////////////////////////////
56 //
57 // Generated from the TEXTINCLUDE 3 resource.
58 //
59
60
61 /////////////////////////////////////////////////////////////////////////////
62 #endif // not APSTUDIO_INVOKED
63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698