diff options
author | rans | 2004-08-26 16:57:41 +0000 |
---|---|---|
committer | rans | 2004-08-26 16:57:41 +0000 |
commit | 24339ea4d5b15c1a61ada7b9ea8a935ddfc76dce (patch) | |
tree | 0d812e8ba18287285a80f68f09cc35938348b4b4 /csoapserver/app.rc | |
parent | 5dca2c3c0205d576ac59a0e52bdeb4fb56abf9b9 (diff) | |
download | csoap-24339ea4d5b15c1a61ada7b9ea8a935ddfc76dce.tar.gz csoap-24339ea4d5b15c1a61ada7b9ea8a935ddfc76dce.tar.bz2 |
CSoapServer
Diffstat (limited to 'csoapserver/app.rc')
-rw-r--r-- | csoapserver/app.rc | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/csoapserver/app.rc b/csoapserver/app.rc new file mode 100644 index 0000000..6be44ad --- /dev/null +++ b/csoapserver/app.rc @@ -0,0 +1,52 @@ +// Microsoft Visual C++ generated resource script. +// +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// English (U.S.) resources + + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon placed first or with lowest ID value becomes application icon + +LANGUAGE 9, 1 +#pragma code_page(1252) +1 ICON "app.ico" + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.h\0" + "\0" +END + +#endif // APSTUDIO_INVOKED + +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + |