~mandel/ubuntuone-windows-installer/fix_null_pointer_start

« back to all changes in this revision

Viewing changes to tools/Nant/examples/Solution/cpp/WinForms/app.rc

  • Committer: Manuel de la Pena
  • Date: 2010-07-08 13:22:59 UTC
  • Revision ID: mandel@themacaque.com-20100708132259-y1jgyuyqfe9stt8u
Updated build script to run tests and added all the required tools so far.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
#endif    // APSTUDIO_INVOKED
 
38
 
 
39
/////////////////////////////////////////////////////////////////////////////
 
40
 
 
41
 
 
42
 
 
43
#ifndef APSTUDIO_INVOKED
 
44
/////////////////////////////////////////////////////////////////////////////
 
45
//
 
46
// Generated from the TEXTINCLUDE 3 resource.
 
47
//
 
48
 
 
49
 
 
50
/////////////////////////////////////////////////////////////////////////////
 
51
#endif    // not APSTUDIO_INVOKED
 
52