update build process

This commit is contained in:
Li 2022-06-21 16:21:11 +12:00
parent 0330193545
commit c325d29062
6 changed files with 14 additions and 19 deletions
HorseIsleServer
HISPd
HISPd.csproj
Resources/DEBIAN
LibHISP
N00BS/Properties

View file

@ -48,12 +48,14 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Windows|x86'">
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<Optimize>true</Optimize>
<Platforms>x86</Platforms>
<PlatformTarget>x86</PlatformTarget>
<DefineConstants>OS_WINDOWS;ARCH_X86</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Windows|x64'">
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<Optimize>true</Optimize>
<Platforms>x64</Platforms>
<PlatformTarget>x64</PlatformTarget>
<DefineConstants>OS_WINDOWS;ARCH_X86_64</DefineConstants>
</PropertyGroup>
@ -204,9 +206,4 @@
</PropertyGroup>
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="cd &quot;$(SolutionDir)&quot;&#xD;&#xA;py &quot;$(SolutionDir)prebuild.py&quot;" />
</Target>
</Project>

View file

@ -1,5 +1,5 @@
Package: hisp
Version: 1.7.25
Version: 1.7.33
Depends: coreutils,systemd,mariadb-server,libsqlite3-dev,zlib1g-dev,libicu-dev,libkrb5-dev
Maintainer: Li
Homepage: https://islehorse.com

View file

@ -218,6 +218,6 @@
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="cd &quot;$(SolutionDir)&quot;&#xD;&#xA;py &quot;$(SolutionDir)prebuild.py&quot;" />
<Exec Command="cd &quot;$(ProjectDir)..\&quot;&#xD;&#xA;py &quot;$(ProjectDir)..\prebuild.py&quot;" />
</Target>
</Project>

View file

@ -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")]

View file

@ -31,5 +31,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.7.25.0")]
[assembly: AssemblyFileVersion("1.7.25.0")]
[assembly: AssemblyVersion("1.7.33.0")]
[assembly: AssemblyFileVersion("1.7.33.0")]