Updated gatherbinaries.
This commit is contained in:
Laurent Bugnion 2012-03-08 22:48:21 +01:00
Родитель 8989095ae7
Коммит d33386b5de
5 изменённых файлов: 34 добавлений и 52 удалений

Просмотреть файл

@ -11,7 +11,7 @@
// <license>
// See license.txt in this project or http://www.galasoft.ch/license_MIT.txt
// </license>
// <LastBaseLevel>BL0017</LastBaseLevel>
// <LastBaseLevel>BL0020</LastBaseLevel>
// ****************************************************************************
using System;
@ -31,8 +31,8 @@ using System.Runtime.InteropServices;
[assembly: ComVisible(false)]
[assembly: CLSCompliant(true)]
////[assembly: AssemblyVersion("4.0.0.*")]
[assembly: AssemblyFileVersion("4.0.0.0/BL0017")]
////[assembly: AssemblyVersion("4.0.20.*")]
[assembly: AssemblyFileVersion("4.0.20.0/beta1")]
// FxCop
[module: SuppressMessage("Microsoft.Naming",

Просмотреть файл

@ -11,7 +11,7 @@
// <license>
// See license.txt in this project or http://www.galasoft.ch/license_MIT.txt
// </license>
// <LastBaseLevel>BL0017</LastBaseLevel>
// <LastBaseLevel>BL0020</LastBaseLevel>
// ****************************************************************************
using System;
@ -39,8 +39,8 @@ using System.Windows.Markup;
[assembly: ComVisible(false)]
[assembly: CLSCompliant(true)]
////[assembly: AssemblyVersion("4.0.0.*")]
[assembly: AssemblyFileVersion("4.0.0.0/BL0017")]
////[assembly: AssemblyVersion("4.0.20.*")]
[assembly: AssemblyFileVersion("4.0.20.0/beta1")]
// FxCop
[module: SuppressMessage("Microsoft.Naming",

Просмотреть файл

@ -14,16 +14,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("4.0.0.0")]
[assembly: ComVisible(false)]
[assembly: ComVisible(false)]
////[assembly: AssemblyVersion("4.0.20.*")]
[assembly: AssemblyFileVersion("4.0.20.0/beta1")]

Просмотреть файл

@ -14,16 +14,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("4.0.0.0")]
[assembly: ComVisible(false)]
[assembly: ComVisible(false)]
////[assembly: AssemblyVersion("4.0.20.*")]
[assembly: AssemblyFileVersion("4.0.20.0/beta1")]

Просмотреть файл

@ -70,12 +70,14 @@ if exist ".\GalaSoft.MvvmLight (WP71)\bin\Release\GalaSoft.MvvmLight.WP71.dll" c
if exist ".\GalaSoft.MvvmLight (WP71)\bin\Release\GalaSoft.MvvmLight.WP71.pdb" copy ".\GalaSoft.MvvmLight (WP71)\bin\Release\GalaSoft.MvvmLight.WP71.pdb" .\_Binaries\Release\WP71\GalaSoft.MvvmLight.WP71.pdb
if exist ".\GalaSoft.MvvmLight (WP71)\bin\Release\GalaSoft.MvvmLight.WP71.xml" copy ".\GalaSoft.MvvmLight (WP71)\bin\Release\GalaSoft.MvvmLight.WP71.xml" .\_Binaries\Release\WP71\GalaSoft.MvvmLight.WP71.xml
if exist ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Win8\bin\Debug\GalaSoft.MvvmLight.Win8.dll" copy ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Win8\bin\Debug\GalaSoft.MvvmLight.Win8.dll" .\_Binaries\Debug\Win8\GalaSoft.MvvmLight.Win8.dll
if exist ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Win8\bin\Debug\GalaSoft.MvvmLight.Win8.pdb" copy ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Win8\bin\Debug\GalaSoft.MvvmLight.Win8.pdb" .\_Binaries\Debug\Win8\GalaSoft.MvvmLight.Win8.pdb
if exist ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Win8\bin\Debug\GalaSoft.MvvmLight.Win8.xml" copy ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Win8\bin\Debug\GalaSoft.MvvmLight.Win8.xml" .\_Binaries\Debug\Win8\GalaSoft.MvvmLight.Win8.xml
if exist ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Win8\bin\Release\GalaSoft.MvvmLight.Win8.dll" copy ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Win8\bin\Release\GalaSoft.MvvmLight.Win8.dll" .\_Binaries\Release\Win8\GalaSoft.MvvmLight.Win8.dll
if exist ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Win8\bin\Release\GalaSoft.MvvmLight.Win8.pdb" copy ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Win8\bin\Release\GalaSoft.MvvmLight.Win8.pdb" .\_Binaries\Release\Win8\GalaSoft.MvvmLight.Win8.pdb
if exist ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Win8\bin\Release\GalaSoft.MvvmLight.Win8.xml" copy ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Win8\bin\Release\GalaSoft.MvvmLight.Win8.xml" .\_Binaries\Release\Win8\GalaSoft.MvvmLight.Win8.xml
if exist ".\Win8beta\GalaSoft.MvvmLight.Win8\bin\Debug\GalaSoft.MvvmLight.Win8.dll" copy ".\Win8beta\GalaSoft.MvvmLight.Win8\bin\Debug\GalaSoft.MvvmLight.Win8.dll" .\_Binaries\Debug\Win8\GalaSoft.MvvmLight.Win8.dll
if exist ".\Win8beta\GalaSoft.MvvmLight.Win8\bin\Debug\GalaSoft.MvvmLight.Win8.pdb" copy ".\Win8beta\GalaSoft.MvvmLight.Win8\bin\Debug\GalaSoft.MvvmLight.Win8.pdb" .\_Binaries\Debug\Win8\GalaSoft.MvvmLight.Win8.pdb
if exist ".\Win8beta\GalaSoft.MvvmLight.Win8\bin\Debug\GalaSoft.MvvmLight.Win8.xml" copy ".\Win8beta\GalaSoft.MvvmLight.Win8\bin\Debug\GalaSoft.MvvmLight.Win8.xml" .\_Binaries\Debug\Win8\GalaSoft.MvvmLight.Win8.xml
if exist ".\Win8beta\GalaSoft.MvvmLight.Win8\bin\Debug\GalaSoft.MvvmLight.Win8.pri" copy ".\Win8beta\GalaSoft.MvvmLight.Win8\bin\Debug\GalaSoft.MvvmLight.Win8.pri" .\_Binaries\Debug\Win8\GalaSoft.MvvmLight.Win8.pri
if exist ".\Win8beta\GalaSoft.MvvmLight.Win8\bin\Release\GalaSoft.MvvmLight.Win8.dll" copy ".\Win8beta\GalaSoft.MvvmLight.Win8\bin\Release\GalaSoft.MvvmLight.Win8.dll" .\_Binaries\Release\Win8\GalaSoft.MvvmLight.Win8.dll
if exist ".\Win8beta\GalaSoft.MvvmLight.Win8\bin\Release\GalaSoft.MvvmLight.Win8.pdb" copy ".\Win8beta\GalaSoft.MvvmLight.Win8\bin\Release\GalaSoft.MvvmLight.Win8.pdb" .\_Binaries\Release\Win8\GalaSoft.MvvmLight.Win8.pdb
if exist ".\Win8beta\GalaSoft.MvvmLight.Win8\bin\Release\GalaSoft.MvvmLight.Win8.xml" copy ".\Win8beta\GalaSoft.MvvmLight.Win8\bin\Release\GalaSoft.MvvmLight.Win8.xml" .\_Binaries\Release\Win8\GalaSoft.MvvmLight.Win8.xml
if exist ".\Win8beta\GalaSoft.MvvmLight.Win8\bin\Release\GalaSoft.MvvmLight.Win8.pri" copy ".\Win8beta\GalaSoft.MvvmLight.Win8\bin\Release\GalaSoft.MvvmLight.Win8.pri" .\_Binaries\Release\Win8\GalaSoft.MvvmLight.Win8.pri
if exist ".\GalaSoft.MvvmLight.Extras (NET4)\bin\Debug\GalaSoft.MvvmLight.Extras.WPF4.dll" copy ".\GalaSoft.MvvmLight.Extras (NET4)\bin\Debug\GalaSoft.MvvmLight.Extras.WPF4.dll" .\_Binaries\Debug\WPF4\GalaSoft.MvvmLight.Extras.WPF4.dll
if exist ".\GalaSoft.MvvmLight.Extras (NET4)\bin\Debug\GalaSoft.MvvmLight.Extras.WPF4.pdb" copy ".\GalaSoft.MvvmLight.Extras (NET4)\bin\Debug\GalaSoft.MvvmLight.Extras.WPF4.pdb" .\_Binaries\Debug\WPF4\GalaSoft.MvvmLight.Extras.WPF4.pdb
@ -126,12 +128,14 @@ if exist ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Release\GalaSoft.MvvmLight.Extr
if exist ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Release\GalaSoft.MvvmLight.Extras.WP71.pdb" copy ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Release\GalaSoft.MvvmLight.Extras.WP71.pdb" .\_Binaries\Release\WP71\GalaSoft.MvvmLight.Extras.WP71.pdb
if exist ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Release\GalaSoft.MvvmLight.Extras.WP71.xml" copy ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Release\GalaSoft.MvvmLight.Extras.WP71.xml" .\_Binaries\Release\WP71\GalaSoft.MvvmLight.Extras.WP71.xml
if exist ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Debug\GalaSoft.MvvmLight.Extras.Win8.dll" copy ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Debug\GalaSoft.MvvmLight.Extras.Win8.dll" .\_Binaries\Debug\Win8\GalaSoft.MvvmLight.Extras.Win8.dll
if exist ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Debug\GalaSoft.MvvmLight.Extras.Win8.pdb" copy ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Debug\GalaSoft.MvvmLight.Extras.Win8.pdb" .\_Binaries\Debug\Win8\GalaSoft.MvvmLight.Extras.Win8.pdb
if exist ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Debug\GalaSoft.MvvmLight.Extras.Win8.xml" copy ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Debug\GalaSoft.MvvmLight.Extras.Win8.xml" .\_Binaries\Debug\Win8\GalaSoft.MvvmLight.Extras.Win8.xml
if exist ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Release\GalaSoft.MvvmLight.Extras.Win8.dll" copy ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Release\GalaSoft.MvvmLight.Extras.Win8.dll" .\_Binaries\Release\Win8\GalaSoft.MvvmLight.Extras.Win8.dll
if exist ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Release\GalaSoft.MvvmLight.Extras.Win8.pdb" copy ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Release\GalaSoft.MvvmLight.Extras.Win8.pdb" .\_Binaries\Release\Win8\GalaSoft.MvvmLight.Extras.Win8.pdb
if exist ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Release\GalaSoft.MvvmLight.Extras.Win8.xml" copy ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Release\GalaSoft.MvvmLight.Extras.Win8.xml" .\_Binaries\Release\Win8\GalaSoft.MvvmLight.Extras.Win8.xml
if exist ".\Win8beta\GalaSoft.MvvmLight.Extras.Win8\bin\Debug\GalaSoft.MvvmLight.Extras.Win8.dll" copy ".\Win8beta\GalaSoft.MvvmLight.Extras.Win8\bin\Debug\GalaSoft.MvvmLight.Extras.Win8.dll" .\_Binaries\Debug\Win8\GalaSoft.MvvmLight.Extras.Win8.dll
if exist ".\Win8beta\GalaSoft.MvvmLight.Extras.Win8\bin\Debug\GalaSoft.MvvmLight.Extras.Win8.pdb" copy ".\Win8beta\GalaSoft.MvvmLight.Extras.Win8\bin\Debug\GalaSoft.MvvmLight.Extras.Win8.pdb" .\_Binaries\Debug\Win8\GalaSoft.MvvmLight.Extras.Win8.pdb
if exist ".\Win8beta\GalaSoft.MvvmLight.Extras.Win8\bin\Debug\GalaSoft.MvvmLight.Extras.Win8.xml" copy ".\Win8beta\GalaSoft.MvvmLight.Extras.Win8\bin\Debug\GalaSoft.MvvmLight.Extras.Win8.xml" .\_Binaries\Debug\Win8\GalaSoft.MvvmLight.Extras.Win8.xml
if exist ".\Win8beta\GalaSoft.MvvmLight.Extras.Win8\bin\Debug\GalaSoft.MvvmLight.Extras.Win8.pri" copy ".\Win8beta\GalaSoft.MvvmLight.Extras.Win8\bin\Debug\GalaSoft.MvvmLight.Extras.Win8.pri" .\_Binaries\Debug\Win8\GalaSoft.MvvmLight.Extras.Win8.pri
if exist ".\Win8beta\GalaSoft.MvvmLight.Extras.Win8\bin\Release\GalaSoft.MvvmLight.Extras.Win8.dll" copy ".\Win8beta\GalaSoft.MvvmLight.Extras.Win8\bin\Release\GalaSoft.MvvmLight.Extras.Win8.dll" .\_Binaries\Release\Win8\GalaSoft.MvvmLight.Extras.Win8.dll
if exist ".\Win8beta\GalaSoft.MvvmLight.Extras.Win8\bin\Release\GalaSoft.MvvmLight.Extras.Win8.pdb" copy ".\Win8beta\GalaSoft.MvvmLight.Extras.Win8\bin\Release\GalaSoft.MvvmLight.Extras.Win8.pdb" .\_Binaries\Release\Win8\GalaSoft.MvvmLight.Extras.Win8.pdb
if exist ".\Win8beta\GalaSoft.MvvmLight.Extras.Win8\bin\Release\GalaSoft.MvvmLight.Extras.Win8.xml" copy ".\Win8beta\GalaSoft.MvvmLight.Extras.Win8\bin\Release\GalaSoft.MvvmLight.Extras.Win8.xml" .\_Binaries\Release\Win8\GalaSoft.MvvmLight.Extras.Win8.xml
if exist ".\Win8beta\GalaSoft.MvvmLight.Extras.Win8\bin\Release\GalaSoft.MvvmLight.Extras.Win8.pri" copy ".\Win8beta\GalaSoft.MvvmLight.Extras.Win8\bin\Release\GalaSoft.MvvmLight.Extras.Win8.pri" .\_Binaries\Release\Win8\GalaSoft.MvvmLight.Extras.Win8.pri
if exist ".\GalaSoft.MvvmLight.Extras (NET4)\bin\Debug\Microsoft.Practices.ServiceLocation.dll" copy ".\GalaSoft.MvvmLight.Extras (NET4)\bin\Debug\Microsoft.Practices.ServiceLocation.dll" .\_Binaries\Debug\WPF4\Microsoft.Practices.ServiceLocation.dll
if exist ".\GalaSoft.MvvmLight.Extras (NET4)\bin\Debug\Microsoft.Practices.ServiceLocation.xml" copy ".\GalaSoft.MvvmLight.Extras (NET4)\bin\Debug\Microsoft.Practices.ServiceLocation.xml" .\_Binaries\Debug\WPF4\Microsoft.Practices.ServiceLocation.xml
@ -196,11 +200,7 @@ if exist ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Release\Microsoft.Practices.Ser
if exist ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Release\System.Windows.Interactivity.dll" copy ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Release\System.Windows.Interactivity.dll" .\_Binaries\Release\WP71\System.Windows.Interactivity.dll
if exist ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Release\System.Windows.Interactivity.xml" copy ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Release\System.Windows.Interactivity.xml" .\_Binaries\Release\WP71\System.Windows.Interactivity.xml
if exist ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Debug\Microsoft.Practices.ServiceLocation.dll" copy ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Debug\Microsoft.Practices.ServiceLocation.dll" .\_Binaries\Debug\Win8\Microsoft.Practices.ServiceLocation.dll
if exist ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Debug\Microsoft.Practices.ServiceLocation.xml" copy ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Debug\Microsoft.Practices.ServiceLocation.xml" .\_Binaries\Debug\Win8\Microsoft.Practices.ServiceLocation.xml
if exist ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Debug\System.Windows.Interactivity.dll" copy ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Debug\System.Windows.Interactivity.dll" .\_Binaries\Debug\Win8\System.Windows.Interactivity.dll
if exist ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Debug\System.Windows.Interactivity.xml" copy ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Debug\System.Windows.Interactivity.xml" .\_Binaries\Debug\Win8\System.Windows.Interactivity.xml
if exist ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Release\Microsoft.Practices.ServiceLocation.dll" copy ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Release\Microsoft.Practices.ServiceLocation.dll" .\_Binaries\Release\Win8\Microsoft.Practices.ServiceLocation.dll
if exist ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Release\Microsoft.Practices.ServiceLocation.xml" copy ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Release\Microsoft.Practices.ServiceLocation.xml" .\_Binaries\Release\Win8\Microsoft.Practices.ServiceLocation.xml
if exist ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Release\System.Windows.Interactivity.dll" copy ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Release\System.Windows.Interactivity.dll" .\_Binaries\Release\Win8\System.Windows.Interactivity.dll
if exist ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Release\System.Windows.Interactivity.xml" copy ".\GalaSoft.MvvmLight.Win8\GalaSoft.MvvmLight.Extras.Win8\bin\Release\System.Windows.Interactivity.xml" .\_Binaries\Release\Win8\System.Windows.Interactivity.xml
if exist ".\Win8beta\GalaSoft.MvvmLight.Extras.Win8\bin\Debug\Microsoft.Practices.ServiceLocation.dll" copy ".\Win8beta\GalaSoft.MvvmLight.Extras.Win8\bin\Debug\Microsoft.Practices.ServiceLocation.dll" .\_Binaries\Debug\Win8\Microsoft.Practices.ServiceLocation.dll
if exist ".\Win8beta\GalaSoft.MvvmLight.Extras.Win8\bin\Debug\Microsoft.Practices.ServiceLocation.xml" copy ".\Win8beta\GalaSoft.MvvmLight.Extras.Win8\bin\Debug\Microsoft.Practices.ServiceLocation.xml" .\_Binaries\Debug\Win8\Microsoft.Practices.ServiceLocation.xml
if exist ".\Win8beta\GalaSoft.MvvmLight.Extras.Win8\bin\Release\Microsoft.Practices.ServiceLocation.dll" copy ".\Win8beta\GalaSoft.MvvmLight.Extras.Win8\bin\Release\Microsoft.Practices.ServiceLocation.dll" .\_Binaries\Release\Win8\Microsoft.Practices.ServiceLocation.dll
if exist ".\Win8beta\GalaSoft.MvvmLight.Extras.Win8\bin\Release\Microsoft.Practices.ServiceLocation.xml" copy ".\Win8beta\GalaSoft.MvvmLight.Extras.Win8\bin\Release\Microsoft.Practices.ServiceLocation.xml" .\_Binaries\Release\Win8\Microsoft.Practices.ServiceLocation.xml