Bump version to 6.0-36
[LibreOffice.git] / scp2 / source / ooo / file_library_ooo.scp
blobd014bf55c1a2abfe20097a1d26c7e05cd4933353
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
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 #endif
46 #if defined _MSC_VER
47 File gid_File_Lib_Policy_Cli_Oootypes_Assembly
48     TXT_FILE_BODY;
49     Styles = (PACKED, ASSEMBLY);
50     Name = "${CLI_OOOTYPES_POLICY_ASSEMBLY}.dll";
51     Dir = gid_Brand_Dir_Program;
52     Assemblyname = "${CLI_OOOTYPES_POLICY_ASSEMBLY}";
53     PublicKeyToken = "ce2cb7e279207b9e";
54     Version = "${CLI_OOOTYPES_POLICY_VERSION}";
55     Culture = "neutral";
56     Attributes = "0";
57     ProcessorArchitecture = "MSIL";
58 End
60 #endif
62 #if defined _MSC_VER
64 File gid_File_Lib_Policy_Cli_Oootypes_Config
65     TXT_FILE_BODY;
66     Styles = (PACKED, ASSIGNCOMPOMENT);
67     Name = "cli_oootypes.config";
68     Dir = gid_Brand_Dir_Program;
69     AssignComponent = gid_File_Lib_Policy_Cli_Oootypes_Assembly;
70 End
72 #endif