I want to split the value of $(SolutionDir)
in post build events in vs.
My $(SolutionDir)
value is copy
C:\PrakashSourceCode\Source\Lancet.Engine
I want to change it to $(SolutionDir)
value to
C:\PrakashSourceCode\Source\
so how to write the command line for the same as i don,t want to hardcore the path.