hi,

i hope i'm not off-topic with my question. i use slingshot in a project of mine to 
convert a nant-buildscript for my .NET solutions. all seems to work fine. i noticed 
that some files are missing when the compiling is finished. the files that are marked 
with 'content' in the .csproj files are not included in the build.
does anyone know about the issue? is that a bug in the implementation of slingshot?

thanks in advance

alex

<<snip>>

            <File
                    RelPath = "PropertyGrid.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "PropertyInformation.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "PropertyWrapper.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Dialogs.config.xml"      these files are not included 
in the build!!!!
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Viewlets.config.xml"                     ""
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Workflow.config.xml"                     ""
                    BuildAction = "Content"
                />
<<snap>>


-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to