This repository was archived by the owner on May 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed
Analogy.LogViewer.VisualStudioActivityLog Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 2323 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
2424 <PackageIcon >AnalogyVS.png</PackageIcon >
2525 <Description >Visual studio Activity log parser for Analogy Log Viewer</Description >
26- <Version >1.2.1 </Version >
26+ <Version >1.3.0 </Version >
2727 <PackageReleaseNotes >Initial version</PackageReleaseNotes >
2828 </PropertyGroup >
2929 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
Original file line number Diff line number Diff line change 55
66namespace Analogy . LogViewer . VisualStudioActivityLog . IAnalogy
77{
8- public class VSComponentImages : IAnalogyComponentImages
9- {
10- public Image GetLargeImage ( Guid analogyComponentId )
11- {
12- if ( analogyComponentId == VSActivityLogFactory . factory )
13- return Resources . AnalogyVS32x32 ;
14- return null ;
15- }
8+ // public class VSComponentImages : IAnalogyComponentImages
9+ // {
10+ // public Image GetLargeImage(Guid analogyComponentId)
11+ // {
12+ // if (analogyComponentId == VSActivityLogFactory.factory)
13+ // return Resources.AnalogyVS32x32;
14+ // return null;
15+ // }
1616
17- public Image GetSmallImage ( Guid analogyComponentId )
18- {
19- if ( analogyComponentId == VSActivityLogFactory . factory )
20- return Resources . VS16x16 ;
21- return null ;
22- }
17+ // public Image GetSmallImage(Guid analogyComponentId)
18+ // {
19+ // if (analogyComponentId == VSActivityLogFactory.factory)
20+ // return Resources.VS16x16;
21+ // return null;
22+ // }
2323
24- public Image GetOnlineConnectedLargeImage ( Guid analogyComponentId ) => null ;
24+ // public Image GetOnlineConnectedLargeImage(Guid analogyComponentId) => null;
2525
26- public Image GetOnlineConnectedSmallImage ( Guid analogyComponentId ) => null ;
26+ // public Image GetOnlineConnectedSmallImage(Guid analogyComponentId) => null;
2727
28- public Image GetOnlineDisconnectedLargeImage ( Guid analogyComponentId ) => null ;
28+ // public Image GetOnlineDisconnectedLargeImage(Guid analogyComponentId) => null;
2929
30- public Image GetOnlineDisconnectedSmallImage ( Guid analogyComponentId ) => null ;
31- }
30+ // public Image GetOnlineDisconnectedSmallImage(Guid analogyComponentId) => null;
31+ // }
3232}
You can’t perform that action at this time.
0 commit comments