Replace manual csc.exe invokation with dotnet project (for NuGet build)

This commit is contained in:
Joseph Henry
2021-03-20 03:06:24 -07:00
parent 42f188cdd6
commit 4b190ee384
4 changed files with 80 additions and 5 deletions

7
include/version.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef ZTS_VERSION_H
#define ZTS_VER_CORE_STR="1.4.6"
#define ZTS_VER_LIB_STR="1.3.4"
#define ZTS_VER_LIB_MAJOR=1.3.4
#define ZTS_VER_LIB_MINOR=1.3.4
#define ZTS_VER_LIB_PATCH=1.3.4
#endif