Hi all,

I have the following target:

                <csc nostdlib="true" noconfig="true" warnaserror="false"
target="library" output="${compile.root}/vor.site.dll">
                        <sources basedir="${build.root}\site">
                                <include name="**/*.cs"/>
                        </sources>
                        <references defaultexcludes="true">
                                <include name="mscorlib.dll"/>
                                <include name="System.dll"/>
                                <include name="System.Xml.dll"/>
                                <include name="System.Web.dll"/>
                                <include
name="System.Web.Services.dll"/>
</references>
                        <resources>
                                <include
name="${build.root}\site\resources\strings.es-ES.resx"/>
                                <include
name="${build.root}\site\resources\strings.resx"/>
                        </resources>                    
                </csc>

How can I compile my embed my resources this way??

Has anyone any advise for .resx files??

Thanks

Paul

_____________________________________________________________________
VirusChecked for Huntsworth plc
_____________________________________________________________________


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to