Version 24.2.2.2, tag libreoffice-24.2.2.2
[LibreOffice.git] / scp2 / source / ooo / file_library_ooo.scp
blobf1ddc7c629777cf11005da76c8fffc595efd40bc
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
27 #include "macros.inc"
29 #if defined _MSC_VER && ! defined _ARM64_
31 File gid_File_Lib_Cli_Oootypes_Assembly
32     TXT_FILE_BODY;
33     Styles = (PACKED, ASSEMBLY);
34     Name = "cli_oootypes.dll";
35     Dir = gid_Brand_Dir_Program;
36     Assemblyname = "cli_oootypes";
37     PublicKeyToken = "ce2cb7e279207b9e";
38     Version = "${CLI_OOOTYPES_NEW_VERSION}";
39     Culture = "neutral";
40     Attributes = "0";
41     ProcessorArchitecture = "MSIL";
42 End
44 File gid_File_Lib_Policy_Cli_Oootypes_Assembly
45     TXT_FILE_BODY;
46     Styles = (PACKED, ASSEMBLY);
47     Name = "${CLI_OOOTYPES_POLICY_ASSEMBLY}.dll";
48     Dir = gid_Brand_Dir_Program;
49     Assemblyname = "${CLI_OOOTYPES_POLICY_ASSEMBLY}";
50     PublicKeyToken = "ce2cb7e279207b9e";
51     Version = "${CLI_OOOTYPES_POLICY_VERSION}";
52     Culture = "neutral";
53     Attributes = "0";
54     ProcessorArchitecture = "MSIL";
55 End
57 File gid_File_Lib_Policy_Cli_Oootypes_Config
58     TXT_FILE_BODY;
59     Styles = (PACKED, ASSIGNCOMPONENT);
60     Name = "cli_oootypes.config";
61     Dir = gid_Brand_Dir_Program;
62     AssignComponent = gid_File_Lib_Policy_Cli_Oootypes_Assembly;
63 End
65 #endif