c# - How to split any of Macro value in post buid events -
i want split value of $(solutiondir) in post build events in vs. $(solutiondir) value copy
c:\prakashsourcecode\source\lancet.engine i want change $(solutiondir) value
c:\prakashsourcecode\source\ so how write command line same don,t want hardcore path.
$(solutiondir) cannot change - part of visual studio build system , points solution directory (which top directory of visual studio solution/project hierarchy.)
it seems want reference parent directory of $(solutiondir). in case, use $(solutiondir)\.. traverse 1 directory.
Comments
Post a Comment