summaryrefslogtreecommitdiff
path: root/cli_ure/readme.txt
blob: 091d3a6ea0843b959c3d1a2db7a6b8b5cfd31938 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94

Necessary enty in scp2, for example cli_types (gac + program\assembly) + policy assembly
========================

#if defined WNT && (defined M1300 || defined M1310) // currently the only cli platform

File gid_File_Lib_Cli_Types
    TXT_FILE_BODY;
    Styles = (PACKED, PATCH);
    Name = "cli_types.dll";
    Dir = gid_Dir_Program_Assembly;
End

#endif

#if defined WNT && (defined M1300 || defined M1310) // currently the only cli platform

File gid_File_Lib_Cli_Types_Assembly
    TXT_FILE_BODY;
    Styles = (PACKED, ASSEMBLY, PATCH, DONTRENAMEINPATCH);
    Name = "cli_types.dll";
    Dir = gid_Dir_Program;
    Assemblyname = "cli_types";
    PublicKeyToken = "ce2cb7e279207b9e";
    Version = "1.1.1.0";
    Culture = "neutral";
    Attributes = "0";
End

#endif

#if defined WNT && (defined M1300 || defined M1310) // currently the only cli platform

File gid_File_Lib_Policy_Cli_Types_Assembly
    TXT_FILE_BODY;
    Styles = (PACKED, ASSEMBLY, PATCH, DONTRENAMEINPATCH);
    Name = "policy.1.1.cli_types.dll";
    Dir = gid_Dir_Program;
    Assemblyname = "policy.1.1.cli_types";
    PublicKeyToken = "ce2cb7e279207b9e";
    Version = "1.0.0.0";
    Culture = "neutral";
    Attributes = "0";
End

#endif

#if defined WNT && (defined M1300 || defined M1310) // currently the only cli platform

File gid_File_Lib_Policy_Cli_Types_Config
    TXT_FILE_BODY;
    Styles = (PACKED, ASSIGNCOMPOMENT, PATCH, DONTRENAMEINPATCH);
    Name = "cli_types.config";
    Dir = gid_Dir_Program;
    AssignComponent = gid_File_Lib_Policy_Cli_Types_Assembly;
End




Versions of assemblies
==========================
SRC680 m122	
        cli_types.dll 1.1.0.0   (the version was actually changed some time before that milestone)
	no policy assembly
	cli_cppuhelper 1.0.0.0
	no policy assembly
	cli_basetypes.dll 1.0.0.0
	no policy assembly
	cli_ure.dll 1.0.0.0
	no policy assembly

SRC680 m140
        cli_types.dll 1.1.1.0 (added types)
	policy.1.1.cli_types.dll 1.0.0.0 
	cli_cppuhelper 1.0.0.0
	no policy assembly
	cli_basetypes.dll 1.0.0.0
	no policy assembly
	cli_ure.dll 1.0.0.0
	no policy assembly

SRC680 m143 (or a little later)
        cli_types.dll 1.1.1.0 (added types)
	policy.1.1.cli_types.dll 1.0.0.0 
	cli_cppuhelper 1.0.1.0 (references cli_types.dll 1.1.1.0)
	policy.1.0.cli_cppuhelper.dll 
	cli_basetypes.dll 1.0.0.0
	no policy assembly
	cli_ure.dll 1.0.1.0 (references cli_types.dll 1.1.1.0)
	policy.1.0.cli_ure.dll