From d1ddef53923e5eef5728ea98fa907df273dd60a0 Mon Sep 17 00:00:00 2001 From: zeffy Date: Sat, 17 Jun 2017 01:25:01 -0700 Subject: [PATCH] can't get it to work, back to static version number --- appveyor.yml | 10 +- wufuc/version.rc | Bin 2292 -> 1724 bytes wufuc/wufuc.vcxproj | 400 ++++++++++++++++++++++---------------------- 3 files changed, 204 insertions(+), 206 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 46d6aec..f72d7cb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,13 +9,9 @@ platform: - x64 build: verbosity: detailed -before_build: -- cmd: >- - set "BUILD_VERSION=%APPVEYOR_BUILD_VERSION%-%APPVEYOR_REPO_COMMIT:~0,8%" - - set "BUILD_VERSION_COMMA_SEP=%APPVEYOR_BUILD_VERSION:.=,%" - - set "BUILD_ZIPFILE=%APPVEYOR_BUILD_FOLDER%\%APPVEYOR_PROJECT_NAME%_v%BUILD_VERSION%_%PLATFORM%.zip" +environment: + BUILD_VERSION: '%APPVEYOR_BUILD_VERSION%-%APPVEYOR_REPO_COMMIT:~0,8%' + BUILD_ZIPFILE: '%APPVEYOR_BUILD_FOLDER%\%APPVEYOR_PROJECT_NAME%_v%BUILD_VERSION%_%PLATFORM%.zip' after_build: - cmd: >- diff --git a/wufuc/version.rc b/wufuc/version.rc index 21fb97135e2488ed84d335a84ba3a29fde360864..d4fa4a8027285f77a4aa643f0c22e22a86d36742 100644 GIT binary patch delta 103 zcmew&xQCbN|G&w*7%g}W7<3rSfY=a-4JOMosiKN(E@X;l=2c=aV9*09(*r8gn=Hs8 aIXQq`Y_b+xALGi+d)ed}u_#dBxB>uq literal 2292 zcmcJQZ)+Ms5XR?qq2FN}A+#VyCA75fVl*MtM#&jV`zECEVui#L|B$91zU^;zUH4Wm zQcKEm-relZGc(UTH~#)rl9AkskykR1l&6u5xew&EG~`mwq%BRklD@R$LK5CPaxQN; zzt7su>q?IC{=_;0F#)j)(o1+K z7BS(lx>VLd2bXlP_biA$yAyIeg0aM^B9V_|UWKhHc8%@S>6B?uO_PdLm#1r01{~*K zTluGQCo>csv$B3Z#EZKecDKaGeVIepPsqFhgZWcFasxkA z&iOJ^r}73E9avXh_Q+r^Q~QMu>FMGrb^{tkGwOvmx)}H<0F+_^Oj;S+uff$-?AQ`h**s2>u%yblN-y&1YSnO z8n3V)WC8MmeM8hcRwfUeH$=;@8$2?8Z>*PkkFlm$^l8Sf^U}8=*3Z^HSfMPaYQUMf z&7#5yBj0(OW1quOOy;h)#Ln`n2Rz0mlj%N+l(g5rX`*xeVCiBcvRKw mI-O$O^+414F@tmc-tubKe+oCdbfVPw$JM!<*L27>JpBRo?JoQP diff --git a/wufuc/wufuc.vcxproj b/wufuc/wufuc.vcxproj index 95241c8..7307b41 100644 --- a/wufuc/wufuc.vcxproj +++ b/wufuc/wufuc.vcxproj @@ -1,201 +1,203 @@  - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {00F96695-CE41-4C2F-A344-6219DFB4F887} - Win32Proj - wufuc - 10.0.15063.0 - - - - DynamicLibrary - true - v141 - Unicode - - - DynamicLibrary - false - v141 - true - Unicode - - - DynamicLibrary - true - v141 - Unicode - - - DynamicLibrary - false - v141 - true - Unicode - - - - - - - - - - - - - - - - - - - - - true - $(ProjectDir)bin\$(Configuration)\$(PlatformShortName)\ - $(ProjectDir)$(BaseIntermediateOutputPath)$(Configuration)\$(PlatformShortName)\ - $(ProjectName)$(PlatformArchitecture) - false - - - true - $(ProjectDir)bin\$(Configuration)\$(PlatformShortName)\ - $(ProjectDir)$(BaseIntermediateOutputPath)$(Configuration)\$(PlatformShortName)\ - $(ProjectName)$(PlatformArchitecture) - false - - - false - $(ProjectDir)bin\$(Configuration)\$(PlatformShortName)\ - $(ProjectDir)$(BaseIntermediateOutputPath)$(Configuration)\$(PlatformShortName)\ - $(ProjectName)$(PlatformArchitecture) - false - - - false - $(ProjectDir)bin\$(Configuration)\$(PlatformShortName)\ - $(ProjectDir)$(BaseIntermediateOutputPath)$(Configuration)\$(PlatformShortName)\ - $(ProjectName)$(PlatformArchitecture) - false - - - - Level3 - Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;WUFUC_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDebug - - - Windows - exports.def - Shlwapi.lib;%(AdditionalDependencies) - - - - - Level3 - Disabled - _DEBUG;_WINDOWS;_USRDLL;WUFUC_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDebug - - - Windows - exports.def - Shlwapi.lib;%(AdditionalDependencies) - - - - - Level3 - MaxSpeed - true - true - WIN32;NDEBUG;_WINDOWS;_USRDLL;WUFUC_EXPORTS;%(PreprocessorDefinitions) - MultiThreaded - - - BUILD_VERSION=$(BUILD_VERSION);BUILD_VERSION_COMMA_SEP=$(BUILD_VERSION_COMMA_SEP);$(PreprocessorDefinitions) - - - Windows - true - true - exports.def - false - Shlwapi.lib;%(AdditionalDependencies) - - - copy /Y "$(TargetPath)" "$(SolutionDir)install\$(TargetFileName)" - - - - - Level3 - MaxSpeed - true - true - NDEBUG;_WINDOWS;_USRDLL;WUFUC_EXPORTS;%(PreprocessorDefinitions) - MultiThreaded - - - BUILD_VERSION=$(BUILD_VERSION);BUILD_VERSION_COMMA_SEP=$(BUILD_VERSION_COMMA_SEP);$(PreprocessorDefinitions) - - - Windows - true - true - exports.def - false - Shlwapi.lib;%(AdditionalDependencies) - - - copy /Y "$(TargetPath)" "$(SolutionDir)install\$(TargetFileName)" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {00F96695-CE41-4C2F-A344-6219DFB4F887} + Win32Proj + wufuc + 10.0.15063.0 + + + + DynamicLibrary + true + v141 + Unicode + + + DynamicLibrary + false + v141 + true + Unicode + + + DynamicLibrary + true + v141 + Unicode + + + DynamicLibrary + false + v141 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + $(ProjectDir)bin\$(Configuration)\$(PlatformShortName)\ + $(ProjectDir)$(BaseIntermediateOutputPath)$(Configuration)\$(PlatformShortName)\ + $(ProjectName)$(PlatformArchitecture) + false + + + true + $(ProjectDir)bin\$(Configuration)\$(PlatformShortName)\ + $(ProjectDir)$(BaseIntermediateOutputPath)$(Configuration)\$(PlatformShortName)\ + $(ProjectName)$(PlatformArchitecture) + false + + + false + $(ProjectDir)bin\$(Configuration)\$(PlatformShortName)\ + $(ProjectDir)$(BaseIntermediateOutputPath)$(Configuration)\$(PlatformShortName)\ + $(ProjectName)$(PlatformArchitecture) + false + + + false + $(ProjectDir)bin\$(Configuration)\$(PlatformShortName)\ + $(ProjectDir)$(BaseIntermediateOutputPath)$(Configuration)\$(PlatformShortName)\ + $(ProjectName)$(PlatformArchitecture) + false + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;WUFUC_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDebug + + + Windows + exports.def + Shlwapi.lib;%(AdditionalDependencies) + + + + + Level3 + Disabled + _DEBUG;_WINDOWS;_USRDLL;WUFUC_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDebug + + + Windows + exports.def + Shlwapi.lib;%(AdditionalDependencies) + + + + + Level3 + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;WUFUC_EXPORTS;%(PreprocessorDefinitions) + MultiThreaded + + + Windows + true + true + exports.def + false + Shlwapi.lib;%(AdditionalDependencies) + + + copy /Y "$(TargetPath)" "$(SolutionDir)install\$(TargetFileName)" + + + + + + + + + Level3 + MaxSpeed + true + true + NDEBUG;_WINDOWS;_USRDLL;WUFUC_EXPORTS;%(PreprocessorDefinitions) + MultiThreaded + + + Windows + true + true + exports.def + false + Shlwapi.lib;%(AdditionalDependencies) + + + copy /Y "$(TargetPath)" "$(SolutionDir)install\$(TargetFileName)" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file