mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-07 03:21:27 +12:00
update build process
This commit is contained in:
parent
0330193545
commit
c325d29062
6 changed files with 14 additions and 19 deletions
|
@ -218,6 +218,6 @@
|
|||
|
||||
|
||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||
<Exec Command="cd "$(SolutionDir)"
py "$(SolutionDir)prebuild.py"" />
|
||||
<Exec Command="cd "$(ProjectDir)..\"
py "$(ProjectDir)..\prebuild.py"" />
|
||||
</Target>
|
||||
</Project>
|
||||
|
|
|
@ -30,5 +30,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.7.25.0")]
|
||||
[assembly: AssemblyFileVersion("1.7.25.0")]
|
||||
[assembly: AssemblyVersion("1.7.33.0")]
|
||||
[assembly: AssemblyFileVersion("1.7.33.0")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue