Hi!
Could someone answer my question, please?
I have converted Visual Studio 2008 project to Visual Studio 2012 Express.
Custom rules have been imported incorectly.
<ItemDefinitionGroup><XML><ConstsDest>0</ConstsDest><CommandLineTemplate>"$(SolutionDir)Bin\Encrypt.exe" "%(FullPath)" "$(SolutionDir)Res\[ConstsDest]\%(Filename).monad-db" nop</CommandLineTemplate><Outputs>$(SolutionDir)Res\[ConstsDest]\%(Filename).monad-db</Outputs></XML></ItemDefinitionGroup>
The ConstDest is a parameter (the list of values), which decides where to place the output file.
New Visual Studio sometimes does not interpret it as a parameter, but as a raw string.
What could be done for correcting it?
Thank you very much
Włodzimierz O. Kubera