Update of /cvsroot/mmclibrary/mmclibrary/VBNETSnapin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4995/VBNETSnapin
Modified Files:
Snapin.vb VBNETSnapin.sln VBNETSnapin.suo VBNETSnapin.vbproj
VBNETSnapin.vbproj.user
Log Message:
Index: Snapin.vb
===================================================================
RCS file: /cvsroot/mmclibrary/mmclibrary/VBNETSnapin/Snapin.vb,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Snapin.vb 21 Nov 2003 12:30:48 -0000 1.1
--- Snapin.vb 25 Mar 2005 07:55:35 -0000 1.2
***************
*** 26,31 ****
Sub New()
'Add images
! InitScopeViewImages()
! InitResultViewImages()
'Add buttons to the toolbar
--- 26,31 ----
Sub New()
'Add images
! 'InitScopeViewImages()
! 'InitResultViewImages()
'Add buttons to the toolbar
Index: VBNETSnapin.vbproj.user
===================================================================
RCS file: /cvsroot/mmclibrary/mmclibrary/VBNETSnapin/VBNETSnapin.vbproj.user,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** VBNETSnapin.vbproj.user 5 Jan 2004 05:42:47 -0000 1.1
--- VBNETSnapin.vbproj.user 25 Mar 2005 07:55:35 -0000 1.2
***************
*** 12,18 ****
RemoteDebugMachine = ""
StartAction = "Program"
! StartArguments = "..\Snapin.msc"
StartPage = ""
! StartProgram = "mmc.exe"
StartURL = ""
StartWorkingDirectory = ""
--- 12,18 ----
RemoteDebugMachine = ""
StartAction = "Program"
! StartArguments = '"..\..\VBNETSnapin.msc"'
StartPage = ""
! StartProgram = "c:\windows\system32\mmc.exe"
StartURL = ""
StartWorkingDirectory = ""
Index: VBNETSnapin.suo
===================================================================
RCS file: /cvsroot/mmclibrary/mmclibrary/VBNETSnapin/VBNETSnapin.suo,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsyWlrup and /tmp/cvsNhKV8A differ
Index: VBNETSnapin.sln
===================================================================
RCS file: /cvsroot/mmclibrary/mmclibrary/VBNETSnapin/VBNETSnapin.sln,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** VBNETSnapin.sln 21 Nov 2003 12:30:48 -0000 1.1
--- VBNETSnapin.sln 25 Mar 2005 07:55:35 -0000 1.2
***************
*** 4,8 ****
EndProjectSection
EndProject
! Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MMCLib", "..\..\MMC Snapin Framework\MMCLib\MMCLib.csproj", "{A6576BD5-7537-4858-BEE9-7EA4FAC6C686}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
--- 4,8 ----
EndProjectSection
EndProject
! Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MMCLib", "..\MMCLib\MMCLib.csproj", "{A6576BD5-7537-4858-BEE9-7EA4FAC6C686}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
Index: VBNETSnapin.vbproj
===================================================================
RCS file: /cvsroot/mmclibrary/mmclibrary/VBNETSnapin/VBNETSnapin.vbproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** VBNETSnapin.vbproj 15 Mar 2005 06:16:56 -0000 1.3
--- VBNETSnapin.vbproj 25 Mar 2005 07:55:35 -0000 1.4
***************
*** 98,102 ****
<File
RelPath = "Snapin.vb"
! SubType = "Code"
BuildAction = "Compile"
/>
--- 98,102 ----
<File
RelPath = "Snapin.vb"
! SubType = "Component"
BuildAction = "Compile"
/>
|