released v1.2.7

This commit is contained in:
morkt 2015-09-21 22:13:34 +04:00
parent c1614d3706
commit de5bb88256
5 changed files with 10 additions and 12 deletions

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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")]

View File

@ -99,9 +99,6 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>packages\WPFToolkit.3.5.50211.1\lib\System.Windows.Controls.Input.Toolkit.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Controls.Layout.Toolkit">
<HintPath>packages\WPFToolkit.3.5.50211.1\lib\System.Windows.Controls.Layout.Toolkit.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Core" />
@ -243,9 +240,7 @@
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<AppDesigner Include="Properties\" />
<None Include="Resources\Formats.dat">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Resources\Formats.dat" />
</ItemGroup>
<ItemGroup>
<None Include="App.config">
@ -296,6 +291,9 @@
<PropertyGroup>
<PreBuildEvent>perl "$(SolutionDir)inc-revision.pl" "$(ProjectPath)" $(ConfigurationName)</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>xcopy "$(ProjectDir)\Resources\Formats.dat" "$(TargetDir)" /D</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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.7.100")]
[assembly: AssemblyFileVersion ("1.2.7.100")]
[assembly: AssemblyVersion ("1.2.8.108")]
[assembly: AssemblyFileVersion ("1.2.8.108")]

View File

@ -51,5 +51,5 @@ using System.Windows;
// 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.6.677")]
[assembly: AssemblyFileVersion ("1.2.6.677")]
[assembly: AssemblyVersion ("1.2.7.720")]
[assembly: AssemblyFileVersion ("1.2.7.720")]

Binary file not shown.