Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modifying project file included into solution
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Modifying project file included into solution
Environment versions
OS:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01298431
Message ID:
01298431
Views:
72
Hi everybody,

I have a solution which consists of 3 projects: main project of the application, C# project called Deploy_Incrementor (it is supposed to increase build number based on some text file) and finally I have FCAdmin_Deploy project which is only included as wdproj file. I can open this file and change it. One of the first lines of this file now has:
<UsingTask AssemblyFile= "C:\Development\Visual Studio 2005\Projects\FCAdmin\DeployIncrementor\bin\Release\DeployIncrementor.dll" TaskName="MyTasks.IncrementBuildNumber" />
I had to include the whole path because otherwise I was getting errors that dll is not found. Is there anyway to convert it to relative path? DeployIncrementor directory is under main FCAdmin directory.

Thanks a lot in advance.
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform