Skip to content

Commit

Permalink
released v1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
morkt committed Sep 21, 2015
1 parent c1614d3 commit de5bb88
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
4 changes: 2 additions & 2 deletions ArcFormats/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
10 changes: 4 additions & 6 deletions GARbro.GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down Expand Up @@ -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">
Expand Down Expand Up @@ -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">
Expand Down
4 changes: 2 additions & 2 deletions GameRes/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.100")]
[assembly: AssemblyFileVersion ("1.2.7.100")]
[assembly: AssemblyVersion ("1.2.8.108")]
[assembly: AssemblyFileVersion ("1.2.8.108")]
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,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.6.677")]
[assembly: AssemblyFileVersion ("1.2.6.677")]
[assembly: AssemblyVersion ("1.2.7.720")]
[assembly: AssemblyFileVersion ("1.2.7.720")]
Binary file modified Resources/Formats.dat
Binary file not shown.

0 comments on commit de5bb88

Please sign in to comment.