commitmonitor Code
Monitor your SVN repositories and notifies you on new commits
Brought to you by:
steveking
changed | /trunk/default.build |
--- a/trunk/default.build +++ b/trunk/default.build @@ -11,6 +11,7 @@ <property name="buildtool" value="devenv.com" /> <!-- build with VS2010, if there is a 10.0 in the VC path --> <property name="studioversion" value="2010" if="${string::contains (environment::get-variable('VCINSTALLDIR'), '10.0')}"/> + <property name="studioversion" value="2008" if="${string::contains (environment::get-variable('VCINSTALLDIR'), '9.0')}"/> <property name="solutionname" value="CommitMonitor.sln" if="${studioversion == '2008'}"/> <property name="solutionname" value="CommitMonitor_VS10.sln" if="${studioversion == '2010'}"/> <!-- the signinfo.txt file has to contain one line with parameters for signtool.exe,