Re: [nant-dev] Re: solution task and linked VS.Net files.

2003-11-24 Thread Ivan Tarasov
Hello Matthew,

when you add existing file to the project (in VS.NET), in the open
dialog the Open button has an arrow on the right side. By clicking
on this arrow you activate the popup menu in which you can choose
Link. In that case the file is not copied, in the project the xml
attribute Link appears. E.g.:
File
RelPath = ..\VersionInfo.cs
Link = ..\VersionInfo.cs
BuildAction = Compile
/

Surely, it is a greate example of non-intuitive UI :-)

MM Viehland, Kirk wrote:
 Nant developers,
 
 I am getting this error when I compile a VS.Net 2003 solution with an
 ProductInfo file that has been linked from a parent directory.

MM Just as a side note - what is a Linked file within a solution?  How is 
MM one created?

-- 
Best regards,
 Ivanmailto:[EMAIL PROTECTED]



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] Re: solution task and linked VS.Net files.

2003-11-24 Thread Ian MacLean
Doesn't it though. For ages I just assumed that you had to have files in 
the same directory as the project.
Ian

Matthew Mastracci wrote:

Heh - that's really cool, but the UI truely sucks.  Why don't they add 
a menu item for that instead?  :)  I had *no* clue that even existed. 
I've been manually hacking .csproj files to point to the same file 
which tends to screw up VS.NET.

Ivan Tarasov wrote:

Hello Matthew,

when you add existing file to the project (in VS.NET), in the open
dialog the Open button has an arrow on the right side. By clicking
on this arrow you activate the popup menu in which you can choose
Link. In that case the file is not copied, in the project the xml
attribute Link appears. E.g.:
File
RelPath = ..\VersionInfo.cs
Link = ..\VersionInfo.cs
BuildAction = Compile
/
Surely, it is a greate example of non-intuitive UI :-)

MM Viehland, Kirk wrote:

Nant developers,

I am getting this error when I compile a VS.Net 2003 solution with an
ProductInfo file that has been linked from a parent directory.



MM Just as a side note - what is a Linked file within a solution?  
How is MM one created?



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


--
Ian MacLean, Developer, 
ActiveState, a division of Sophos
http://www.ActiveState.com



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers