Hi,
is there a task or an attribute in NAnt or NAnt contrib which converts
textfiles from CRLF to LF and vice versa (of course I searched for it myself
without success)?
I'm asking because I use VS .Net for coding and want to commit to a cvs
server using unix conventions.
I know this could be done
Hi there,
to build our .Net Data Provider I have to treat some issues when building
for the .Net Compact Framework (prepare resx-files, disable design time
support, include different assemblies, ...).
Is there any way to find out which framework I'm building for (at runtime)?
Im thinking of someth
Hi there,
to build our .Net Data Provider I have to treat some issues when building
for the .Net Compact Framework (prepare resx-files, disable design time
support, include different assemblies, ...).
Is there any way to find out which framework I'm building for (at runtime)?
Im thinking of someth
> Ian MacLean wrote:
> I'm still fleshing out the details but basically infer the locale based
> on the resx file name ( or allow it to be specified ) and then use
... or infer it if not specified?
> assemblylinker to build the satellite assemblies.
So you plan a comfort feature of implicitly "
n failure (at least for default
installation)).
In Fact the only Nant-Problem (in my case) is the lack of a "Prefix"
Attribute for the resgen-task (to prefix the namespace to the *.resources
files) which I usually patch out for my own NAnt inst