Hi,

I am compiling via csc task an assembly. The csproj has some .xsx and
.xsd files that are included with the project.  What am I suppose to
do with these .xsd & .xsx files?  Embed them in the resources tag? or
sources tag?  They have a BuildAction = "Content" so i am thinking
that it isn't compile.  Please shed some light on a dim witted
person.


Example:

  <File
                    RelPath = "Data\ReportData.xsd"
                    BuildAction = "Content"
                    Generator = "MSDataSetGenerator"
                    LastGenOutput = "ReportData.cs"
                />
                <File
                    RelPath = "Data\ReportData.cs"
                    DependentUpon = "ReportData.xsd"
                    SubType = "code"
                    BuildAction = "Compile"
                    DesignTime = "True"
                    AutoGen = "True"
                />


Thanks,

mike

=====
Michael Dang

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to