File tree Expand file tree Collapse file tree 6 files changed +13
-11
lines changed
Rubberduck.SettingsProvider/Properties
Rubberduck.SmartIndenter/Properties
Rubberduck.SourceControl/Properties
Rubberduck.VBEEditor/Properties
RubberduckTests/Properties Expand file tree Collapse file tree 6 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 95
95
function GetOfficeBitness (): Integer;
96
96
var
97
97
appBitness: Integer;
98
- officeExeNames: array [0 ..4 ] of String;
98
+ officeExeNames: array [0 ..6 ] of String;
99
99
i: Integer;
100
100
begin
101
101
officeExeNames[0 ] := ' excel.exe' ;
102
102
officeExeNames[1 ] := ' msaccess.exe' ;
103
103
officeExeNames[2 ] := ' winword.exe' ;
104
104
officeExeNames[3 ] := ' outlook.exe' ;
105
105
officeExeNames[4 ] := ' powerpnt.exe' ;
106
+ officeExeNames[5 ] := ' mspub.exe' ;
107
+ officeExeNames[6 ] := ' winproj.exe' ;
106
108
107
109
for i := 0 to 4 do begin
108
110
appBitness := GetOfficeAppBitness(officeExeNames[i]);
Original file line number Diff line number Diff line change 31
31
// You can specify all the values or you can default the Build and Revision Numbers
32
32
// by using the '*' as shown below:
33
33
// [assembly: AssemblyVersion("1.0.*")]
34
- [ assembly: AssemblyVersion ( "1 .0.0.0" ) ]
35
- [ assembly: AssemblyFileVersion ( "1 .0.0.0" ) ]
34
+ [ assembly: AssemblyVersion ( "2 .0.0.0" ) ]
35
+ [ assembly: AssemblyFileVersion ( "2 .0.0.0" ) ]
Original file line number Diff line number Diff line change 31
31
// You can specify all the values or you can default the Build and Revision Numbers
32
32
// by using the '*' as shown below:
33
33
// [assembly: AssemblyVersion("1.0.*")]
34
- [ assembly: AssemblyVersion ( "1 .0.0.0" ) ]
35
- [ assembly: AssemblyFileVersion ( "1 .0.0.0" ) ]
34
+ [ assembly: AssemblyVersion ( "2 .0.0.0" ) ]
35
+ [ assembly: AssemblyFileVersion ( "2 .0.0.0" ) ]
Original file line number Diff line number Diff line change 31
31
// You can specify all the values or you can default the Build and Revision Numbers
32
32
// by using the '*' as shown below:
33
33
// [assembly: AssemblyVersion("1.0.*")]
34
- [ assembly: AssemblyVersion ( "1 .0.0.0" ) ]
35
- [ assembly: AssemblyFileVersion ( "1 .0.0.0" ) ]
34
+ [ assembly: AssemblyVersion ( "2 .0.0.0" ) ]
35
+ [ assembly: AssemblyFileVersion ( "2 .0.0.0" ) ]
Original file line number Diff line number Diff line change 31
31
// You can specify all the values or you can default the Build and Revision Numbers
32
32
// by using the '*' as shown below:
33
33
// [assembly: AssemblyVersion("1.0.*")]
34
- [ assembly: AssemblyVersion ( "1 .0.*" ) ]
35
- [ assembly: AssemblyFileVersion ( "1 .0.0.0" ) ]
34
+ [ assembly: AssemblyVersion ( "2 .0.*" ) ]
35
+ [ assembly: AssemblyFileVersion ( "2 .0.0.0" ) ]
Original file line number Diff line number Diff line change 31
31
// You can specify all the values or you can default the Build and Revision Numbers
32
32
// by using the '*' as shown below:
33
33
// [assembly: AssemblyVersion("1.0.*")]
34
- [ assembly: AssemblyVersion ( "1 .0.0.0" ) ]
35
- [ assembly: AssemblyFileVersion ( "1 .0.0.0" ) ]
34
+ [ assembly: AssemblyVersion ( "2 .0.0.0" ) ]
35
+ [ assembly: AssemblyFileVersion ( "2 .0.0.0" ) ]
You can’t perform that action at this time.
0 commit comments