blob: 42a18cdf3d5e8688a085f2ec14d64c8cc715c7c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
#include "winres.h"
#include "verrsrc.h"
#include "version.h"
#undef APSTUDIO_READONLY_SYMBOLS
#ifdef APSTUDIO_INVOKED
# error Don't open this in the GUI, it'll be massacred on save.
#endif // APSTUDIO_INVOKED
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
IDR_CLOUDPRINTSERVICE REGISTRY "resources\\cloud_print_service.rgs"
IDI_ICON ICON "resources\\cloudprint.ico"
STRINGTABLE
BEGIN
IDS_SERVICENAME "CloudPrintService"
END
#endif // English (United States) resources
|