I have been adding WPF support for SynchronizeFacility, but I can't seem to
build with the nant
scripts cause it is not property adding PresentationCore.dll and
PresentationFramework.dll to
the csc command.  I have added them in the default.build

    <target name="init" depends="common.init">
        <assemblyfileset id="project.references" basedir="${build.dir}">
            <include name="Castle.Core.dll" />
            <include name="Castle.DynamicProxy2.dll" />
            <include name="Castle.MicroKernel.dll" />
            <include name="Castle.Windsor.dll" />
            <include name="System.Configuration.dll" />
            <include name="System.Windows.Forms.dll" />
            <include name="PresentationCore.dll" />
            <include name="PresentationFramework.dll" />
            <include name="WindowsBase.dll" />
        </assemblyfileset>
    </target>

Its picking up WIndowsBase though.  Any ideas?

thanks,
  craig

On Fri, Jan 22, 2010 at 7:22 PM, John Simons <[email protected]>wrote:

> There is still a few projects not released:
> ActiveRecordIntegration
> AutomaticTransactionManagement
> NHibernateIntegration
> Synchronize
> WCF Integration
> Transaction Services
>
>
> Could the project leaders of the projects above start planing their
> releases + update the projects web page with the dates of the release.
> Obviously ActiveRecordIntegration doesn't have a project leader, so I
> can take care of its release but the others, what is the delay?
> If you guys are busy, just let me know and I'll look after the
> release.
>
> Cheers
> John
>
> --
> You received this message because you are subscribed to the Google Groups
> "Castle Project Development List" group.
> To post to this group, send email to [email protected]
> .
> To unsubscribe from this group, send email to
> [email protected]<castle-project-devel%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/castle-project-devel?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Development List" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-devel?hl=en.

Reply via email to