If you are using VS11 you should be able to use MSBuild on the SLN files
instead of devenv.exe (I haven’t noticed any non-MSBuild project types left in
VS 2012, but maybe there are some).
You could probably replace those two calls with something like:
call C:\Windows\Microsoft.NET\Framework\v
Classification: Public
We use TFS as our source repository so I get the setup source first then build
set DevEnv="%DevEnvDir%devenv.exe"
echo DevEnv=%DevEnv%
set MSBuild="msbuild.exe"
echo MSBuild=%MSBuild%
set TF="%DevEnvDir%TF.exe"
echo TF=%TF%
if $%DevEnv%$==$$ echo DevEnv not set
if $%DevEnv
2 matches
Mail list logo