Linking Tortoise SVN revision number to assembly version

后端 未结 4 1638
一整个雨季
一整个雨季 2020-12-30 03:53

I\'m developing a program in C# .net in visual studio and version controlling it with tortoise SVN.

at present I\'m creating the assembly version based on the build

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-30 04:20

    Check the spaces and quotes in C#Project file.

    
            if exist "C:\Program Files\TortoiseSVN\bin\SubWCRev.exe" "C:\Program Files\TortoiseSVN\bin\SubWCRev.exe" "$(ProjectDir)." "$(ProjectDir)Properties\AssemblyInfo.Base.cs" "$(ProjectDir)Properties\AssemblyInfo.cs"
    
    

提交回复
热议问题