Hi all !
 
1/
Do you think, that now is good time to some cleaning and restructuring in solution task as we discussed earlier? I have some spare time and appetite to do that now!
 
2/
Also I would need (and like to) make some improvements to that task. What I need (and currently use not-commited patch) is need to custom arguments override like there:
 
<solution configuration="Release" outputdir="${output.dir}" includevsfolders="false" showcommands="true">
   <projects>
    <includes name="${build.dir}/**/*.csproj"/>
   </projects>
   <assemblyfolders>
    <includes name="${output.dir}"/>
    <includes name="${nunit.dir}"/>
    <includes name="${references.dir}"/>
   </assemblyfolders>
   <compilerargs>
    <arg value="/codepage:1250"/>
   </compilerargs>
</solution>
We previously discuss that as it will be nice to do that at solution level or at project level. Do you still like the idea? I could implement that if you agree with that...
 
Regards,
Martin
 

Reply via email to