Saves property in files(*.csproj, *.vcxproj,..) of projects after evaluating new data

Issue #12 resolved
Denis Kuzmin repo owner created an issue

not critical, however not useful for work with scm

e.g.

building with generating version:

$(MSBuildBinPath)\MSBuild "$(ProjectPath.Replace('\', '/'):Version)" /t:Build /p:Configuration=Release

 & 

"$(TargetPath:Version)" 
  "$(SolutionDir.Replace('\', '/'))_version" 

Comments (1)

  1. Log in to comment