Locations of $(StudioUserDir), $(StudioDir), $(TargetsDir), $(ProjectDir)
The above defines are located in various configuration locations in CrossStudio. What are there values/where are they defined.
Thanks
-
Hi Markus,
It looks like things have changed a bit since I wrote that post - "ProjectDir" is a read-only project macro, you can view the value by right clicking on the project in the project explorer and selecting "Macros" in the "View" drop-down. As I understand it, the value is set when you create a project however you can modify it by editing the solution as a text file and adding/modifying the project_directory attribute in the common configuration of the project node, for example:
<project Name="example">
<configuration Name="Common" project_directory="MyDir" ...Regards,
Jon
Please sign in to leave a comment.
Comments
3 comments