reason for this
Now, which one should I choose?
Another dressing-issue in the make..?
Friday, May 26, 2006
Wednesday, May 24, 2006
iDon't CARE
Do you enjoy surrogates like 'deca(ffeinnated) coffee' or 'diet chocolate' (be honest)..!?
Go for the real thing
Thursday, May 11, 2006
MS Visual Studio 2005 External Tools
To create a menu-item named 'Xplore Solution'
to open (File-)Explorer in the folder of your current solution
click menu 'Tools' - 'External Tools...'
and fill in the following parameters...
in Visual Studio 2003
Pay attention to the 'Arguments'-section
as this does NOT work in Visual Studio 2005
Visual Studio 2005 appends a backslash to the resolved $(SolutionDir)..!(?)
Read as: on my system is does :-(
So 'myDrive:\Folder\SolutionFolder\' becomes 'myDrive:\Folder\SolutionFolder\\
(My) WORKAROUND: supply 'Arguments' as
Again pay attention to the extra \. after $(SolutionDir)
This 'tricks' Visual Studio and/or '(File-)Explorer to use 'myDrive:\Folder\SolutionFolder\.\', which is a valid path :-)
to open (File-)Explorer in the folder of your current solution
click menu 'Tools' - 'External Tools...'
and fill in the following parameters...
in Visual Studio 2003
Title: Xplore Sol&ution
Command: explorer.exe
Arguments: "$(SolutionDir)",/e
Pay attention to the 'Arguments'-section
as this does NOT work in Visual Studio 2005
Visual Studio 2005 appends a backslash to the resolved $(SolutionDir)..!(?)
Read as: on my system is does :-(
So 'myDrive:\Folder\SolutionFolder\' becomes 'myDrive:\Folder\SolutionFolder\\
(My) WORKAROUND: supply 'Arguments' as
"$(SolutionDir)\.",/e
Again pay attention to the extra \. after $(SolutionDir)
This 'tricks' Visual Studio and/or '(File-)Explorer to use 'myDrive:\Folder\SolutionFolder\.\', which is a valid path :-)
Thursday, May 04, 2006
Subscribe to:
Posts (Atom)