diff --git a/GARbro.GUI.csproj b/GARbro.GUI.csproj index 7a27ffd4..c6d1ed90 100644 --- a/GARbro.GUI.csproj +++ b/GARbro.GUI.csproj @@ -97,7 +97,10 @@ False - D:\Program Files\WPF Toolkit\v3.5.50211.1\System.Windows.Controls.Input.Toolkit.dll + packages\WPFToolkit.3.5.50211.1\lib\System.Windows.Controls.Input.Toolkit.dll + + + packages\WPFToolkit.3.5.50211.1\lib\System.Windows.Controls.Layout.Toolkit.dll @@ -112,7 +115,7 @@ False - D:\Program Files\WPF Toolkit\v3.5.50211.1\WPFToolkit.dll + packages\WPFToolkit.3.5.50211.1\lib\WPFToolkit.dll diff --git a/packages.config b/packages.config index 22b39472..38cd96bb 100644 --- a/packages.config +++ b/packages.config @@ -4,4 +4,5 @@ + \ No newline at end of file diff --git a/packages/WPFToolkit.3.5.50211.1/WPFToolkit.3.5.50211.1.nupkg b/packages/WPFToolkit.3.5.50211.1/WPFToolkit.3.5.50211.1.nupkg new file mode 100644 index 00000000..2be175c0 Binary files /dev/null and b/packages/WPFToolkit.3.5.50211.1/WPFToolkit.3.5.50211.1.nupkg differ diff --git a/packages/WPFToolkit.3.5.50211.1/WPFToolkit.3.5.50211.1.nuspec b/packages/WPFToolkit.3.5.50211.1/WPFToolkit.3.5.50211.1.nuspec new file mode 100644 index 00000000..87f7fd5f --- /dev/null +++ b/packages/WPFToolkit.3.5.50211.1/WPFToolkit.3.5.50211.1.nuspec @@ -0,0 +1,38 @@ + + + + WPFToolkit + 3.5.50211.1 + WPF Toolkit + JenniLe, Shimmy + JenniLe, Shimmy + http://www.opensource.org/licenses/MS-PL + true + The WPF Toolkit is a collection of WPF features and components that are being made available outside of the normal .NET Framework ship cycle. The WPF Toolkit not only allows users to get new functionality more quickly, but allows an efficient means for giving feedback to the product team. Many of the features will be released with full source code as well. The Toolkit Roadmap outlines some of the upcoming features we have planned. + This license governs use of the accompanying software. If you use the software, you +accept this license. If you do not accept the license, do not use the software. + What's new in the WPF Toolkit February 2010 Release? +AutoCompleteBox +Accordion +Rating +Bug fixes +Bug fixes for common issues, including: +DataGrid - Templating, multiple selection, runtime sorting, etc. +Calendar/DatePicker - Styling, default values, focus related issues, etc. +VSM - Generated transitions +UI Automation - Mostly DataGrid UI automation fixes and a few for Calendar/DatePicker + +Also new in the February release, we are introducing the concept of Quality Bands to rate the quality of the controls and features in the release. +Components in the Stable Quality Band +DataGrid +DatePicker +Calendar +VisualStateManager +Components in the Preview Quality Band +Chart Controls +AutoCompleteBox +Accordion +Rating + WPFToolkit WPF Toolkit + + \ No newline at end of file