diff --git a/ArcFormats/Properties/AssemblyInfo.cs b/ArcFormats/Properties/AssemblyInfo.cs index 2f95bc1c..55614acc 100644 --- a/ArcFormats/Properties/AssemblyInfo.cs +++ b/ArcFormats/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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 ("1.2.10.429")] -[assembly: AssemblyFileVersion ("1.2.10.429")] +[assembly: AssemblyVersion ("1.2.11.453")] +[assembly: AssemblyFileVersion ("1.2.11.453")] diff --git a/GARbro.GUI.csproj b/GARbro.GUI.csproj index d0e20848..77eb954c 100644 --- a/GARbro.GUI.csproj +++ b/GARbro.GUI.csproj @@ -99,9 +99,6 @@ False 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 - @@ -243,9 +240,7 @@ Settings.Designer.cs - - PreserveNewest - + @@ -296,6 +291,9 @@ perl "$(SolutionDir)inc-revision.pl" "$(ProjectPath)" $(ConfigurationName) + + xcopy "$(ProjectDir)\Resources\Formats.dat" "$(TargetDir)" /D +